All indexers are unavailable after sparkbox update
Posted by jackhammer57
I just updated to the latest sparkbox update. Now all my indexers are unavailable. Here is the prowlarr log 2026-07-20T00:23:00.571122758Z at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) 2026-07-20T00:23:00.571128988Z at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(QueueItem queueItem) 2026-07-20T00:23:00.571134619Z at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) 2026-07-20T00:23:00.571140509Z at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) 2026-07-20T00:23:00.571150224Z at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) 2026-07-20T00:23:00.571220840Z at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) 2026-07-20T00:23:00.571231826Z at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) 2026-07-20T00:23:00.571238921Z at System.Net.Http.HttpClient.<SendAsyncgCore|830(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) 2026-07-20T00:23:00.571246028Z at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 120 2026-07-20T00:23:00.571252741Z at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./NzbDrone.Common/Http/HttpClient.cs:line 171 2026-07-20T00:23:00.571259230Z at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./NzbDrone.Common/Http/HttpClient.cs:line 70 2026-07-20T00:23:00.571265331Z at NzbDrone.Core.Indexers.IndexerHttpClient.ExecuteProxiedAsync(HttpRequest request, ProviderDefinition definition) in ./NzbDrone.Core/Indexers/IndexerHttpClient.cs:line 43 2026-07-20T00:23:00.571271665Z at NzbDrone.Core.Indexers.HttpIndexerBase1.<c.<<FetchIndexerResponseb570d.MoveNext() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 665 2026-07-20T00:23:00.571278891Z --- End of stack trace from previous location --- 2026-07-20T00:23:00.571285003Z at Polly.ResiliencePipeline.<c92.<<ExecuteAsyncb90d.MoveNext() 2026-07-20T00:23:00.571291475Z --- End of stack trace from previous location --- 2026-07-20T00:23:00.571311548Z at Polly.Outcome1.GetResultOrRethrow() 2026-07-20T00:23:00.571319999Z at Polly.ResiliencePipeline.ExecuteAsyncTResult,TState 2026-07-20T00:23:00.571327171Z at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchIndexerResponse(IndexerRequest request) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 664 2026-07-20T00:23:00.571335530Z at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 587 2026-07-20T00:23:00.571342408Z at NzbDrone.Core.Indexers.HttpIndexerBase1.TestConnection() in ./NzbDrone.Core/Indexers/HttpIndexerBase.cs:line 764 2026-07-20T00:23:00.571349256Z 2026-07-20T00:23:00.571355190Z
1 replies
Chris wrote:
Hey jackhammer57 — good news first: nothing on your box is broken, and none of your media or settings are gone. When every indexer goes unavailable at the same moment right after an update, it's almost never the indexers themselves — they all share one secure VPN connection to reach the outside world, and that connection just didn't come back up cleanly after the update. The quick fix is to bring that whole group back together in one go: sudo sparkbox restart media Give it a minute or two to reconnect, then open Prowlarr and hit Test on one indexer — it should go green. If they're still all red after that, reply here and Tom will take a direct look; he handles these personally.