Closed bverkron closed 2 years ago
May be you can try this: replace:
url: http://192.168.1.101:7878/
by:
url: http://192.168.1.101:7878
in the widget config of Radarr
That did it! My apologies. I did look for difference in the setup between Radarr and Sonarr but missed that one! My apologies. 😅
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns.
Describe the bug The Radarr widget briefly shows the 3 placeholder boxes for Wanted, Queued, Movies, then immediately flips to "API Error"
Expected behavior Shows the Wanted, Queued, Movies information much like Sonarr does.
Screenshots
Configuration If applicable,
Additional context I have triple checked the API Key and re-copy/pasted it multiple times. I also know the key works because Overseerr uses it successfully with Radarr to send requests and pull content.
homepage:
nightly (a63f71d, Oct 1, 2022)
Radarr:
Docker:
Docker version 20.10.18, build b40c2f6
Deployment method: docker compose (via Portainer)I think the
error: undefined
entries are from something the Radarr issue. They seem to stop when I disable the Radarr widgetThere are no logs entries on the Radarr side. I wiped those logs before refreshing, thus I don't think homepage is even sending an API request to radarr. Either that or Radarr is accepting an serving a valid response and homepage is not handling it properly. If Radarr was receiving the request from homepage and there was a problem it should be in the Radarr logs, I imagine.