Interactive search for season times out

Sonarr version (exact version): 3.0.10.1567
Mono version (if Sonarr is not running on Windows): 6.12.0.200
OS: Unraid
Debug logs: Happy to provide the entire logs if requested but nothing unusual.Below is a snippet to illustrate:

[Info] ReleaseSearchService: Searching indexers for [Vinland Saga : S01E01 (01)]. 27 active indexers 
[Info] DownloadDecisionMaker: Processing 569 releases 
[Info] ReleaseSearchService: Searching indexers for [Vinland Saga : S01E02 (02)]. 27 active indexers 
[Info] DownloadDecisionMaker: Processing 477 releases 
[Info] ReleaseSearchService: Searching indexers for [Vinland Saga : S01E03 (03)]. 27 active indexers 
[Info] DownloadDecisionMaker: Processing 421 releases 
[Info] ReleaseSearchService: Searching indexers for [Vinland Saga : S01E04 (04)]. 27 active indexers 
[Info] DownloadDecisionMaker: Processing 413 releases

...

[Info] ReleaseSearchService: Searching indexers for [Vinland Saga : S01E21 (21)]. 27 active indexers 
[Info] DownloadDecisionMaker: Processing 488 releases 
[Info] ReleaseSearchService: Searching indexers for [Vinland Saga : S01E22 (22)]. 27 active indexers 
[Info] DownloadDecisionMaker: Processing 494 releases 
[Info] ReleaseSearchService: Searching indexers for [Vinland Saga : S01E23 (23)]. 27 active indexers 
[Warn] HttpClient: HTTP Error - Res: [GET] http://192.168.2.99:9696/37/api?t=search&cat=5070&extended=1&apikey=eaeea4e7925445fc87eb689e1b0e96d3&offset=0&limit=100&q=Vinland%20Saga+23: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 09/01/2023 12:27:50 due to recent failures." /> 
[Warn] Torznab: API Request Limit reached for GloDLS (Prowlarr) 
[Info] DownloadDecisionMaker: Processing 497 releases 
[Info] ReleaseSearchService: Searching indexers for [Vinland Saga : S01E24 (24)]. 26 active indexers 
[Info] DownloadDecisionMaker: Processing 541 releases 
[Info] RssSyncService: Starting RSS Sync 
[Warn] Torznab: Indexer BitSearch (Prowlarr) rss sync didn't cover the period between 8/31/2023 4:00:00 AM and 9/1/2023 4:00:00 AM UTC. Search may be required. 
[Warn] Torznab: Indexer Solid Torrents (Prowlarr) rss sync didn't cover the period between 9/1/2023 4:00:00 AM and 9/1/2023 4:00:00 AM UTC. Search may be required. 
[Warn] Torznab: Indexer Torrent Downloads (Prowlarr) rss sync didn't cover the period between 9/1/2023 4:14:25 PM and 9/1/2023 4:29:56 PM UTC. Search may be required. 
[Warn] Torznab: Indexer YourBittorrent (Prowlarr) rss sync didn't cover the period between 8/31/2023 4:14:26 PM and 8/31/2023 4:29:58 PM UTC. Search may be required. 
[Warn] Torznab: Indexer AniRena (Prowlarr) rss sync didn't cover the period between 9/1/2023 4:14:26 PM and 9/1/2023 4:29:59 PM UTC. Search may be required. 
[Info] DownloadDecisionMaker: Processing 1389 releases 
[Info] RssSyncService: RSS Sync Completed. Reports found: 1389, Reports grabbed: 0

Description of issue:
When I manually search for a season I get an error message in the UI that reads Unable to load results for this episode search. Try again later. I don’t see any error in the logs but I see the search continues. Its almost like just the UI is timing out? This is all running locally so shouldn’t be any Nginx configuration issues. Any ideas for next steps to troubleshoot? Thank you.

I’ve also noticed this happen on a show with 12 episodes, and it also used to not happen. I’ve only had this problem recently :thinking:

The timeout in nginx is too low (the default is around 2 minutes), increasing that will prevent it from killing the request and Sonarr’s UI displaying an error.

How do I increase it? Again I am connecting to Sonarr through localhost, not using Nginx

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.