Open g1uliano opened 6 months ago
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
[v5.6.0.8846] System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.radarr.video:443)
---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.
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 All rss-capable indexers are temporarily unavailable due to recent indexer errors All indexers are unavailable due to failures for more than 6 hours
I do not have AdGuardHome and still get the following errors:
All search-capable indexers are temporarily unavailable due to recent indexer errors All rss-capable indexers are temporarily unavailable due to recent indexer errors All indexers are unavailable due to failures for more than 6 hours
+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.
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
Container logs