-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Searching for any movie fails. Invalid response received from RadarrAPI. #229
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
I'm having this same exact issue. What I'm finding is the communication with prowlarr is failing all my linked indexers. However if I go-to prowlarr all the indexers show green health. Only in radarr and sonarr does it show failure. |
Having the same issue |
You need to seek support from radarr directly. I don't believe this to be an issue directly with the container. It's going to be something with how you've configured your host and/or you network. Various adblocking software maybe. |
This error just appeared on my Radarr too, I haven't changed any configuration. Mine is running on Alpine Linux. I pulled the latest image and redeployed, but it didn't solve my problem. at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewMovie(String title) in ./Radarr.Core/MetadataSource/SkyHook/SkyHookProxy.cs:line 513 |
Ok, seems like something happened between AdGuardHome and the Docker DNS. I changed the /etc/resolv.conf in the host to 1.1.1.1 and it works, but not with AdGuard even if protection is turned off and there's nothing in the AdGuard log that indicats that anything was blocked. |
UPDATE: Issue was to do with the API key. Updated the API key and issue is now resolved. I do not have AdGuardHome and still get the following errors: All search-capable indexers are temporarily unavailable due to recent indexer errors |
+1 |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Same issue just popped up on mine as well. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
An error occurs: "Search for '' failed. Invalid response received from RadarrAPI."
Additional Information
The error occurs while trying to fetch an image from image.tmdb.org:443. It seems that the resource is temporarily unavailable, causing the search to fail for any movie.
I have checked the Pi-hole DNS resolver, and all requests are fine. I also changed the DNS on the host machine to 1.1.1.1 and 8.8.8.8, but the problem persists. Accessing the API directly via the browser (https://image.tmdb.org/) returns a "Bad request" error, indicating that the request might be incorrect but the connection to the HTTPS server is being closed.
I don't believe is a network issue in my side, i ran a lot of tests.
Expected Behavior
The searched movie should be found and listed.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
sudo docker run -d --name=radarr -e PUID=1000 -e PGID=1000 -e TZ=America/Rio_Branco -p 7878:7878 -v /storage/config/radarr:/config -v /storage/movies:/movies -v /storage/downloads:/downloads --restart always lscr.io/linuxserver/radarr:latest\ 59s
Container logs
The text was updated successfully, but these errors were encountered: