Skip to content

Instantly share code, notes, and snippets.

@fa1rid
Last active July 27, 2025 12:17
Show Gist options
  • Select an option

  • Save fa1rid/a546b038900648e9e9b2eba4dd9e9abd to your computer and use it in GitHub Desktop.

Select an option

Save fa1rid/a546b038900648e9e9b2eba4dd9e9abd to your computer and use it in GitHub Desktop.
Prowlarr issues (timing out)
2025-07-27 16:12:29.1|Debug|Cardigann|Setting type to "desc"
2025-07-27 16:12:29.1|Debug|Cardigann|Adding request for Aither (API): https://aither.cc/api/torrents/filter?sortField=created_at&sortDirection=desc&perPage=100
2025-07-27 16:12:29.1|Debug|Cardigann|Downloading Feed https://aither.cc/api/torrents/filter?sortField=created_at&sortDirection=desc&perPage=100
2025-07-27 16:12:54.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-07-27 16:12:54.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-07-27 16:12:54.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-07-27 16:12:54.5|Debug|Api|[GET] /api/v1/command: 200.OK (1 ms)
2025-07-27 16:14:09.1|Warn|Cardigann|Unable to connect to indexer.
[v1.37.0.5076] System.Net.WebException: Http request timed out
---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Prowlarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 120
--- End of inner exception stack trace ---
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Prowlarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 170
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Prowlarr.Common/Http/HttpClient.cs:line 171
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.IndexerHttpClient.ExecuteProxiedAsync(HttpRequest request, ProviderDefinition definition) in ./Prowlarr.Core/Indexers/IndexerHttpClient.cs:line 44
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<<FetchIndexerResponse>b__57_0>d.MoveNext() in ./Prowlarr.Core/Indexers/HttpIndexerBase.cs:line 665
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.<>c__9`2.<<ExecuteAsync>b__9_0>d.MoveNext()
--- End of stack trace from previous location ---
at Polly.Outcome`1.GetResultOrRethrow()
at Polly.ResiliencePipeline.ExecuteAsync[TResult,TState](Func`3 callback, TState state, CancellationToken cancellationToken)
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Prowlarr.Core/Indexers/HttpIndexerBase.cs:line 664
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Prowlarr.Core/Indexers/HttpIndexerBase.cs:line 610
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./Prowlarr.Core/Indexers/HttpIndexerBase.cs:line 764
2025-07-27 16:14:09.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-07-27 16:14:09.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer, indexer's server is unavailable. Try again later. Http request timed out
2025-07-27 16:14:09.2|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-07-27 16:14:09.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-07-27 16:14:09.2|Debug|Api|[POST] /api/v1/indexer/test: 400.BadRequest (100129 ms)
2025-07-27 16:14:09.2|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (1 ms)
2025-07-27 16:14:14.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-07-27 16:14:14.2|Debug|Api|[GET] /api/v1/health: 200.OK (0 ms)
2025-07-27 16:14:14.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-07-27 16:14:14.2|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment