Calendar Widget Doesn't Recognize Sonarr
Hi All,
Currently, I have my instance of Sonarr and Radarr integrated in to Homarr, however when using the calendar, it doesn't give the option to show any of the shows I am tracking through Sonarr, nor does the edit button allow me to enable this feature.
Thanks for the help!
9 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Hi, have you configured the integration for Sonarr?
Yes I have
Please post your logs as the bot said
It is giving error code 401
TrueNas Scale ElectricEel-24.10.0.2
Homarr Version 0.15.9
Created using
"version: '3'
#---------------------------------------------------------------------#
Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
ports:
- '7575:7575'"
Either the token is incorrect or the URL is incorrect
Remove any trailing / from the URL
And check your token
So I reset my integration, and confirmed that I typed in the correct url, and still nothing
Solution
I had no idea what the difference was between internal and external lol, this solved it