Torrents/Radarr/config/logs/radarr.31.txt
2025-04-10 13:45:29 -05:00

9013 lines
1000 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2024-03-05 00:02:57.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-05 00:03:02.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 05:15:32 and 03/05/2024 05:50:58 UTC. Search may be required.
2024-03-05 00:04:37.4|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/11/api?t=movie&cat=2000,2040,2030,2045,2070,2010,2060,2020&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-05 00:04:37.4|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-05 00:04:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-05 00:34:57.6|Info|RssSyncService|Starting RSS Sync
2024-03-05 00:34:58.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 05:17:32 and 03/05/2024 06:14:10 UTC. Search may be required.
2024-03-05 00:35:03.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 05:50:58 and 03/05/2024 06:05:58 UTC. Search may be required.
2024-03-05 00:35:03.8|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-05 00:35:04.0|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-05 01:05:27.9|Info|RssSyncService|Starting RSS Sync
2024-03-05 01:05:28.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 06:26:08 and 03/05/2024 06:41:21 UTC. Search may be required.
2024-03-05 01:05:35.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 06:05:58 and 03/05/2024 06:50:35 UTC. Search may be required.
2024-03-05 01:05:35.9|Info|DownloadDecisionMaker|Processing 151 releases
2024-03-05 01:05:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 151, Reports grabbed: 0
2024-03-05 01:35:58.1|Info|RssSyncService|Starting RSS Sync
2024-03-05 01:35:58.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 06:54:44 and 03/05/2024 06:58:17 UTC. Search may be required.
2024-03-05 01:36:03.4|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-05 01:36:03.6|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-05 02:06:28.3|Info|RssSyncService|Starting RSS Sync
2024-03-05 02:06:33.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 06:50:35 and 03/05/2024 08:05:29 UTC. Search may be required.
2024-03-05 02:06:33.6|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-05 02:06:33.7|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-05 02:20:53.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 02:20:55.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 02:20:55.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:20:55.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:20:55.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:20:55.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:20:56.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 02:20:58.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 02:21:00.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 02:21:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 02:21:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:21:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:21:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:21:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:21:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:21:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:21:02.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:21:02.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 02:36:58.5|Info|RssSyncService|Starting RSS Sync
2024-03-05 02:36:59.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 07:22:54 and 03/05/2024 08:08:25 UTC. Search may be required.
2024-03-05 02:37:03.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 08:05:29 and 03/05/2024 08:06:00 UTC. Search may be required.
2024-03-05 02:38:38.5|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/18/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-05 02:38:38.5|Info|DownloadDecisionMaker|Processing 122 releases
2024-03-05 02:38:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 122, Reports grabbed: 0
2024-03-05 03:08:58.7|Info|RssSyncService|Starting RSS Sync
2024-03-05 03:08:59.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 08:08:25 and 03/05/2024 09:03:08 UTC. Search may be required.
2024-03-05 03:09:04.0|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-05 03:09:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-05 03:39:28.9|Info|RssSyncService|Starting RSS Sync
2024-03-05 03:39:29.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 09:03:08 and 03/05/2024 09:19:29 UTC. Search may be required.
2024-03-05 03:39:34.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 08:06:00 and 03/05/2024 09:10:29 UTC. Search may be required.
2024-03-05 03:39:34.3|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-05 03:39:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-05 04:09:59.1|Info|RssSyncService|Starting RSS Sync
2024-03-05 04:09:59.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 09:28:16 and 03/05/2024 09:59:27 UTC. Search may be required.
2024-03-05 04:10:04.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 09:10:29 and 03/05/2024 09:10:59 UTC. Search may be required.
2024-03-05 04:10:04.5|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-05 04:10:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-05 04:40:29.3|Info|RssSyncService|Starting RSS Sync
2024-03-05 04:40:30.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 10:00:41 and 03/05/2024 10:25:10 UTC. Search may be required.
2024-03-05 04:40:34.7|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-05 04:40:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-05 05:10:59.6|Info|RssSyncService|Starting RSS Sync
2024-03-05 05:11:00.3|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 10:36:25 and 03/05/2024 10:44:28 UTC. Search may be required.
2024-03-05 05:11:08.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 09:50:29 and 03/05/2024 11:06:00 UTC. Search may be required.
2024-03-05 05:11:08.0|Info|DownloadDecisionMaker|Processing 111 releases
2024-03-05 05:11:08.1|Info|RssSyncService|RSS Sync Completed. Reports found: 111, Reports grabbed: 0
2024-03-05 05:41:29.8|Info|RssSyncService|Starting RSS Sync
2024-03-05 05:41:35.1|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-05 05:41:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-05 06:12:00.0|Info|RssSyncService|Starting RSS Sync
2024-03-05 06:12:01.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 11:26:50 and 03/05/2024 11:28:19 UTC. Search may be required.
2024-03-05 06:12:05.3|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-05 06:12:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-05 06:42:30.2|Info|RssSyncService|Starting RSS Sync
2024-03-05 06:42:36.5|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-05 06:42:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-05 07:13:00.3|Info|RssSyncService|Starting RSS Sync
2024-03-05 07:13:05.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 11:10:30 and 03/05/2024 13:06:01 UTC. Search may be required.
2024-03-05 07:13:05.7|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-05 07:13:05.9|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-05 07:43:30.5|Info|RssSyncService|Starting RSS Sync
2024-03-05 07:43:35.9|Info|DownloadDecisionMaker|Processing 174 releases
2024-03-05 07:43:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 174, Reports grabbed: 0
2024-03-05 08:14:00.8|Info|RssSyncService|Starting RSS Sync
2024-03-05 08:14:06.1|Info|DownloadDecisionMaker|Processing 166 releases
2024-03-05 08:14:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 166, Reports grabbed: 0
2024-03-05 08:21:24.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 08:21:26.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 08:21:26.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:26.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:26.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:26.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:28.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 08:21:30.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 08:21:32.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 08:21:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 08:21:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:34.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:21:34.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 08:44:31.0|Info|RssSyncService|Starting RSS Sync
2024-03-05 08:44:42.3|Warn|Torznab|Indexer TorrentGalaxy (Prowlarr) rss sync didn't cover the period between 02/29/2024 10:55:10 and 03/04/2024 19:44:42 UTC. Search may be required.
2024-03-05 08:44:43.5|Info|DownloadDecisionMaker|Processing 192 releases
2024-03-05 08:44:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 192, Reports grabbed: 0
2024-03-05 09:15:01.2|Info|RssSyncService|Starting RSS Sync
2024-03-05 09:15:09.8|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-05 09:15:10.0|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-05 09:45:31.4|Info|RssSyncService|Starting RSS Sync
2024-03-05 09:45:31.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-05 09:45:31.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-05 09:45:31.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-05 09:45:31.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-05 09:45:31.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-05 09:45:31.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-05 09:45:31.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-05 09:45:32.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 14:55:12 and 03/05/2024 15:23:26 UTC. Search may be required.
2024-03-05 09:45:36.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 15:10:02 and 03/05/2024 15:10:32 UTC. Search may be required.
2024-03-05 09:45:40.6|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-05 09:45:40.8|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-05 10:16:01.5|Info|RssSyncService|Starting RSS Sync
2024-03-05 10:16:15.6|Info|DownloadDecisionMaker|Processing 197 releases
2024-03-05 10:16:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 197, Reports grabbed: 0
2024-03-05 10:22:01.6|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-05 10:22:01.6|Info|HousekeepingService|Running housecleaning tasks
2024-03-05 10:22:01.6|Info|Database|Vacuuming Log database
2024-03-05 10:22:01.6|Info|Database|Log database compressed
2024-03-05 10:22:01.6|Info|Database|Vacuuming Main database
2024-03-05 10:22:01.7|Info|Database|Main database compressed
2024-03-05 10:22:01.8|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-05 10:22:01.8|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-05 10:22:01.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:01.8|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-05 10:22:01.8|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-05 10:22:01.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:01.8|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-05 10:22:01.8|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-05 10:22:01.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:01.8|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-05 10:22:01.8|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-05 10:22:01.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:01.8|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-05 10:22:01.8|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-05 10:22:01.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:01.8|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-05 10:22:01.8|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-05 10:22:01.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:01.8|Info|RefreshMovieService|Updating info for Blade
2024-03-05 10:22:01.9|Info|DiskScanService|Scanning disk for Blade
2024-03-05 10:22:01.9|Info|DiskScanService|Completed scanning disk for Blade
2024-03-05 10:22:01.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:01.9|Info|RefreshMovieService|Updating info for Captain America: Brave New World
2024-03-05 10:22:02.0|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-05 10:22:02.0|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-05 10:22:02.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.0|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-05 10:22:02.0|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-05 10:22:02.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.0|Info|RefreshMovieService|Updating info for Despicable Me 4
2024-03-05 10:22:02.0|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-05 10:22:02.0|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-05 10:22:02.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.0|Info|RefreshMovieService|Updating info for Dune: Messiah
2024-03-05 10:22:02.1|Info|MediaCoverService|Downloading Poster for [Despicable Me 4 (2024)][tt7510222, 519182] https://image.tmdb.org/t/p/original/7Zxzf5CkEQHJHbi2IR10D9WmKJF.jpg
2024-03-05 10:22:02.1|Info|DiskScanService|Scanning disk for Dune: Messiah
2024-03-05 10:22:02.1|Info|DiskScanService|Completed scanning disk for Dune: Messiah
2024-03-05 10:22:02.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.1|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-05 10:22:02.2|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-05 10:22:02.2|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-05 10:22:02.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.2|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-05 10:22:02.2|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-05 10:22:02.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.2|Info|RefreshMovieService|Updating info for Godzilla x Kong: The New Empire
2024-03-05 10:22:02.3|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-05 10:22:02.3|Info|MediaCoverService|Downloading Fanart for [Dune: Part Two (2024)][tt15239678, 693134] https://image.tmdb.org/t/p/original/xOMo8BRK7PfcJv9JCnx7s5hj0PX.jpg
2024-03-05 10:22:02.3|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-05 10:22:02.3|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-05 10:22:02.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.3|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-05 10:22:02.3|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-05 10:22:02.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.3|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-05 10:22:02.3|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-05 10:22:02.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.3|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-05 10:22:02.3|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-05 10:22:02.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.3|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-05 10:22:02.3|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-05 10:22:02.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.3|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-05 10:22:02.3|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-05 10:22:02.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.3|Info|MediaCoverService|Downloading Poster for [Godzilla x Kong: The New Empire (2024)][tt14539740, 823464] https://image.tmdb.org/t/p/original/tMefBSflR6PGQLv7WvFPpKLZkyk.jpg
2024-03-05 10:22:02.3|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-05 10:22:02.3|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-05 10:22:02.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.3|Info|RefreshMovieService|Updating info for Madame Web
2024-03-05 10:22:02.5|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-05 10:22:02.5|Info|DiskScanService|Scanning disk for Madame Web
2024-03-05 10:22:02.5|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-05 10:22:02.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.5|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-05 10:22:02.5|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-05 10:22:02.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.5|Info|RefreshMovieService|Updating info for A Quiet Place: Day One
2024-03-05 10:22:02.5|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-05 10:22:02.6|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-05 10:22:02.6|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-05 10:22:02.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.6|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-05 10:22:02.6|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-05 10:22:02.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.6|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-05 10:22:02.6|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-05 10:22:02.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.6|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-05 10:22:02.6|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-05 10:22:02.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.6|Info|RefreshMovieService|Updating info for Spaceman
2024-03-05 10:22:02.8|Info|DiskScanService|Scanning disk for Spaceman
2024-03-05 10:22:02.8|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-05 10:22:02.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-05 10:22:02.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-05 10:22:02.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-05 10:22:02.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-05 10:22:02.8|Info|RefreshMovieService|Updating info for Thunderbolts
2024-03-05 10:22:02.9|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-05 10:22:02.9|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-05 10:22:02.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:02.9|Info|RefreshMovieService|Updating info for Venom 3
2024-03-05 10:22:03.0|Info|DiskScanService|Scanning disk for Venom 3
2024-03-05 10:22:03.0|Info|DiskScanService|Completed scanning disk for Venom 3
2024-03-05 10:22:03.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:22:03.0|Info|DiskScanService|Scanning disk for Wicked
2024-03-05 10:22:03.0|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-05 10:22:03.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-05 10:46:31.8|Info|RssSyncService|Starting RSS Sync
2024-03-05 10:48:11.8|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-05 10:48:11.8|Info|DownloadDecisionMaker|Processing 153 releases
2024-03-05 10:48:12.0|Info|RssSyncService|RSS Sync Completed. Reports found: 153, Reports grabbed: 0
2024-03-05 11:18:32.0|Info|RssSyncService|Starting RSS Sync
2024-03-05 11:18:33.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 16:43:52 and 03/05/2024 16:46:05 UTC. Search may be required.
2024-03-05 11:18:37.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 16:45:32 and 03/05/2024 16:55:33 UTC. Search may be required.
2024-03-05 11:18:37.3|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-05 11:18:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-05 11:49:02.2|Info|RssSyncService|Starting RSS Sync
2024-03-05 11:49:03.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 17:15:09 and 03/05/2024 17:22:46 UTC. Search may be required.
2024-03-05 11:49:15.3|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-05 11:49:15.5|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-05 12:19:32.4|Info|RssSyncService|Starting RSS Sync
2024-03-05 12:19:37.8|Info|DownloadDecisionMaker|Processing 154 releases
2024-03-05 12:19:38.0|Info|RssSyncService|RSS Sync Completed. Reports found: 154, Reports grabbed: 0
2024-03-05 12:50:02.6|Info|RssSyncService|Starting RSS Sync
2024-03-05 12:50:03.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 17:22:46 and 03/05/2024 18:28:13 UTC. Search may be required.
2024-03-05 12:50:09.0|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-05 12:50:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-05 13:20:32.8|Info|RssSyncService|Starting RSS Sync
2024-03-05 13:20:33.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 18:28:13 and 03/05/2024 19:08:37 UTC. Search may be required.
2024-03-05 13:20:38.2|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-05 13:20:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-05 13:51:03.0|Info|RssSyncService|Starting RSS Sync
2024-03-05 13:51:03.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 19:08:37 and 03/05/2024 19:22:42 UTC. Search may be required.
2024-03-05 13:51:08.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 18:11:03 and 03/05/2024 19:50:03 UTC. Search may be required.
2024-03-05 13:51:14.6|Info|DownloadDecisionMaker|Processing 193 releases
2024-03-05 13:51:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 193, Reports grabbed: 0
2024-03-05 14:21:33.2|Info|RssSyncService|Starting RSS Sync
2024-03-05 14:21:43.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 19:50:03 and 03/05/2024 19:55:34 UTC. Search may be required.
2024-03-05 14:21:50.0|Info|DownloadDecisionMaker|Processing 211 releases
2024-03-05 14:21:50.3|Info|RssSyncService|RSS Sync Completed. Reports found: 211, Reports grabbed: 0
2024-03-05 14:21:55.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 14:21:57.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 14:21:57.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:21:57.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:21:57.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:21:57.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:21:59.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 14:22:01.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 14:22:03.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 14:22:05.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 14:22:05.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:22:05.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:22:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:22:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:22:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:22:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:22:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:22:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 14:52:03.4|Info|RssSyncService|Starting RSS Sync
2024-03-05 14:52:04.3|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 20:13:23 and 03/05/2024 20:14:42 UTC. Search may be required.
2024-03-05 14:52:18.9|Info|DownloadDecisionMaker|Processing 215 releases
2024-03-05 14:52:19.2|Info|RssSyncService|RSS Sync Completed. Reports found: 215, Reports grabbed: 0
2024-03-05 15:22:33.6|Info|RssSyncService|Starting RSS Sync
2024-03-05 15:22:34.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 20:41:42 and 03/05/2024 20:53:08 UTC. Search may be required.
2024-03-05 15:22:39.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 20:25:04 and 03/05/2024 20:55:34 UTC. Search may be required.
2024-03-05 15:22:41.9|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-05 15:22:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-05 15:53:03.9|Info|RssSyncService|Starting RSS Sync
2024-03-05 15:53:04.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 21:08:08 and 03/05/2024 21:11:43 UTC. Search may be required.
2024-03-05 15:53:09.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 20:55:34 and 03/05/2024 21:50:04 UTC. Search may be required.
2024-03-05 15:53:20.1|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-05 15:53:20.3|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-05 16:23:34.1|Info|RssSyncService|Starting RSS Sync
2024-03-05 16:23:34.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 21:26:43 and 03/05/2024 21:46:09 UTC. Search may be required.
2024-03-05 16:23:39.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 21:50:04 and 03/05/2024 21:55:34 UTC. Search may be required.
2024-03-05 16:23:42.9|Info|DownloadDecisionMaker|Processing 195 releases
2024-03-05 16:23:43.1|Info|RssSyncService|RSS Sync Completed. Reports found: 195, Reports grabbed: 0
2024-03-05 16:54:04.3|Info|RssSyncService|Starting RSS Sync
2024-03-05 16:54:05.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/05/2024 21:52:09 and 03/05/2024 21:54:59 UTC. Search may be required.
2024-03-05 16:54:12.1|Info|DownloadDecisionMaker|Processing 198 releases
2024-03-05 16:54:12.3|Info|RssSyncService|RSS Sync Completed. Reports found: 198, Reports grabbed: 0
2024-03-05 17:24:34.5|Info|RssSyncService|Starting RSS Sync
2024-03-05 17:24:39.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 21:55:04 and 03/05/2024 22:55:35 UTC. Search may be required.
2024-03-05 17:24:52.6|Info|DownloadDecisionMaker|Processing 197 releases
2024-03-05 17:24:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 197, Reports grabbed: 0
2024-03-05 17:55:04.8|Info|RssSyncService|Starting RSS Sync
2024-03-05 17:55:12.1|Info|DownloadDecisionMaker|Processing 208 releases
2024-03-05 17:55:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 208, Reports grabbed: 0
2024-03-05 18:25:35.0|Info|RssSyncService|Starting RSS Sync
2024-03-05 18:25:55.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/05/2024 18:26:55 due to recent failures." />
2024-03-05 18:25:55.4|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-05 18:25:55.4|Info|DownloadDecisionMaker|Processing 160 releases
2024-03-05 18:25:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 160, Reports grabbed: 0
2024-03-05 18:56:05.2|Info|RssSyncService|Starting RSS Sync
2024-03-05 18:56:05.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-05 18:56:10.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/05/2024 23:50:35 and 03/06/2024 00:50:06 UTC. Search may be required.
2024-03-05 18:56:16.7|Info|DownloadDecisionMaker|Processing 215 releases
2024-03-05 18:56:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 215, Reports grabbed: 0
2024-03-05 19:26:35.4|Info|RssSyncService|Starting RSS Sync
2024-03-05 19:26:56.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 00:50:06 and 03/06/2024 00:50:35 UTC. Search may be required.
2024-03-05 19:26:56.1|Info|DownloadDecisionMaker|Processing 214 releases
2024-03-05 19:26:56.4|Info|RssSyncService|RSS Sync Completed. Reports found: 214, Reports grabbed: 0
2024-03-05 19:57:05.7|Info|RssSyncService|Starting RSS Sync
2024-03-05 19:57:13.7|Info|DownloadDecisionMaker|Processing 192 releases
2024-03-05 19:57:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 192, Reports grabbed: 0
2024-03-05 20:22:27.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 20:22:29.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 20:22:29.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:29.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:29.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:29.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:31.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 20:22:32.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 20:22:35.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 20:22:37.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-05 20:22:37.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:37.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:37.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:37.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:37.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:37.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:37.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:22:37.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-05 20:27:35.9|Info|RssSyncService|Starting RSS Sync
2024-03-05 20:27:44.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 01:50:06 and 03/06/2024 01:50:36 UTC. Search may be required.
2024-03-05 20:27:48.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/05/2024 20:28:48 due to recent failures." />
2024-03-05 20:27:48.8|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-05 20:27:48.8|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-05 20:27:49.0|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-05 20:58:06.2|Info|RssSyncService|Starting RSS Sync
2024-03-05 20:58:18.4|Info|DownloadDecisionMaker|Processing 186 releases
2024-03-05 20:58:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 186, Reports grabbed: 0
2024-03-05 21:28:36.4|Info|RssSyncService|Starting RSS Sync
2024-03-05 21:28:41.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 02:50:06 and 03/06/2024 02:50:37 UTC. Search may be required.
2024-03-05 21:28:57.0|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-05 21:28:57.2|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-05 21:59:06.5|Info|RssSyncService|Starting RSS Sync
2024-03-05 21:59:07.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 02:17:51 and 03/06/2024 03:54:52 UTC. Search may be required.
2024-03-05 21:59:12.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 02:50:37 and 03/06/2024 03:50:07 UTC. Search may be required.
2024-03-05 22:00:46.5|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/6/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-05 22:00:46.5|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-05 22:00:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-05 22:31:06.7|Info|RssSyncService|Starting RSS Sync
2024-03-05 22:31:07.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 03:54:52 and 03/06/2024 03:55:18 UTC. Search may be required.
2024-03-05 22:31:20.2|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-05 22:31:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-05 23:01:37.0|Info|RssSyncService|Starting RSS Sync
2024-03-05 23:01:37.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 03:55:18 and 03/06/2024 04:48:55 UTC. Search may be required.
2024-03-05 23:03:17.0|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-05 23:03:17.0|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-05 23:03:17.2|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-05 23:33:37.2|Info|RssSyncService|Starting RSS Sync
2024-03-05 23:33:37.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 04:48:55 and 03/06/2024 05:22:19 UTC. Search may be required.
2024-03-05 23:33:50.0|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-05 23:33:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-06 00:04:07.4|Info|RssSyncService|Starting RSS Sync
2024-03-06 00:04:07.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-06 00:04:08.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 05:22:19 and 03/06/2024 05:48:00 UTC. Search may be required.
2024-03-06 00:05:47.4|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-06 00:05:47.4|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-06 00:05:47.6|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-06 00:36:07.6|Info|RssSyncService|Starting RSS Sync
2024-03-06 00:36:13.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 03:50:07 and 03/06/2024 06:25:08 UTC. Search may be required.
2024-03-06 00:36:16.6|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-06 00:36:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-06 01:06:37.9|Info|RssSyncService|Starting RSS Sync
2024-03-06 01:06:38.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 05:48:00 and 03/06/2024 06:36:40 UTC. Search may be required.
2024-03-06 01:06:43.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 06:25:08 and 03/06/2024 06:25:38 UTC. Search may be required.
2024-03-06 01:06:57.8|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-06 01:06:58.0|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-06 01:37:08.2|Info|RssSyncService|Starting RSS Sync
2024-03-06 01:37:08.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 01:37:52 due to recent failures." />
2024-03-06 01:37:08.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:00:45
2024-03-06 01:37:13.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 06:25:38 and 03/06/2024 06:37:08 UTC. Search may be required.
2024-03-06 01:37:13.5|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-06 01:37:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-06 02:07:38.4|Info|RssSyncService|Starting RSS Sync
2024-03-06 02:07:38.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 02:08:43 due to recent failures." />
2024-03-06 02:07:38.4|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:05
2024-03-06 02:07:43.7|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-06 02:07:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-06 02:22:58.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 02:23:00.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 02:23:00.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:00.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:00.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:00.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:02.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 02:23:04.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 02:23:06.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 02:23:08.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 02:23:08.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:08.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:08.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:08.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:08.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:08.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:08.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:23:08.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 02:38:08.6|Info|RssSyncService|Starting RSS Sync
2024-03-06 02:38:09.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 06:36:40 and 03/06/2024 08:19:11 UTC. Search may be required.
2024-03-06 02:38:13.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 07:35:38 and 03/06/2024 07:38:09 UTC. Search may be required.
2024-03-06 02:38:19.9|Info|DownloadDecisionMaker|Processing 188 releases
2024-03-06 02:38:20.1|Info|RssSyncService|RSS Sync Completed. Reports found: 188, Reports grabbed: 0
2024-03-06 03:08:38.7|Info|RssSyncService|Starting RSS Sync
2024-03-06 03:08:39.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 08:19:11 and 03/06/2024 08:57:30 UTC. Search may be required.
2024-03-06 03:08:44.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 08:30:09 and 03/06/2024 08:45:39 UTC. Search may be required.
2024-03-06 03:08:48.2|Info|DownloadDecisionMaker|Processing 200 releases
2024-03-06 03:08:48.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0
2024-03-06 03:39:08.9|Info|RssSyncService|Starting RSS Sync
2024-03-06 03:39:14.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 03:40:14 due to recent failures." />
2024-03-06 03:39:14.0|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-06 03:39:14.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/20/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 03:40:14 due to recent failures." />
2024-03-06 03:39:14.0|Warn|Torznab|API Request Limit reached for YourBittorrent (Prowlarr). Disabled for 00:01:00
2024-03-06 03:39:14.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/8/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 03:40:14 due to recent failures." />
2024-03-06 03:39:14.1|Warn|Torznab|API Request Limit reached for Isohunt2 (Prowlarr). Disabled for 00:01:00
2024-03-06 03:39:14.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 03:40:14 due to recent failures." />
2024-03-06 03:39:14.1|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00
2024-03-06 03:39:14.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/18/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 03:40:14 due to recent failures." />
2024-03-06 03:39:14.1|Warn|Torznab|API Request Limit reached for TorrentDownload (Prowlarr). Disabled for 00:01:00
2024-03-06 03:39:14.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/10/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 03:40:14 due to recent failures." />
2024-03-06 03:39:14.1|Warn|Torznab|API Request Limit reached for kickasstorrents.ws (Prowlarr). Disabled for 00:01:00
2024-03-06 03:39:14.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 03:40:14 due to recent failures." />
2024-03-06 03:39:14.2|Warn|Torznab|API Request Limit reached for Bangumi Moe (Prowlarr). Disabled for 00:01:00
2024-03-06 03:39:14.2|Info|DownloadDecisionMaker|Processing 40 releases
2024-03-06 03:39:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 40, Reports grabbed: 0
2024-03-06 04:09:39.2|Info|RssSyncService|Starting RSS Sync
2024-03-06 04:09:39.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 08:57:30 and 03/06/2024 09:55:56 UTC. Search may be required.
2024-03-06 04:09:44.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 09:05:39 and 03/06/2024 09:50:39 UTC. Search may be required.
2024-03-06 04:09:44.5|Info|DownloadDecisionMaker|Processing 186 releases
2024-03-06 04:09:44.8|Info|RssSyncService|RSS Sync Completed. Reports found: 186, Reports grabbed: 0
2024-03-06 04:40:09.4|Info|RssSyncService|Starting RSS Sync
2024-03-06 04:40:10.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 09:55:56 and 03/06/2024 10:32:21 UTC. Search may be required.
2024-03-06 04:40:14.7|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-06 04:40:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-06 05:10:39.6|Info|RssSyncService|Starting RSS Sync
2024-03-06 05:10:44.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 09:55:09 and 03/06/2024 10:50:40 UTC. Search may be required.
2024-03-06 05:10:44.9|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-06 05:10:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-06 05:41:09.8|Info|RssSyncService|Starting RSS Sync
2024-03-06 05:41:10.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 10:32:21 and 03/06/2024 11:22:01 UTC. Search may be required.
2024-03-06 05:41:18.6|Info|DownloadDecisionMaker|Processing 188 releases
2024-03-06 05:41:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 188, Reports grabbed: 0
2024-03-06 06:11:40.0|Info|RssSyncService|Starting RSS Sync
2024-03-06 06:11:40.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 11:24:01 and 03/06/2024 11:45:38 UTC. Search may be required.
2024-03-06 06:11:45.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 10:50:10 and 03/06/2024 11:50:40 UTC. Search may be required.
2024-03-06 06:12:12.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 06:27:12 due to recent failures." />
2024-03-06 06:12:12.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:15:00
2024-03-06 06:12:12.2|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-06 06:12:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-06 06:42:40.2|Info|RssSyncService|Starting RSS Sync
2024-03-06 06:42:41.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 12:06:58 and 03/06/2024 12:38:08 UTC. Search may be required.
2024-03-06 06:42:58.1|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-06 06:42:58.3|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-06 07:13:10.4|Info|RssSyncService|Starting RSS Sync
2024-03-06 07:13:20.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 07:18:20 due to recent failures." />
2024-03-06 07:13:20.1|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-06 07:13:20.1|Info|DownloadDecisionMaker|Processing 132 releases
2024-03-06 07:13:20.2|Info|RssSyncService|RSS Sync Completed. Reports found: 132, Reports grabbed: 0
2024-03-06 07:43:40.7|Info|RssSyncService|Starting RSS Sync
2024-03-06 07:43:40.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 07:49:51 due to recent failures." />
2024-03-06 07:43:40.7|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:06:11
2024-03-06 07:43:41.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 12:35:11 and 03/06/2024 13:20:38 UTC. Search may be required.
2024-03-06 07:43:46.0|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-06 07:43:46.2|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-06 08:14:10.9|Info|RssSyncService|Starting RSS Sync
2024-03-06 08:14:11.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 13:37:20 and 03/06/2024 13:44:04 UTC. Search may be required.
2024-03-06 08:14:16.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 11:50:40 and 03/06/2024 13:50:11 UTC. Search may be required.
2024-03-06 08:15:15.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 08:30:15 due to recent failures." />
2024-03-06 08:15:15.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:15:00
2024-03-06 08:15:15.2|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-06 08:15:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-06 08:23:30.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 08:23:32.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 08:23:32.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:32.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:32.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:32.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:33.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 08:23:35.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 08:23:37.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 08:23:39.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 08:23:39.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:39.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:39.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:39.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:39.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:40.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:40.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:23:40.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 08:45:41.2|Info|RssSyncService|Starting RSS Sync
2024-03-06 08:45:46.5|Info|DownloadDecisionMaker|Processing 131 releases
2024-03-06 08:45:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 131, Reports grabbed: 0
2024-03-06 09:16:11.4|Info|RssSyncService|Starting RSS Sync
2024-03-06 09:16:11.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 09:22:44 due to recent failures." />
2024-03-06 09:16:11.4|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:06:33
2024-03-06 09:16:12.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 13:44:04 and 03/06/2024 14:50:03 UTC. Search may be required.
2024-03-06 09:16:16.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 13:50:11 and 03/06/2024 14:50:11 UTC. Search may be required.
2024-03-06 09:16:16.7|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-06 09:16:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-06 09:46:41.6|Info|RssSyncService|Starting RSS Sync
2024-03-06 09:46:41.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-06 09:46:41.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-06 09:46:41.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-06 09:46:41.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-06 09:46:41.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-06 09:46:41.7|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-06 09:46:41.7|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-06 09:46:47.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 14:50:11 and 03/06/2024 14:50:42 UTC. Search may be required.
2024-03-06 09:46:47.0|Info|DownloadDecisionMaker|Processing 145 releases
2024-03-06 09:46:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 145, Reports grabbed: 0
2024-03-06 10:17:11.8|Info|RssSyncService|Starting RSS Sync
2024-03-06 10:17:17.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 14:50:42 and 03/06/2024 16:00:12 UTC. Search may be required.
2024-03-06 10:17:17.2|Info|DownloadDecisionMaker|Processing 146 releases
2024-03-06 10:17:17.4|Info|RssSyncService|RSS Sync Completed. Reports found: 146, Reports grabbed: 0
2024-03-06 10:22:11.9|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-06 10:22:11.9|Info|HousekeepingService|Running housecleaning tasks
2024-03-06 10:22:11.9|Info|Database|Vacuuming Log database
2024-03-06 10:22:11.9|Info|Database|Log database compressed
2024-03-06 10:22:11.9|Info|Database|Vacuuming Main database
2024-03-06 10:22:11.9|Info|Database|Main database compressed
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for Blade
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for Blade
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-06 10:22:12.1|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-06 10:22:12.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.1|Info|RefreshMovieService|Updating info for Dune: Messiah
2024-03-06 10:22:12.2|Info|DiskScanService|Scanning disk for Dune: Messiah
2024-03-06 10:22:12.2|Info|DiskScanService|Completed scanning disk for Dune: Messiah
2024-03-06 10:22:12.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.2|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-06 10:22:12.4|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-06 10:22:12.4|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-06 10:22:12.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.4|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-06 10:22:12.4|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-06 10:22:12.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.4|Info|RefreshMovieService|Updating info for Godzilla x Kong: The New Empire
2024-03-06 10:22:12.5|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-06 10:22:12.5|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-06 10:22:12.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.5|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-06 10:22:12.5|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-06 10:22:12.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.5|Info|RefreshMovieService|Updating info for Kingdom of the Planet of the Apes
2024-03-06 10:22:12.6|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-06 10:22:12.6|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-06 10:22:12.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.6|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-06 10:22:12.6|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-06 10:22:12.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.6|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-06 10:22:12.6|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-06 10:22:12.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.6|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-06 10:22:12.6|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-06 10:22:12.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.6|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-06 10:22:12.6|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-06 10:22:12.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.6|Info|RefreshMovieService|Updating info for Madame Web
2024-03-06 10:22:12.7|Info|DiskScanService|Scanning disk for Madame Web
2024-03-06 10:22:12.7|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-06 10:22:12.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.7|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-06 10:22:12.7|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-06 10:22:12.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.7|Info|RefreshMovieService|Updating info for A Quiet Place: Day One
2024-03-06 10:22:12.8|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-06 10:22:12.8|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-06 10:22:12.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.8|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-06 10:22:12.8|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-06 10:22:12.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.8|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-06 10:22:12.8|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-06 10:22:12.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.8|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-06 10:22:12.8|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-06 10:22:12.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.8|Info|RefreshMovieService|Updating info for Spaceman
2024-03-06 10:22:12.9|Info|DiskScanService|Scanning disk for Spaceman
2024-03-06 10:22:12.9|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-06 10:22:12.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-06 10:22:12.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-06 10:22:12.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-06 10:22:12.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-06 10:22:12.9|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-06 10:22:12.9|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-06 10:22:12.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.9|Info|DiskScanService|Scanning disk for Venom 3
2024-03-06 10:22:12.9|Info|DiskScanService|Completed scanning disk for Venom 3
2024-03-06 10:22:12.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:22:12.9|Info|DiskScanService|Scanning disk for Wicked
2024-03-06 10:22:12.9|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-06 10:22:12.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-06 10:47:42.1|Info|RssSyncService|Starting RSS Sync
2024-03-06 10:47:47.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 16:00:12 and 03/06/2024 16:00:42 UTC. Search may be required.
2024-03-06 10:47:47.5|Info|DownloadDecisionMaker|Processing 145 releases
2024-03-06 10:47:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 145, Reports grabbed: 0
2024-03-06 11:18:12.3|Info|RssSyncService|Starting RSS Sync
2024-03-06 11:18:17.9|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-06 11:18:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-06 11:48:42.5|Info|RssSyncService|Starting RSS Sync
2024-03-06 11:48:43.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 16:48:02 and 03/06/2024 16:52:01 UTC. Search may be required.
2024-03-06 11:48:47.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 16:00:42 and 03/06/2024 17:25:43 UTC. Search may be required.
2024-03-06 11:48:47.9|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-06 11:48:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-06 12:19:12.7|Info|RssSyncService|Starting RSS Sync
2024-03-06 12:19:12.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 12:46:20 due to recent failures." />
2024-03-06 12:19:12.7|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:27:07
2024-03-06 12:19:13.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 17:18:33 and 03/06/2024 17:22:48 UTC. Search may be required.
2024-03-06 12:19:18.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 17:25:43 and 03/06/2024 18:05:13 UTC. Search may be required.
2024-03-06 12:19:18.2|Info|DownloadDecisionMaker|Processing 135 releases
2024-03-06 12:19:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 135, Reports grabbed: 0
2024-03-06 12:49:43.0|Info|RssSyncService|Starting RSS Sync
2024-03-06 12:50:04.4|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-06 12:50:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-06 13:20:13.2|Info|RssSyncService|Starting RSS Sync
2024-03-06 13:20:18.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 18:45:43 and 03/06/2024 19:15:13 UTC. Search may be required.
2024-03-06 13:20:18.5|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-06 13:20:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-06 13:50:43.4|Info|RssSyncService|Starting RSS Sync
2024-03-06 13:50:48.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 19:15:13 and 03/06/2024 19:15:44 UTC. Search may be required.
2024-03-06 13:50:48.7|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-06 13:50:48.9|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-06 14:21:13.6|Info|RssSyncService|Starting RSS Sync
2024-03-06 14:21:19.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 19:35:44 and 03/06/2024 20:00:14 UTC. Search may be required.
2024-03-06 14:21:19.0|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-06 14:21:19.2|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-06 14:24:01.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 14:24:03.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 14:24:03.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:03.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:03.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:03.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:05.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 14:24:07.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 14:24:09.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 14:24:11.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 14:24:11.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:11.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:11.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:11.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:11.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:11.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:11.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:24:11.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 14:51:43.8|Info|RssSyncService|Starting RSS Sync
2024-03-06 14:51:49.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 20:15:14 and 03/06/2024 20:15:44 UTC. Search may be required.
2024-03-06 14:51:50.8|Info|DownloadDecisionMaker|Processing 158 releases
2024-03-06 14:51:51.0|Info|RssSyncService|RSS Sync Completed. Reports found: 158, Reports grabbed: 0
2024-03-06 15:22:14.1|Info|RssSyncService|Starting RSS Sync
2024-03-06 15:22:15.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 19:35:00 and 03/06/2024 21:15:39 UTC. Search may be required.
2024-03-06 15:22:23.3|Info|DownloadDecisionMaker|Processing 160 releases
2024-03-06 15:22:23.5|Info|RssSyncService|RSS Sync Completed. Reports found: 160, Reports grabbed: 0
2024-03-06 15:52:44.3|Info|RssSyncService|Starting RSS Sync
2024-03-06 15:52:45.3|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 21:15:39 and 03/06/2024 21:16:38 UTC. Search may be required.
2024-03-06 15:52:49.7|Info|DownloadDecisionMaker|Processing 158 releases
2024-03-06 15:52:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 158, Reports grabbed: 0
2024-03-06 16:23:14.5|Info|RssSyncService|Starting RSS Sync
2024-03-06 16:23:15.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 21:16:38 and 03/06/2024 22:06:27 UTC. Search may be required.
2024-03-06 16:23:19.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 21:10:47 and 03/06/2024 22:05:15 UTC. Search may be required.
2024-03-06 16:23:21.4|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-06 16:23:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-06 16:53:44.7|Info|RssSyncService|Starting RSS Sync
2024-03-06 16:53:46.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 22:11:27 and 03/06/2024 22:14:48 UTC. Search may be required.
2024-03-06 16:53:50.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 22:05:15 and 03/06/2024 22:05:45 UTC. Search may be required.
2024-03-06 16:53:50.1|Info|DownloadDecisionMaker|Processing 143 releases
2024-03-06 16:53:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 143, Reports grabbed: 0
2024-03-06 17:24:14.9|Info|RssSyncService|Starting RSS Sync
2024-03-06 17:24:22.3|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-06 17:24:22.4|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-06 17:54:45.2|Info|RssSyncService|Starting RSS Sync
2024-03-06 17:54:46.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/06/2024 22:43:59 and 03/06/2024 23:27:19 UTC. Search may be required.
2024-03-06 17:54:50.6|Info|DownloadDecisionMaker|Processing 131 releases
2024-03-06 17:54:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 131, Reports grabbed: 0
2024-03-06 18:25:15.4|Info|RssSyncService|Starting RSS Sync
2024-03-06 18:25:20.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/06/2024 22:50:15 and 03/07/2024 00:00:16 UTC. Search may be required.
2024-03-06 18:25:25.5|Warn|Torznab|Indexer TorrentGalaxy (Prowlarr) rss sync didn't cover the period between 03/06/2024 12:05:58 and 03/06/2024 17:25:25 UTC. Search may be required.
2024-03-06 18:25:25.5|Info|DownloadDecisionMaker|Processing 204 releases
2024-03-06 18:25:25.8|Info|RssSyncService|RSS Sync Completed. Reports found: 204, Reports grabbed: 0
2024-03-06 18:55:45.6|Info|RssSyncService|Starting RSS Sync
2024-03-06 18:55:51.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 00:00:16 and 03/07/2024 00:00:46 UTC. Search may be required.
2024-03-06 18:55:53.4|Info|DownloadDecisionMaker|Processing 222 releases
2024-03-06 18:55:53.7|Info|RssSyncService|RSS Sync Completed. Reports found: 222, Reports grabbed: 0
2024-03-06 19:26:15.9|Info|RssSyncService|Starting RSS Sync
2024-03-06 19:26:15.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-06 19:26:21.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 00:55:02 and 03/07/2024 00:55:16 UTC. Search may be required.
2024-03-06 19:26:27.4|Info|DownloadDecisionMaker|Processing 203 releases
2024-03-06 19:26:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 203, Reports grabbed: 0
2024-03-06 19:56:46.1|Info|RssSyncService|Starting RSS Sync
2024-03-06 19:57:11.4|Info|DownloadDecisionMaker|Processing 200 releases
2024-03-06 19:57:11.7|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0
2024-03-06 20:24:33.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 20:24:35.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 20:24:35.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:35.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:35.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:35.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:36.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 20:24:38.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 20:24:41.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 20:24:43.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-06 20:24:43.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:43.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:43.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:43.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:43.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:43.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:43.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:24:43.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-06 20:27:16.3|Info|RssSyncService|Starting RSS Sync
2024-03-06 20:27:17.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 00:45:50 and 03/07/2024 02:12:17 UTC. Search may be required.
2024-03-06 20:27:22.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 20:28:22 due to recent failures." />
2024-03-06 20:27:22.5|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-06 20:27:22.5|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-06 20:27:22.7|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-06 20:57:46.5|Info|RssSyncService|Starting RSS Sync
2024-03-06 20:57:47.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 02:12:17 and 03/07/2024 02:25:33 UTC. Search may be required.
2024-03-06 20:57:51.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 01:55:16 and 03/07/2024 01:57:47 UTC. Search may be required.
2024-03-06 20:58:26.9|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-06 20:58:27.2|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-06 21:28:46.8|Info|RssSyncService|Starting RSS Sync
2024-03-06 21:28:52.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 01:57:47 and 03/07/2024 02:28:48 UTC. Search may be required.
2024-03-06 21:28:59.7|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-06 21:28:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-06 21:59:17.0|Info|RssSyncService|Starting RSS Sync
2024-03-06 21:59:17.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 03:09:19 and 03/07/2024 03:25:06 UTC. Search may be required.
2024-03-06 21:59:47.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/06/2024 22:00:47 due to recent failures." />
2024-03-06 21:59:47.2|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00
2024-03-06 21:59:47.2|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-06 21:59:47.4|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-06 22:30:17.2|Info|RssSyncService|Starting RSS Sync
2024-03-06 22:30:17.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 03:28:06 and 03/07/2024 04:05:34 UTC. Search may be required.
2024-03-06 22:30:18.9|Warn|Torznab|Indexer GloDLS (Prowlarr) rss sync didn't cover the period between 03/05/2024 02:58:27 and 03/07/2024 04:30:18 UTC. Search may be required.
2024-03-06 22:30:22.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 02:28:48 and 03/07/2024 04:10:17 UTC. Search may be required.
2024-03-06 22:30:41.4|Info|DownloadDecisionMaker|Processing 191 releases
2024-03-06 22:30:41.7|Info|RssSyncService|RSS Sync Completed. Reports found: 191, Reports grabbed: 0
2024-03-06 23:00:47.5|Info|RssSyncService|Starting RSS Sync
2024-03-06 23:00:48.8|Warn|Torznab|Indexer GloDLS (Prowlarr) rss sync didn't cover the period between 03/07/2024 04:30:18 and 03/07/2024 05:00:48 UTC. Search may be required.
2024-03-06 23:01:54.4|Info|DownloadDecisionMaker|Processing 195 releases
2024-03-06 23:01:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 195, Reports grabbed: 0
2024-03-06 23:32:17.7|Info|RssSyncService|Starting RSS Sync
2024-03-06 23:33:57.7|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/6/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-06 23:33:57.7|Info|DownloadDecisionMaker|Processing 192 releases
2024-03-06 23:33:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 192, Reports grabbed: 0
2024-03-07 00:04:17.9|Info|RssSyncService|Starting RSS Sync
2024-03-07 00:04:17.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-07 00:04:18.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 04:05:34 and 03/07/2024 05:39:43 UTC. Search may be required.
2024-03-07 00:04:26.1|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-07 00:04:26.3|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-07 00:34:48.1|Info|RssSyncService|Starting RSS Sync
2024-03-07 00:34:48.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 05:48:21 and 03/07/2024 06:00:41 UTC. Search may be required.
2024-03-07 00:34:59.8|Info|DownloadDecisionMaker|Processing 186 releases
2024-03-07 00:35:00.0|Info|RssSyncService|RSS Sync Completed. Reports found: 186, Reports grabbed: 0
2024-03-07 01:05:18.3|Info|RssSyncService|Starting RSS Sync
2024-03-07 01:05:24.6|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-07 01:05:24.9|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-07 01:35:48.5|Info|RssSyncService|Starting RSS Sync
2024-03-07 01:36:03.9|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-07 01:36:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-07 02:06:19.0|Info|RssSyncService|Starting RSS Sync
2024-03-07 02:06:19.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 07:28:34 and 03/07/2024 07:41:44 UTC. Search may be required.
2024-03-07 02:06:24.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 05:10:18 and 03/07/2024 07:50:19 UTC. Search may be required.
2024-03-07 02:06:24.3|Info|DownloadDecisionMaker|Processing 188 releases
2024-03-07 02:06:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 188, Reports grabbed: 0
2024-03-07 02:25:04.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 02:25:06.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 02:25:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:08.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 02:25:10.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 02:25:12.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 02:25:14.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 02:25:14.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:14.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:14.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:14.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:14.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:14.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:14.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:25:14.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 02:36:49.1|Info|RssSyncService|Starting RSS Sync
2024-03-07 02:36:50.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 07:48:54 and 03/07/2024 07:52:27 UTC. Search may be required.
2024-03-07 02:36:57.5|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-07 02:36:57.7|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-07 03:07:19.3|Info|RssSyncService|Starting RSS Sync
2024-03-07 03:07:20.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 08:21:27 and 03/07/2024 08:25:15 UTC. Search may be required.
2024-03-07 03:07:24.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 07:50:19 and 03/07/2024 09:05:20 UTC. Search may be required.
2024-03-07 03:07:34.4|Info|DownloadDecisionMaker|Processing 193 releases
2024-03-07 03:07:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 193, Reports grabbed: 0
2024-03-07 03:37:49.5|Info|RssSyncService|Starting RSS Sync
2024-03-07 03:37:50.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 08:55:15 and 03/07/2024 09:05:22 UTC. Search may be required.
2024-03-07 03:37:54.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 09:05:20 and 03/07/2024 09:05:50 UTC. Search may be required.
2024-03-07 03:38:13.3|Info|DownloadDecisionMaker|Processing 193 releases
2024-03-07 03:38:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 193, Reports grabbed: 0
2024-03-07 04:08:19.7|Info|RssSyncService|Starting RSS Sync
2024-03-07 04:08:20.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 09:33:43 and 03/07/2024 09:46:30 UTC. Search may be required.
2024-03-07 04:08:50.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/07/2024 04:09:50 due to recent failures." />
2024-03-07 04:08:50.4|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00
2024-03-07 04:09:39.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/07/2024 04:10:39 due to recent failures." />
2024-03-07 04:09:39.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-07 04:09:39.2|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-07 04:09:39.4|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-07 04:39:49.9|Info|RssSyncService|Starting RSS Sync
2024-03-07 04:39:50.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 10:06:30 and 03/07/2024 10:14:42 UTC. Search may be required.
2024-03-07 04:39:55.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 09:05:50 and 03/07/2024 09:39:51 UTC. Search may be required.
2024-03-07 04:39:56.7|Info|DownloadDecisionMaker|Processing 201 releases
2024-03-07 04:39:57.0|Info|RssSyncService|RSS Sync Completed. Reports found: 201, Reports grabbed: 0
2024-03-07 05:10:20.0|Info|RssSyncService|Starting RSS Sync
2024-03-07 05:10:21.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 10:20:42 and 03/07/2024 10:44:20 UTC. Search may be required.
2024-03-07 05:10:25.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 10:05:51 and 03/07/2024 10:10:20 UTC. Search may be required.
2024-03-07 05:12:00.0|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-07 05:12:00.1|Info|DownloadDecisionMaker|Processing 108 releases
2024-03-07 05:12:00.2|Info|RssSyncService|RSS Sync Completed. Reports found: 108, Reports grabbed: 0
2024-03-07 05:42:20.2|Info|RssSyncService|Starting RSS Sync
2024-03-07 05:42:20.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 10:44:20 and 03/07/2024 11:21:43 UTC. Search may be required.
2024-03-07 05:42:36.7|Info|DownloadDecisionMaker|Processing 197 releases
2024-03-07 05:42:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 197, Reports grabbed: 0
2024-03-07 06:12:50.4|Info|RssSyncService|Starting RSS Sync
2024-03-07 06:12:51.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 11:36:43 and 03/07/2024 11:44:07 UTC. Search may be required.
2024-03-07 06:12:55.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 11:10:20 and 03/07/2024 11:55:51 UTC. Search may be required.
2024-03-07 06:13:16.4|Info|DownloadDecisionMaker|Processing 191 releases
2024-03-07 06:13:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 191, Reports grabbed: 0
2024-03-07 06:43:20.7|Info|RssSyncService|Starting RSS Sync
2024-03-07 06:43:21.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 12:00:07 and 03/07/2024 12:12:11 UTC. Search may be required.
2024-03-07 06:43:30.3|Info|DownloadDecisionMaker|Processing 197 releases
2024-03-07 06:43:30.5|Info|RssSyncService|RSS Sync Completed. Reports found: 197, Reports grabbed: 0
2024-03-07 07:13:50.8|Info|RssSyncService|Starting RSS Sync
2024-03-07 07:13:51.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 12:35:11 and 03/07/2024 12:47:39 UTC. Search may be required.
2024-03-07 07:14:23.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/07/2024 07:19:23 due to recent failures." />
2024-03-07 07:14:23.5|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-07 07:14:23.5|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-07 07:14:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-07 07:44:51.1|Info|RssSyncService|Starting RSS Sync
2024-03-07 07:44:51.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/07/2024 08:09:01 due to recent failures." />
2024-03-07 07:44:51.1|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:24:11
2024-03-07 07:44:56.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 12:50:51 and 03/07/2024 12:50:52 UTC. Search may be required.
2024-03-07 07:44:56.4|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-07 07:44:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-07 08:15:21.3|Info|RssSyncService|Starting RSS Sync
2024-03-07 08:15:21.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/07/2024 09:10:20 due to recent failures." />
2024-03-07 08:15:21.3|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:54:59
2024-03-07 08:15:22.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 12:51:39 and 03/07/2024 13:39:09 UTC. Search may be required.
2024-03-07 08:15:26.6|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-07 08:15:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-07 08:25:36.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 08:25:38.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 08:25:38.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:38.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:38.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:38.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:39.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 08:25:41.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 08:25:43.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 08:25:45.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 08:25:45.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:45.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:45.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:45.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:45.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:46.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:46.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:25:46.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 08:45:51.6|Info|RssSyncService|Starting RSS Sync
2024-03-07 08:45:57.9|Info|DownloadDecisionMaker|Processing 154 releases
2024-03-07 08:45:58.1|Info|RssSyncService|RSS Sync Completed. Reports found: 154, Reports grabbed: 0
2024-03-07 09:16:21.8|Info|RssSyncService|Starting RSS Sync
2024-03-07 09:16:21.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/07/2024 12:12:12 due to recent failures." />
2024-03-07 09:16:21.8|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 02:55:51
2024-03-07 09:16:28.1|Info|DownloadDecisionMaker|Processing 161 releases
2024-03-07 09:16:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 161, Reports grabbed: 0
2024-03-07 09:46:52.0|Info|RssSyncService|Starting RSS Sync
2024-03-07 09:46:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-07 09:46:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-07 09:46:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-07 09:46:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-07 09:46:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-07 09:46:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-07 09:46:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-07 09:46:52.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 15:10:26 and 03/07/2024 15:29:58 UTC. Search may be required.
2024-03-07 09:46:57.8|Info|DownloadDecisionMaker|Processing 151 releases
2024-03-07 09:46:58.0|Info|RssSyncService|RSS Sync Completed. Reports found: 151, Reports grabbed: 0
2024-03-07 10:08:52.2|Info|BackupService|Starting Backup
2024-03-07 10:17:22.2|Info|RssSyncService|Starting RSS Sync
2024-03-07 10:17:23.3|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 15:37:46 and 03/07/2024 15:59:57 UTC. Search may be required.
2024-03-07 10:17:27.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 14:55:52 and 03/07/2024 15:50:22 UTC. Search may be required.
2024-03-07 10:17:30.9|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-07 10:17:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-07 10:22:22.3|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-07 10:22:22.3|Info|HousekeepingService|Running housecleaning tasks
2024-03-07 10:22:22.3|Info|RefreshCollectionService|Updating info for Avatar Collection
2024-03-07 10:22:22.3|Info|Database|Vacuuming Log database
2024-03-07 10:22:22.3|Info|Database|Log database compressed
2024-03-07 10:22:22.3|Info|Database|Vacuuming Main database
2024-03-07 10:22:22.3|Info|Database|Main database compressed
2024-03-07 10:22:22.5|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-07 10:22:22.5|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-07 10:22:22.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.5|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-07 10:22:22.5|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-07 10:22:22.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.5|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-07 10:22:22.5|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-07 10:22:22.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.5|Info|RefreshMovieService|Updating info for The Batman - Part II
2024-03-07 10:22:22.5|Info|RefreshCollectionService|Updating info for Beverly Hills Cop Collection
2024-03-07 10:22:22.6|Info|RefreshCollectionService|Updating info for Captain America Collection
2024-03-07 10:22:22.6|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-07 10:22:22.6|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-07 10:22:22.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.6|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-07 10:22:22.6|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-07 10:22:22.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.6|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-07 10:22:22.6|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-07 10:22:22.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.6|Info|DiskScanService|Scanning disk for Blade
2024-03-07 10:22:22.6|Info|DiskScanService|Completed scanning disk for Blade
2024-03-07 10:22:22.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.6|Info|RefreshMovieService|Updating info for Captain America: Brave New World
2024-03-07 10:22:22.7|Info|RefreshCollectionService|Updating info for Deadpool Collection
2024-03-07 10:22:22.7|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-07 10:22:22.7|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-07 10:22:22.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.7|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-07 10:22:22.7|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-07 10:22:22.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.7|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-07 10:22:22.7|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-07 10:22:22.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.7|Info|RefreshMovieService|Updating info for Dune: Messiah
2024-03-07 10:22:22.7|Info|RefreshCollectionService|Updating info for Dune Collection
2024-03-07 10:22:22.8|Info|RefreshCollectionService|Updating info for Joker Collection
2024-03-07 10:22:22.8|Info|DiskScanService|Scanning disk for Dune Messiah
2024-03-07 10:22:22.8|Info|DiskScanService|Completed scanning disk for Dune Messiah
2024-03-07 10:22:22.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:22.8|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-07 10:22:22.8|Info|RefreshCollectionService|Updating info for Legally Blonde Collection
2024-03-07 10:22:22.9|Info|RefreshCollectionService|Updating info for Mission: Impossible Collection
2024-03-07 10:22:23.0|Info|RefreshCollectionService|Updating info for Rebel Moon Collection
2024-03-07 10:22:23.1|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-07 10:22:23.1|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-07 10:22:23.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.1|Info|RefreshMovieService|Updating info for Fast X: Part 2
2024-03-07 10:22:23.2|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-07 10:22:23.2|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-07 10:22:23.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.2|Info|RefreshMovieService|Updating info for Godzilla x Kong: The New Empire
2024-03-07 10:22:23.3|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-07 10:22:23.3|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-07 10:22:23.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.3|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-07 10:22:23.3|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-07 10:22:23.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.3|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-07 10:22:23.3|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-07 10:22:23.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.3|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-07 10:22:23.3|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-07 10:22:23.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.3|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-07 10:22:23.3|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-07 10:22:23.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.3|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-07 10:22:23.3|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-07 10:22:23.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.3|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-07 10:22:23.3|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-07 10:22:23.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.3|Info|RefreshMovieService|Updating info for Madame Web
2024-03-07 10:22:23.5|Info|DiskScanService|Scanning disk for Madame Web
2024-03-07 10:22:23.5|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-07 10:22:23.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.5|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-07 10:22:23.5|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-07 10:22:23.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.5|Info|RefreshMovieService|Updating info for A Quiet Place: Day One
2024-03-07 10:22:23.6|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-07 10:22:23.6|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-07 10:22:23.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.6|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-07 10:22:23.6|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-07 10:22:23.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.6|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-07 10:22:23.6|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-07 10:22:23.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.6|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-07 10:22:23.6|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-07 10:22:23.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.6|Info|RefreshMovieService|Updating info for Spaceman
2024-03-07 10:22:23.8|Info|DiskScanService|Scanning disk for Spaceman
2024-03-07 10:22:23.8|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-07 10:22:23.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-07 10:22:23.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-07 10:22:23.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-07 10:22:23.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-07 10:22:23.8|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-07 10:22:23.8|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-07 10:22:23.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.8|Info|DiskScanService|Scanning disk for Venom 3
2024-03-07 10:22:23.8|Info|DiskScanService|Completed scanning disk for Venom 3
2024-03-07 10:22:23.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:22:23.8|Info|RefreshMovieService|Updating info for Wicked
2024-03-07 10:22:23.9|Info|DiskScanService|Scanning disk for Wicked
2024-03-07 10:22:23.9|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-07 10:22:23.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-07 10:47:52.5|Info|RssSyncService|Starting RSS Sync
2024-03-07 10:49:32.5|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-07 10:49:32.5|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-07 10:49:32.7|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-07 11:19:52.7|Info|RssSyncService|Starting RSS Sync
2024-03-07 11:19:58.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 16:35:52 and 03/07/2024 16:35:53 UTC. Search may be required.
2024-03-07 11:19:59.6|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-07 11:19:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-07 11:50:22.9|Info|RssSyncService|Starting RSS Sync
2024-03-07 11:50:23.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 17:14:16 and 03/07/2024 17:14:58 UTC. Search may be required.
2024-03-07 11:50:28.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 16:50:53 and 03/07/2024 17:50:02 UTC. Search may be required.
2024-03-07 11:52:03.0|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/6/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-07 11:52:03.0|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-07 11:52:03.1|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-07 12:22:23.1|Info|RssSyncService|Starting RSS Sync
2024-03-07 12:22:23.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/07/2024 18:19:37 due to recent failures." />
2024-03-07 12:22:23.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 05:57:14
2024-03-07 12:22:23.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 17:32:42 and 03/07/2024 17:58:32 UTC. Search may be required.
2024-03-07 12:22:28.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 17:50:03 and 03/07/2024 17:50:23 UTC. Search may be required.
2024-03-07 12:22:28.5|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-07 12:22:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-07 12:52:53.3|Info|RssSyncService|Starting RSS Sync
2024-03-07 12:52:54.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 17:58:32 and 03/07/2024 18:46:01 UTC. Search may be required.
2024-03-07 12:52:59.7|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-07 12:52:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-07 13:23:23.6|Info|RssSyncService|Starting RSS Sync
2024-03-07 13:23:29.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 17:50:23 and 03/07/2024 18:55:24 UTC. Search may be required.
2024-03-07 13:23:30.0|Info|DownloadDecisionMaker|Processing 164 releases
2024-03-07 13:23:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 164, Reports grabbed: 0
2024-03-07 13:53:53.8|Info|RssSyncService|Starting RSS Sync
2024-03-07 13:54:00.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 19:10:24 and 03/07/2024 19:10:54 UTC. Search may be required.
2024-03-07 13:54:00.3|Info|DownloadDecisionMaker|Processing 148 releases
2024-03-07 13:54:00.5|Info|RssSyncService|RSS Sync Completed. Reports found: 148, Reports grabbed: 0
2024-03-07 14:24:24.0|Info|RssSyncService|Starting RSS Sync
2024-03-07 14:24:29.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 19:10:54 and 03/07/2024 19:55:24 UTC. Search may be required.
2024-03-07 14:24:29.7|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-07 14:24:29.9|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-07 14:26:07.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 14:26:09.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 14:26:09.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:09.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:09.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:09.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:11.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 14:26:13.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 14:26:15.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 14:26:17.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 14:26:17.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:17.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:17.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:17.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:17.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:17.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:17.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:26:17.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 14:54:54.2|Info|RssSyncService|Starting RSS Sync
2024-03-07 14:54:59.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 20:05:24 and 03/07/2024 20:05:55 UTC. Search may be required.
2024-03-07 14:55:03.2|Info|DownloadDecisionMaker|Processing 150 releases
2024-03-07 14:55:03.4|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0
2024-03-07 15:25:24.5|Info|RssSyncService|Starting RSS Sync
2024-03-07 15:25:29.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 20:50:55 and 03/07/2024 21:10:25 UTC. Search may be required.
2024-03-07 15:25:29.8|Info|DownloadDecisionMaker|Processing 162 releases
2024-03-07 15:25:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 162, Reports grabbed: 0
2024-03-07 15:55:54.7|Info|RssSyncService|Starting RSS Sync
2024-03-07 15:56:01.1|Info|DownloadDecisionMaker|Processing 160 releases
2024-03-07 15:56:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 160, Reports grabbed: 0
2024-03-07 16:26:24.9|Info|RssSyncService|Starting RSS Sync
2024-03-07 16:26:31.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 21:25:55 and 03/07/2024 21:26:25 UTC. Search may be required.
2024-03-07 16:26:31.3|Info|DownloadDecisionMaker|Processing 162 releases
2024-03-07 16:26:31.5|Info|RssSyncService|RSS Sync Completed. Reports found: 162, Reports grabbed: 0
2024-03-07 16:56:55.1|Info|RssSyncService|Starting RSS Sync
2024-03-07 16:57:25.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/07/2024 16:58:25 due to recent failures." />
2024-03-07 16:57:25.6|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00
2024-03-07 16:57:25.6|Info|DownloadDecisionMaker|Processing 130 releases
2024-03-07 16:57:25.8|Info|RssSyncService|RSS Sync Completed. Reports found: 130, Reports grabbed: 0
2024-03-07 17:27:55.4|Info|RssSyncService|Starting RSS Sync
2024-03-07 17:27:56.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 22:16:40 and 03/07/2024 23:23:29 UTC. Search may be required.
2024-03-07 17:28:00.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 22:20:25 and 03/07/2024 22:40:56 UTC. Search may be required.
2024-03-07 17:28:00.7|Info|DownloadDecisionMaker|Processing 155 releases
2024-03-07 17:28:00.9|Info|RssSyncService|RSS Sync Completed. Reports found: 155, Reports grabbed: 0
2024-03-07 17:58:25.6|Info|RssSyncService|Starting RSS Sync
2024-03-07 17:58:31.0|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-07 17:58:31.1|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-07 18:28:55.9|Info|RssSyncService|Starting RSS Sync
2024-03-07 18:28:56.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/07/2024 23:22:29 and 03/08/2024 00:26:09 UTC. Search may be required.
2024-03-07 18:29:00.7|Warn|Torznab|Indexer TorrentGalaxy (Prowlarr) rss sync didn't cover the period between 03/07/2024 12:33:30 and 03/07/2024 13:29:00 UTC. Search may be required.
2024-03-07 18:29:04.3|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-07 18:29:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-07 18:59:26.1|Info|RssSyncService|Starting RSS Sync
2024-03-07 18:59:31.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/07/2024 23:05:26 and 03/08/2024 00:50:26 UTC. Search may be required.
2024-03-07 19:01:06.1|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-07 19:01:06.1|Info|DownloadDecisionMaker|Processing 177 releases
2024-03-07 19:01:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 177, Reports grabbed: 0
2024-03-07 19:31:26.3|Info|RssSyncService|Starting RSS Sync
2024-03-07 19:31:26.3|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-07 19:31:27.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 00:29:47 and 03/08/2024 00:55:31 UTC. Search may be required.
2024-03-07 19:31:31.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 00:50:26 and 03/08/2024 00:50:27 UTC. Search may be required.
2024-03-07 19:31:31.6|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-07 19:31:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-07 20:01:56.5|Info|RssSyncService|Starting RSS Sync
2024-03-07 20:02:01.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 00:50:27 and 03/08/2024 01:55:57 UTC. Search may be required.
2024-03-07 20:02:05.6|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-07 20:02:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-07 20:26:38.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 20:26:40.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 20:26:40.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:40.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:40.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:40.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:42.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 20:26:44.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 20:26:46.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 20:26:48.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-07 20:26:48.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:48.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:48.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:48.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:48.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:48.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:48.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:26:48.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-07 20:32:26.7|Info|RssSyncService|Starting RSS Sync
2024-03-07 20:32:27.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 01:17:31 and 03/08/2024 02:00:27 UTC. Search may be required.
2024-03-07 20:32:33.1|Info|DownloadDecisionMaker|Processing 143 releases
2024-03-07 20:32:33.2|Info|RssSyncService|RSS Sync Completed. Reports found: 143, Reports grabbed: 0
2024-03-07 21:02:57.0|Info|RssSyncService|Starting RSS Sync
2024-03-07 21:02:57.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 02:25:27 and 03/08/2024 02:30:31 UTC. Search may be required.
2024-03-07 21:03:05.3|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-07 21:03:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-07 21:33:27.1|Info|RssSyncService|Starting RSS Sync
2024-03-07 21:33:28.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 02:30:31 and 03/08/2024 03:05:40 UTC. Search may be required.
2024-03-07 21:33:32.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 01:55:27 and 03/08/2024 03:15:27 UTC. Search may be required.
2024-03-07 21:33:34.2|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-07 21:33:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-07 22:03:57.3|Info|RssSyncService|Starting RSS Sync
2024-03-07 22:03:58.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 03:05:40 and 03/08/2024 03:41:08 UTC. Search may be required.
2024-03-07 22:04:02.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 03:15:27 and 03/08/2024 03:15:57 UTC. Search may be required.
2024-03-07 22:04:05.4|Info|DownloadDecisionMaker|Processing 134 releases
2024-03-07 22:04:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 134, Reports grabbed: 0
2024-03-07 22:34:27.6|Info|RssSyncService|Starting RSS Sync
2024-03-07 22:36:07.6|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-07 22:36:07.6|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-07 22:36:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-07 23:06:27.8|Info|RssSyncService|Starting RSS Sync
2024-03-07 23:06:33.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 03:35:28 and 03/08/2024 04:06:28 UTC. Search may be required.
2024-03-07 23:06:33.1|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-07 23:06:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-07 23:36:58.1|Info|RssSyncService|Starting RSS Sync
2024-03-07 23:36:59.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 04:26:53 and 03/08/2024 05:06:39 UTC. Search may be required.
2024-03-07 23:37:03.4|Info|DownloadDecisionMaker|Processing 134 releases
2024-03-07 23:37:03.6|Info|RssSyncService|RSS Sync Completed. Reports found: 134, Reports grabbed: 0
2024-03-08 00:07:28.3|Info|RssSyncService|Starting RSS Sync
2024-03-08 00:07:28.3|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-08 00:07:29.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 05:12:39 and 03/08/2024 05:47:47 UTC. Search may be required.
2024-03-08 00:07:33.7|Info|DownloadDecisionMaker|Processing 132 releases
2024-03-08 00:07:33.8|Info|RssSyncService|RSS Sync Completed. Reports found: 132, Reports grabbed: 0
2024-03-08 00:37:58.5|Info|RssSyncService|Starting RSS Sync
2024-03-08 00:38:08.0|Info|DownloadDecisionMaker|Processing 132 releases
2024-03-08 00:38:08.1|Info|RssSyncService|RSS Sync Completed. Reports found: 132, Reports grabbed: 0
2024-03-08 01:08:28.7|Info|RssSyncService|Starting RSS Sync
2024-03-08 01:08:29.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 05:47:47 and 03/08/2024 06:51:10 UTC. Search may be required.
2024-03-08 01:08:39.7|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-08 01:08:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-08 01:38:58.9|Info|RssSyncService|Starting RSS Sync
2024-03-08 01:38:59.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 06:51:10 and 03/08/2024 07:28:38 UTC. Search may be required.
2024-03-08 01:39:05.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/08/2024 01:40:05 due to recent failures." />
2024-03-08 01:39:05.8|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-08 01:39:05.8|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-08 01:39:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-08 02:09:29.1|Info|RssSyncService|Starting RSS Sync
2024-03-08 02:09:34.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 05:05:28 and 03/08/2024 07:50:29 UTC. Search may be required.
2024-03-08 02:09:34.5|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-08 02:09:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-08 02:27:10.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 02:27:12.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 02:27:12.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:12.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:12.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:12.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:14.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 02:27:15.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 02:27:18.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 02:27:20.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 02:27:20.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:20.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:20.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:20.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:20.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:20.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:20.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:27:20.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 02:39:59.3|Info|RssSyncService|Starting RSS Sync
2024-03-08 02:40:04.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 07:50:29 and 03/08/2024 07:50:59 UTC. Search may be required.
2024-03-08 02:41:39.3|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/20/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-08 02:41:39.3|Info|DownloadDecisionMaker|Processing 90 releases
2024-03-08 02:41:39.5|Info|RssSyncService|RSS Sync Completed. Reports found: 90, Reports grabbed: 0
2024-03-08 03:11:59.6|Info|RssSyncService|Starting RSS Sync
2024-03-08 03:12:00.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 07:51:14 and 03/08/2024 08:52:56 UTC. Search may be required.
2024-03-08 03:12:04.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 07:50:59 and 03/08/2024 09:06:00 UTC. Search may be required.
2024-03-08 03:12:04.9|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-08 03:12:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-08 03:42:29.8|Info|RssSyncService|Starting RSS Sync
2024-03-08 03:42:30.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 09:08:56 and 03/08/2024 09:23:50 UTC. Search may be required.
2024-03-08 03:42:35.2|Info|DownloadDecisionMaker|Processing 148 releases
2024-03-08 03:42:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 148, Reports grabbed: 0
2024-03-08 04:13:00.1|Info|RssSyncService|Starting RSS Sync
2024-03-08 04:13:00.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 09:38:06 and 03/08/2024 09:49:17 UTC. Search may be required.
2024-03-08 04:13:05.4|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-08 04:13:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-08 04:43:30.3|Info|RssSyncService|Starting RSS Sync
2024-03-08 04:43:30.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 10:02:11 and 03/08/2024 10:27:13 UTC. Search may be required.
2024-03-08 04:43:39.2|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-08 04:43:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-08 05:14:00.5|Info|RssSyncService|Starting RSS Sync
2024-03-08 05:14:02.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 10:27:13 and 03/08/2024 10:48:52 UTC. Search may be required.
2024-03-08 05:14:05.8|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-08 05:14:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-08 05:44:30.7|Info|RssSyncService|Starting RSS Sync
2024-03-08 05:44:31.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 11:07:29 and 03/08/2024 11:32:09 UTC. Search may be required.
2024-03-08 05:44:37.4|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-08 05:44:37.5|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-08 06:15:00.9|Info|RssSyncService|Starting RSS Sync
2024-03-08 06:15:01.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 11:32:26 and 03/08/2024 12:05:34 UTC. Search may be required.
2024-03-08 06:15:06.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 10:50:31 and 03/08/2024 11:50:01 UTC. Search may be required.
2024-03-08 06:15:06.4|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-08 06:15:06.6|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-08 06:45:31.1|Info|RssSyncService|Starting RSS Sync
2024-03-08 06:45:31.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 12:05:34 and 03/08/2024 12:36:33 UTC. Search may be required.
2024-03-08 06:45:36.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 12:11:01 and 03/08/2024 12:40:31 UTC. Search may be required.
2024-03-08 06:45:36.4|Info|DownloadDecisionMaker|Processing 146 releases
2024-03-08 06:45:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 146, Reports grabbed: 0
2024-03-08 07:16:01.4|Info|RssSyncService|Starting RSS Sync
2024-03-08 07:16:09.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 12:45:02 and 03/08/2024 13:00:09 UTC. Search may be required.
2024-03-08 07:16:09.6|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-08 07:16:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-08 07:46:31.6|Info|RssSyncService|Starting RSS Sync
2024-03-08 07:46:32.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 13:03:30 and 03/08/2024 13:09:27 UTC. Search may be required.
2024-03-08 07:46:40.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 13:05:09 and 03/08/2024 13:05:32 UTC. Search may be required.
2024-03-08 07:46:57.2|Warn|Torznab|Indexer TorrentGalaxy (Prowlarr) rss sync didn't cover the period between 03/08/2024 06:35:38 and 03/08/2024 08:46:57 UTC. Search may be required.
2024-03-08 07:46:57.2|Info|DownloadDecisionMaker|Processing 196 releases
2024-03-08 07:46:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 196, Reports grabbed: 0
2024-03-08 08:17:01.8|Info|RssSyncService|Starting RSS Sync
2024-03-08 08:17:07.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 13:05:32 and 03/08/2024 13:50:02 UTC. Search may be required.
2024-03-08 08:17:28.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/08/2024 08:18:28 due to recent failures." />
2024-03-08 08:17:28.5|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-08 08:17:28.5|Info|DownloadDecisionMaker|Processing 155 releases
2024-03-08 08:17:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 155, Reports grabbed: 0
2024-03-08 08:27:41.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 08:27:43.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 08:27:43.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:43.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:43.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:43.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:45.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 08:27:47.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 08:27:49.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 08:27:51.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 08:27:51.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:51.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:51.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:51.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:51.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:51.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:51.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:27:51.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 08:47:32.1|Info|RssSyncService|Starting RSS Sync
2024-03-08 08:47:32.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 14:10:22 and 03/08/2024 14:12:22 UTC. Search may be required.
2024-03-08 08:47:40.3|Info|DownloadDecisionMaker|Processing 134 releases
2024-03-08 08:47:40.4|Info|RssSyncService|RSS Sync Completed. Reports found: 134, Reports grabbed: 0
2024-03-08 09:18:02.3|Info|RssSyncService|Starting RSS Sync
2024-03-08 09:18:02.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 14:37:33 and 03/08/2024 14:50:25 UTC. Search may be required.
2024-03-08 09:18:07.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 14:05:02 and 03/08/2024 15:00:03 UTC. Search may be required.
2024-03-08 09:18:07.6|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-08 09:18:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-08 09:48:32.5|Info|RssSyncService|Starting RSS Sync
2024-03-08 09:48:32.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-08 09:48:32.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-08 09:48:32.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-08 09:48:32.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-08 09:48:32.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-08 09:48:32.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-08 09:48:32.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-08 09:48:38.1|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-08 09:48:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-08 10:19:02.7|Info|RssSyncService|Starting RSS Sync
2024-03-08 10:19:03.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 15:32:33 and 03/08/2024 15:32:42 UTC. Search may be required.
2024-03-08 10:19:08.0|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-08 10:19:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-08 10:22:32.7|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-08 10:22:32.7|Info|HousekeepingService|Running housecleaning tasks
2024-03-08 10:22:32.8|Info|Database|Vacuuming Log database
2024-03-08 10:22:32.8|Info|Database|Log database compressed
2024-03-08 10:22:32.8|Info|Database|Vacuuming Main database
2024-03-08 10:22:32.8|Info|Database|Main database compressed
2024-03-08 10:22:33.0|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-08 10:22:33.0|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-08 10:22:33.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.0|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-08 10:22:33.0|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-08 10:22:33.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.0|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-08 10:22:33.0|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-08 10:22:33.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.0|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-08 10:22:33.0|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-08 10:22:33.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.0|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-08 10:22:33.0|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-08 10:22:33.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.0|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-08 10:22:33.0|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-08 10:22:33.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.0|Info|DiskScanService|Scanning disk for Blade
2024-03-08 10:22:33.0|Info|DiskScanService|Completed scanning disk for Blade
2024-03-08 10:22:33.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.0|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-08 10:22:33.0|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-08 10:22:33.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.0|Info|RefreshMovieService|Updating info for Deadpool & Wolverine
2024-03-08 10:22:33.1|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-08 10:22:33.1|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-08 10:22:33.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.1|Info|RefreshMovieService|Updating info for Despicable Me 4
2024-03-08 10:22:33.2|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-08 10:22:33.2|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-08 10:22:33.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.2|Info|DiskScanService|Scanning disk for Dune Messiah
2024-03-08 10:22:33.2|Info|DiskScanService|Completed scanning disk for Dune Messiah
2024-03-08 10:22:33.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.2|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-08 10:22:33.4|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-08 10:22:33.4|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-08 10:22:33.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.4|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-08 10:22:33.4|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-08 10:22:33.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.4|Info|RefreshMovieService|Updating info for Godzilla x Kong: The New Empire
2024-03-08 10:22:33.6|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-08 10:22:33.6|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-08 10:22:33.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.6|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-08 10:22:33.6|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-08 10:22:33.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.6|Info|RefreshMovieService|Updating info for Kingdom of the Planet of the Apes
2024-03-08 10:22:33.7|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-08 10:22:33.7|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-08 10:22:33.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.7|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-08 10:22:33.7|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-08 10:22:33.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.7|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-08 10:22:33.7|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-08 10:22:33.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.7|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-08 10:22:33.7|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-08 10:22:33.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.7|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-08 10:22:33.7|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-08 10:22:33.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.7|Info|RefreshMovieService|Updating info for Madame Web
2024-03-08 10:22:33.8|Info|DiskScanService|Scanning disk for Madame Web
2024-03-08 10:22:33.8|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-08 10:22:33.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.8|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-08 10:22:33.8|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-08 10:22:33.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.8|Info|RefreshMovieService|Updating info for A Quiet Place: Day One
2024-03-08 10:22:33.9|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-08 10:22:33.9|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-08 10:22:33.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:33.9|Info|RefreshMovieService|Updating info for Rebel Moon - Part Two: The Scargiver
2024-03-08 10:22:34.0|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-08 10:22:34.0|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-08 10:22:34.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:34.0|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-08 10:22:34.0|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-08 10:22:34.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:34.0|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-08 10:22:34.0|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-08 10:22:34.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:34.0|Info|RefreshMovieService|Updating info for Spaceman
2024-03-08 10:22:34.0|Info|MediaCoverService|Downloading Poster for [Rebel Moon - Part Two: The Scargiver (2024)][tt23137904, 934632] https://image.tmdb.org/t/p/original/kJZjw5uhLn5iN2nXxZkNqk8Qn5M.jpg
2024-03-08 10:22:34.1|Info|MediaCoverService|Downloading Fanart for [Rebel Moon - Part Two: The Scargiver (2024)][tt23137904, 934632] https://image.tmdb.org/t/p/original/j2ee67UEvNZj5KrUagGq8SBMW2z.jpg
2024-03-08 10:22:34.2|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-08 10:22:34.2|Info|DiskScanService|Scanning disk for Spaceman
2024-03-08 10:22:43.3|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-08 10:22:43.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-08 10:22:43.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-08 10:22:43.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-08 10:22:43.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-08 10:22:43.3|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-08 10:22:43.3|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-08 10:22:43.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:43.3|Info|DiskScanService|Scanning disk for Venom 3
2024-03-08 10:22:43.3|Info|DiskScanService|Completed scanning disk for Venom 3
2024-03-08 10:22:43.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:22:43.3|Info|RefreshMovieService|Updating info for Wicked
2024-03-08 10:22:43.4|Info|DiskScanService|Scanning disk for Wicked
2024-03-08 10:22:43.4|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-08 10:22:43.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-08 10:49:33.0|Info|RssSyncService|Starting RSS Sync
2024-03-08 10:49:38.3|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-08 10:49:38.5|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-08 11:20:03.2|Info|RssSyncService|Starting RSS Sync
2024-03-08 11:20:03.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 16:32:21 and 03/08/2024 16:38:58 UTC. Search may be required.
2024-03-08 11:20:10.0|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-08 11:20:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-08 11:50:33.4|Info|RssSyncService|Starting RSS Sync
2024-03-08 11:50:38.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 17:20:01 and 03/08/2024 17:20:33 UTC. Search may be required.
2024-03-08 11:50:38.7|Info|DownloadDecisionMaker|Processing 163 releases
2024-03-08 11:50:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 163, Reports grabbed: 0
2024-03-08 12:21:03.6|Info|RssSyncService|Starting RSS Sync
2024-03-08 12:21:04.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 17:22:26 and 03/08/2024 18:01:20 UTC. Search may be required.
2024-03-08 12:21:19.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 17:50:03 and 03/08/2024 17:50:09 UTC. Search may be required.
2024-03-08 12:22:43.7|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/6/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-08 12:22:43.7|Info|DownloadDecisionMaker|Processing 156 releases
2024-03-08 12:22:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 156, Reports grabbed: 0
2024-03-08 12:53:03.9|Info|RssSyncService|Starting RSS Sync
2024-03-08 12:53:04.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 18:01:20 and 03/08/2024 18:18:22 UTC. Search may be required.
2024-03-08 12:53:09.4|Info|DownloadDecisionMaker|Processing 135 releases
2024-03-08 12:53:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 135, Reports grabbed: 0
2024-03-08 13:23:34.1|Info|RssSyncService|Starting RSS Sync
2024-03-08 13:23:40.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 18:05:09 and 03/08/2024 19:05:34 UTC. Search may be required.
2024-03-08 13:23:40.5|Info|DownloadDecisionMaker|Processing 153 releases
2024-03-08 13:23:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 153, Reports grabbed: 0
2024-03-08 13:54:04.3|Info|RssSyncService|Starting RSS Sync
2024-03-08 13:54:05.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 19:16:57 and 03/08/2024 19:17:27 UTC. Search may be required.
2024-03-08 13:54:09.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 19:05:34 and 03/08/2024 19:50:05 UTC. Search may be required.
2024-03-08 13:54:13.5|Info|DownloadDecisionMaker|Processing 154 releases
2024-03-08 13:54:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 154, Reports grabbed: 0
2024-03-08 14:24:34.5|Info|RssSyncService|Starting RSS Sync
2024-03-08 14:24:34.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/08/2024 14:42:40 due to recent failures." />
2024-03-08 14:24:34.5|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:18:06
2024-03-08 14:24:40.4|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-08 14:24:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-08 14:28:13.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 14:28:15.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 14:28:15.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:15.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:15.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:15.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:16.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 14:28:18.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 14:28:21.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 14:28:23.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 14:28:23.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:23.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:23.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:23.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:23.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:23.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:23.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:28:23.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 14:55:04.8|Info|RssSyncService|Starting RSS Sync
2024-03-08 14:55:12.8|Info|DownloadDecisionMaker|Processing 131 releases
2024-03-08 14:55:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 131, Reports grabbed: 0
2024-03-08 15:25:35.1|Info|RssSyncService|Starting RSS Sync
2024-03-08 15:25:35.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 19:46:53 and 03/08/2024 21:05:26 UTC. Search may be required.
2024-03-08 15:25:40.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 19:50:05 and 03/08/2024 21:00:35 UTC. Search may be required.
2024-03-08 15:25:42.4|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-08 15:25:42.5|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-08 15:56:05.3|Info|RssSyncService|Starting RSS Sync
2024-03-08 15:56:10.6|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-08 15:56:10.8|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-08 16:26:35.5|Info|RssSyncService|Starting RSS Sync
2024-03-08 16:26:40.9|Info|DownloadDecisionMaker|Processing 154 releases
2024-03-08 16:26:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 154, Reports grabbed: 0
2024-03-08 16:57:05.8|Info|RssSyncService|Starting RSS Sync
2024-03-08 16:57:06.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 22:18:50 and 03/08/2024 22:26:56 UTC. Search may be required.
2024-03-08 16:57:11.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 21:50:39 and 03/08/2024 21:57:07 UTC. Search may be required.
2024-03-08 16:57:11.1|Info|DownloadDecisionMaker|Processing 153 releases
2024-03-08 16:57:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 153, Reports grabbed: 0
2024-03-08 17:27:36.0|Info|RssSyncService|Starting RSS Sync
2024-03-08 17:27:36.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 22:49:55 and 03/08/2024 22:50:38 UTC. Search may be required.
2024-03-08 17:27:41.3|Info|DownloadDecisionMaker|Processing 134 releases
2024-03-08 17:27:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 134, Reports grabbed: 0
2024-03-08 17:58:06.3|Info|RssSyncService|Starting RSS Sync
2024-03-08 17:58:07.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 23:23:38 and 03/08/2024 23:39:37 UTC. Search may be required.
2024-03-08 17:58:11.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 22:55:07 and 03/08/2024 23:50:07 UTC. Search may be required.
2024-03-08 17:58:11.8|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-08 17:58:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-08 18:28:36.5|Info|RssSyncService|Starting RSS Sync
2024-03-08 18:28:37.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/08/2024 23:45:51 and 03/08/2024 23:52:20 UTC. Search may be required.
2024-03-08 18:28:41.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/08/2024 23:50:07 and 03/08/2024 23:50:37 UTC. Search may be required.
2024-03-08 18:28:49.6|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-08 18:28:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-08 18:59:06.7|Info|RssSyncService|Starting RSS Sync
2024-03-08 18:59:07.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 00:08:31 and 03/09/2024 00:43:22 UTC. Search may be required.
2024-03-08 18:59:13.6|Info|DownloadDecisionMaker|Processing 134 releases
2024-03-08 18:59:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 134, Reports grabbed: 0
2024-03-08 19:29:36.9|Info|RssSyncService|Starting RSS Sync
2024-03-08 19:29:37.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 00:43:22 and 03/09/2024 01:04:19 UTC. Search may be required.
2024-03-08 19:29:52.0|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-08 19:29:52.2|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-08 20:00:07.1|Info|RssSyncService|Starting RSS Sync
2024-03-08 20:00:07.1|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-08 20:00:08.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 01:10:19 and 03/09/2024 01:48:54 UTC. Search may be required.
2024-03-08 20:00:15.7|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-08 20:00:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-08 20:28:51.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 20:28:53.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 20:28:53.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:28:53.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:28:53.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:28:53.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:28:54.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 20:28:56.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 20:28:58.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 20:29:00.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-08 20:29:00.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:29:00.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:29:00.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:29:00.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:29:00.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:29:00.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-08 20:30:37.4|Info|RssSyncService|Starting RSS Sync
2024-03-08 20:30:38.3|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 01:48:54 and 03/09/2024 02:11:41 UTC. Search may be required.
2024-03-08 20:30:43.7|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-08 20:30:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-08 21:01:07.6|Info|RssSyncService|Starting RSS Sync
2024-03-08 21:01:13.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 00:05:07 and 03/09/2024 02:55:08 UTC. Search may be required.
2024-03-08 21:01:15.4|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-08 21:01:15.6|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-08 21:31:37.7|Info|RssSyncService|Starting RSS Sync
2024-03-08 21:31:38.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 02:11:41 and 03/09/2024 02:49:45 UTC. Search may be required.
2024-03-08 21:31:43.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 02:55:08 and 03/09/2024 02:55:38 UTC. Search may be required.
2024-03-08 21:32:02.8|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-08 21:32:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-08 22:02:07.9|Info|RssSyncService|Starting RSS Sync
2024-03-08 22:02:08.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 03:22:45 and 03/09/2024 03:38:01 UTC. Search may be required.
2024-03-08 22:02:13.3|Info|DownloadDecisionMaker|Processing 143 releases
2024-03-08 22:02:13.4|Info|RssSyncService|RSS Sync Completed. Reports found: 143, Reports grabbed: 0
2024-03-08 22:32:38.1|Info|RssSyncService|Starting RSS Sync
2024-03-08 22:32:43.4|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-08 22:32:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-08 23:03:08.3|Info|RssSyncService|Starting RSS Sync
2024-03-08 23:03:23.8|Info|DownloadDecisionMaker|Processing 156 releases
2024-03-08 23:03:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 156, Reports grabbed: 0
2024-03-08 23:33:38.5|Info|RssSyncService|Starting RSS Sync
2024-03-08 23:33:39.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 03:55:00 and 03/09/2024 05:15:36 UTC. Search may be required.
2024-03-08 23:33:43.8|Info|DownloadDecisionMaker|Processing 158 releases
2024-03-08 23:33:44.0|Info|RssSyncService|RSS Sync Completed. Reports found: 158, Reports grabbed: 0
2024-03-09 00:04:08.7|Info|RssSyncService|Starting RSS Sync
2024-03-09 00:04:39.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/09/2024 00:05:39 due to recent failures." />
2024-03-09 00:04:39.3|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00
2024-03-09 00:04:39.3|Info|DownloadDecisionMaker|Processing 132 releases
2024-03-09 00:04:39.4|Info|RssSyncService|RSS Sync Completed. Reports found: 132, Reports grabbed: 0
2024-03-09 00:35:08.9|Info|RssSyncService|Starting RSS Sync
2024-03-09 00:35:08.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-09 00:35:09.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 05:15:36 and 03/09/2024 06:16:39 UTC. Search may be required.
2024-03-09 00:35:14.2|Info|DownloadDecisionMaker|Processing 162 releases
2024-03-09 00:35:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 162, Reports grabbed: 0
2024-03-09 01:05:39.1|Info|RssSyncService|Starting RSS Sync
2024-03-09 01:05:44.4|Info|DownloadDecisionMaker|Processing 153 releases
2024-03-09 01:05:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 153, Reports grabbed: 0
2024-03-09 01:36:09.3|Info|RssSyncService|Starting RSS Sync
2024-03-09 01:36:14.7|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-09 01:36:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-09 02:06:39.5|Info|RssSyncService|Starting RSS Sync
2024-03-09 02:06:40.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 06:16:39 and 03/09/2024 07:25:08 UTC. Search may be required.
2024-03-09 02:06:44.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 06:50:10 and 03/09/2024 08:05:40 UTC. Search may be required.
2024-03-09 02:06:44.8|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-09 02:06:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-09 02:29:15.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 02:29:17.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 02:29:17.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:29:17.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:29:17.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:29:17.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:29:19.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 02:29:21.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 02:29:23.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 02:29:25.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 02:29:25.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:29:25.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:29:25.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:29:25.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:29:25.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:29:25.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 02:37:09.8|Info|RssSyncService|Starting RSS Sync
2024-03-09 02:37:17.3|Warn|Torznab|Indexer TorrentGalaxy (Prowlarr) rss sync didn't cover the period between 03/08/2024 13:37:57 and 03/08/2024 19:37:17 UTC. Search may be required.
2024-03-09 02:37:17.3|Info|DownloadDecisionMaker|Processing 192 releases
2024-03-09 02:37:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 192, Reports grabbed: 0
2024-03-09 03:07:40.0|Info|RssSyncService|Starting RSS Sync
2024-03-09 03:07:41.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 07:59:34 and 03/09/2024 08:29:27 UTC. Search may be required.
2024-03-09 03:07:45.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 08:05:10 and 03/09/2024 08:07:40 UTC. Search may be required.
2024-03-09 03:07:51.0|Info|DownloadDecisionMaker|Processing 197 releases
2024-03-09 03:07:51.3|Info|RssSyncService|RSS Sync Completed. Reports found: 197, Reports grabbed: 0
2024-03-09 03:38:10.2|Info|RssSyncService|Starting RSS Sync
2024-03-09 03:38:27.4|Info|DownloadDecisionMaker|Processing 211 releases
2024-03-09 03:38:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 211, Reports grabbed: 0
2024-03-09 04:08:40.4|Info|RssSyncService|Starting RSS Sync
2024-03-09 04:08:41.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 08:46:27 and 03/09/2024 10:01:45 UTC. Search may be required.
2024-03-09 04:09:46.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/09/2024 04:14:46 due to recent failures." />
2024-03-09 04:09:46.6|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-09 04:09:46.6|Info|DownloadDecisionMaker|Processing 162 releases
2024-03-09 04:09:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 162, Reports grabbed: 0
2024-03-09 04:40:10.6|Info|RssSyncService|Starting RSS Sync
2024-03-09 04:40:11.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 10:01:45 and 03/09/2024 10:17:51 UTC. Search may be required.
2024-03-09 04:40:16.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 09:10:41 and 03/09/2024 09:40:11 UTC. Search may be required.
2024-03-09 04:40:16.0|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-09 04:40:16.1|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-09 05:10:40.9|Info|RssSyncService|Starting RSS Sync
2024-03-09 05:10:41.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 10:17:51 and 03/09/2024 11:01:50 UTC. Search may be required.
2024-03-09 05:10:46.2|Info|DownloadDecisionMaker|Processing 87 releases
2024-03-09 05:10:46.3|Info|RssSyncService|RSS Sync Completed. Reports found: 87, Reports grabbed: 0
2024-03-09 05:41:11.1|Info|RssSyncService|Starting RSS Sync
2024-03-09 05:41:12.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 11:01:50 and 03/09/2024 11:08:18 UTC. Search may be required.
2024-03-09 05:41:16.4|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-09 05:41:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-09 06:11:41.3|Info|RssSyncService|Starting RSS Sync
2024-03-09 06:11:42.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 11:08:18 and 03/09/2024 11:50:58 UTC. Search may be required.
2024-03-09 06:11:46.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 10:10:11 and 03/09/2024 11:50:41 UTC. Search may be required.
2024-03-09 06:11:46.6|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-09 06:11:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-09 06:42:11.5|Info|RssSyncService|Starting RSS Sync
2024-03-09 06:42:16.8|Info|DownloadDecisionMaker|Processing 143 releases
2024-03-09 06:42:17.0|Info|RssSyncService|RSS Sync Completed. Reports found: 143, Reports grabbed: 0
2024-03-09 07:12:41.7|Info|RssSyncService|Starting RSS Sync
2024-03-09 07:12:41.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/09/2024 07:19:22 due to recent failures." />
2024-03-09 07:12:41.7|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:06:41
2024-03-09 07:12:42.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 11:50:58 and 03/09/2024 13:02:29 UTC. Search may be required.
2024-03-09 07:12:47.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 12:05:12 and 03/09/2024 12:50:42 UTC. Search may be required.
2024-03-09 07:12:47.0|Info|DownloadDecisionMaker|Processing 143 releases
2024-03-09 07:12:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 143, Reports grabbed: 0
2024-03-09 07:43:12.0|Info|RssSyncService|Starting RSS Sync
2024-03-09 07:43:12.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 13:02:29 and 03/09/2024 13:23:33 UTC. Search may be required.
2024-03-09 07:43:17.4|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-09 07:43:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-09 08:13:42.2|Info|RssSyncService|Starting RSS Sync
2024-03-09 08:13:43.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 13:23:33 and 03/09/2024 13:31:08 UTC. Search may be required.
2024-03-09 08:13:47.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 13:15:12 and 03/09/2024 13:15:42 UTC. Search may be required.
2024-03-09 08:13:47.6|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-09 08:13:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-09 08:29:47.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 08:29:49.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 08:29:49.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:29:49.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:29:49.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:29:49.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:29:50.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 08:29:52.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 08:29:55.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 08:29:56.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 08:29:56.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:29:56.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:29:56.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:29:56.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:29:56.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:29:56.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 08:44:12.5|Info|RssSyncService|Starting RSS Sync
2024-03-09 08:44:13.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 13:31:08 and 03/09/2024 14:21:49 UTC. Search may be required.
2024-03-09 08:44:17.8|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-09 08:44:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-09 09:14:42.7|Info|RssSyncService|Starting RSS Sync
2024-03-09 09:14:48.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 14:20:13 and 03/09/2024 14:20:43 UTC. Search may be required.
2024-03-09 09:14:48.0|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-09 09:14:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-09 09:45:12.9|Info|RssSyncService|Starting RSS Sync
2024-03-09 09:45:18.4|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-09 09:45:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-09 10:15:43.2|Info|RssSyncService|Starting RSS Sync
2024-03-09 10:15:43.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-09 10:15:43.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-09 10:15:43.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-09 10:15:43.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-09 10:15:43.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-09 10:15:43.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-09 10:15:43.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-09 10:15:44.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 15:21:26 and 03/09/2024 15:22:22 UTC. Search may be required.
2024-03-09 10:15:48.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 14:50:13 and 03/09/2024 16:00:43 UTC. Search may be required.
2024-03-09 10:15:49.0|Info|DownloadDecisionMaker|Processing 143 releases
2024-03-09 10:15:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 143, Reports grabbed: 0
2024-03-09 10:22:43.2|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-09 10:22:43.2|Info|HousekeepingService|Running housecleaning tasks
2024-03-09 10:22:43.3|Info|Database|Vacuuming Log database
2024-03-09 10:22:43.3|Info|Database|Log database compressed
2024-03-09 10:22:43.3|Info|Database|Vacuuming Main database
2024-03-09 10:22:43.3|Info|Database|Main database compressed
2024-03-09 10:23:13.5|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-09 10:23:13.5|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-09 10:23:13.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.5|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-09 10:23:13.5|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-09 10:23:13.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.5|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-09 10:23:13.5|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-09 10:23:13.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.5|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-09 10:23:13.5|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-09 10:23:13.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.5|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-09 10:23:13.5|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-09 10:23:13.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.5|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-09 10:23:13.5|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-09 10:23:13.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.5|Info|RefreshMovieService|Updating info for Blade
2024-03-09 10:23:13.6|Info|DiskScanService|Scanning disk for Blade
2024-03-09 10:23:13.6|Info|DiskScanService|Completed scanning disk for Blade
2024-03-09 10:23:13.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.6|Info|RefreshMovieService|Updating info for Captain America: Brave New World
2024-03-09 10:23:13.7|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-09 10:23:13.7|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-09 10:23:13.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.7|Info|RefreshMovieService|Updating info for Deadpool & Wolverine
2024-03-09 10:23:13.7|Info|MediaCoverService|Downloading Fanart for [Captain America: Brave New World (2025)][tt14513804, 822119] https://image.tmdb.org/t/p/original/87BVxy5cKdsBFx67kOupiZcBjhh.jpg
2024-03-09 10:23:13.8|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-09 10:23:13.8|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-09 10:23:13.8|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-09 10:23:13.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.8|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-09 10:23:13.8|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-09 10:23:13.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.8|Info|RefreshMovieService|Updating info for Dune Messiah
2024-03-09 10:23:13.8|Info|MediaCoverService|Downloading Poster for [Deadpool & Wolverine (2024)][tt6263850, 533535] https://image.tmdb.org/t/p/original/klux79RfMSZu7bb0ijdVPDeeuG7.jpg
2024-03-09 10:23:13.9|Info|DiskScanService|Scanning disk for Dune Messiah
2024-03-09 10:23:13.9|Info|DiskScanService|Completed scanning disk for Dune Messiah
2024-03-09 10:23:13.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:13.9|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-09 10:23:13.9|Info|MediaCoverService|Downloading Poster for [Dune Messiah (0)][tt31378509, 1170608] https://image.tmdb.org/t/p/original/r2KIIlSE97h3sSvaWeP89xlzxTX.jpg
2024-03-09 10:23:13.9|Info|MediaCoverService|Downloading Fanart for [Dune Messiah (0)][tt31378509, 1170608] https://image.tmdb.org/t/p/original/oKOb4gC8llleyU7dfUFa8CnBxJ0.jpg
2024-03-09 10:23:13.9|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-09 10:23:14.0|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-09 10:23:14.0|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-09 10:23:14.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.0|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-09 10:23:14.0|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-09 10:23:14.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.0|Info|RefreshMovieService|Updating info for Godzilla x Kong: The New Empire
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for Madame Web
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-09 10:23:14.1|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-09 10:23:14.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.1|Info|RefreshMovieService|Updating info for Rebel Moon - Part Two: The Scargiver
2024-03-09 10:23:14.3|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-09 10:23:14.3|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-09 10:23:14.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.3|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-09 10:23:14.3|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-09 10:23:14.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.3|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-09 10:23:14.3|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-09 10:23:14.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.3|Info|RefreshMovieService|Updating info for Spaceman
2024-03-09 10:23:14.4|Info|DiskScanService|Scanning disk for Spaceman
2024-03-09 10:23:14.4|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-09 10:23:14.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-09 10:23:14.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-09 10:23:14.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-09 10:23:14.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-09 10:23:14.4|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-09 10:23:14.4|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-09 10:23:14.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.4|Info|DiskScanService|Scanning disk for Venom 3
2024-03-09 10:23:14.4|Info|DiskScanService|Completed scanning disk for Venom 3
2024-03-09 10:23:14.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:23:14.4|Info|DiskScanService|Scanning disk for Wicked
2024-03-09 10:23:14.4|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-09 10:23:14.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-09 10:46:13.4|Info|RssSyncService|Starting RSS Sync
2024-03-09 10:46:13.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 16:05:22 and 03/09/2024 16:20:32 UTC. Search may be required.
2024-03-09 10:46:18.8|Info|DownloadDecisionMaker|Processing 145 releases
2024-03-09 10:46:18.9|Info|RssSyncService|RSS Sync Completed. Reports found: 145, Reports grabbed: 0
2024-03-09 11:16:43.6|Info|RssSyncService|Starting RSS Sync
2024-03-09 11:16:44.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 16:26:32 and 03/09/2024 16:33:57 UTC. Search may be required.
2024-03-09 11:16:49.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 16:10:13 and 03/09/2024 16:16:44 UTC. Search may be required.
2024-03-09 11:16:59.9|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-09 11:17:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-09 11:47:13.8|Info|RssSyncService|Starting RSS Sync
2024-03-09 11:47:14.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 16:33:57 and 03/09/2024 17:21:22 UTC. Search may be required.
2024-03-09 11:47:27.3|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-09 11:47:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-09 12:17:44.1|Info|RssSyncService|Starting RSS Sync
2024-03-09 12:17:44.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 17:21:22 and 03/09/2024 18:03:49 UTC. Search may be required.
2024-03-09 12:17:49.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 16:50:14 and 03/09/2024 17:17:44 UTC. Search may be required.
2024-03-09 12:17:53.2|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-09 12:17:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-09 12:48:14.4|Info|RssSyncService|Starting RSS Sync
2024-03-09 12:49:54.4|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/6/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-09 12:49:54.4|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-09 12:49:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-09 13:20:14.6|Info|RssSyncService|Starting RSS Sync
2024-03-09 13:20:20.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 17:50:19 and 03/09/2024 18:20:15 UTC. Search may be required.
2024-03-09 13:20:23.3|Info|DownloadDecisionMaker|Processing 197 releases
2024-03-09 13:20:23.5|Info|RssSyncService|RSS Sync Completed. Reports found: 197, Reports grabbed: 0
2024-03-09 13:50:44.9|Info|RssSyncService|Starting RSS Sync
2024-03-09 13:51:00.2|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-09 13:51:00.4|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-09 14:21:15.1|Info|RssSyncService|Starting RSS Sync
2024-03-09 14:21:20.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 19:05:15 and 03/09/2024 19:55:15 UTC. Search may be required.
2024-03-09 14:21:31.9|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-09 14:21:32.1|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-09 14:30:18.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 14:30:20.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 14:30:20.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:30:20.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:30:20.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:30:20.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:30:22.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 14:30:24.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 14:30:29.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 14:30:30.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 14:30:30.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:30:30.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:30:30.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:30:30.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:30:30.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:30:30.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 14:51:45.3|Info|RssSyncService|Starting RSS Sync
2024-03-09 14:51:50.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 19:55:15 and 03/09/2024 19:55:46 UTC. Search may be required.
2024-03-09 14:51:53.9|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-09 14:51:54.1|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-09 15:22:15.5|Info|RssSyncService|Starting RSS Sync
2024-03-09 15:22:19.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/09/2024 15:27:19 due to recent failures." />
2024-03-09 15:22:19.9|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-09 15:22:20.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 19:55:46 and 03/09/2024 20:22:16 UTC. Search may be required.
2024-03-09 15:22:22.9|Info|DownloadDecisionMaker|Processing 135 releases
2024-03-09 15:22:23.1|Info|RssSyncService|RSS Sync Completed. Reports found: 135, Reports grabbed: 0
2024-03-09 15:52:45.7|Info|RssSyncService|Starting RSS Sync
2024-03-09 15:52:45.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/09/2024 15:56:20 due to recent failures." />
2024-03-09 15:52:45.7|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:03:35
2024-03-09 15:52:46.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 18:15:09 and 03/09/2024 21:24:27 UTC. Search may be required.
2024-03-09 15:52:51.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 20:22:16 and 03/09/2024 21:50:46 UTC. Search may be required.
2024-03-09 15:52:51.8|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-09 15:52:52.0|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-09 16:23:15.9|Info|RssSyncService|Starting RSS Sync
2024-03-09 16:23:24.6|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-09 16:23:24.8|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-09 16:53:46.1|Info|RssSyncService|Starting RSS Sync
2024-03-09 16:53:51.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 21:55:16 and 03/09/2024 21:55:47 UTC. Search may be required.
2024-03-09 16:53:52.4|Info|DownloadDecisionMaker|Processing 192 releases
2024-03-09 16:53:52.6|Info|RssSyncService|RSS Sync Completed. Reports found: 192, Reports grabbed: 0
2024-03-09 17:24:16.4|Info|RssSyncService|Starting RSS Sync
2024-03-09 17:24:24.9|Info|DownloadDecisionMaker|Processing 188 releases
2024-03-09 17:24:25.1|Info|RssSyncService|RSS Sync Completed. Reports found: 188, Reports grabbed: 0
2024-03-09 17:54:46.6|Info|RssSyncService|Starting RSS Sync
2024-03-09 17:54:47.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/09/2024 22:35:13 and 03/09/2024 23:28:02 UTC. Search may be required.
2024-03-09 17:54:51.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/09/2024 17:55:51 due to recent failures." />
2024-03-09 17:54:51.1|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-09 17:54:52.2|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-09 17:54:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-09 18:25:16.8|Info|RssSyncService|Starting RSS Sync
2024-03-09 18:25:23.4|Info|DownloadDecisionMaker|Processing 189 releases
2024-03-09 18:25:23.6|Info|RssSyncService|RSS Sync Completed. Reports found: 189, Reports grabbed: 0
2024-03-09 18:55:47.0|Info|RssSyncService|Starting RSS Sync
2024-03-09 18:55:52.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/09/2024 23:05:17 and 03/10/2024 00:55:01 UTC. Search may be required.
2024-03-09 18:55:55.5|Info|DownloadDecisionMaker|Processing 199 releases
2024-03-09 18:55:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0
2024-03-09 19:26:17.3|Info|RssSyncService|Starting RSS Sync
2024-03-09 19:26:22.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 00:55:01 and 03/10/2024 00:55:18 UTC. Search may be required.
2024-03-09 19:26:22.6|Info|DownloadDecisionMaker|Processing 213 releases
2024-03-09 19:26:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 213, Reports grabbed: 0
2024-03-09 19:56:47.5|Info|RssSyncService|Starting RSS Sync
2024-03-09 19:57:02.9|Info|DownloadDecisionMaker|Processing 224 releases
2024-03-09 19:57:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 224, Reports grabbed: 0
2024-03-09 20:27:17.7|Info|RssSyncService|Starting RSS Sync
2024-03-09 20:27:17.7|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-09 20:27:23.1|Info|DownloadDecisionMaker|Processing 202 releases
2024-03-09 20:27:23.3|Info|RssSyncService|RSS Sync Completed. Reports found: 202, Reports grabbed: 0
2024-03-09 20:30:50.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 20:30:51.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 20:30:51.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:30:51.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:30:51.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:30:51.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:30:53.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 20:30:55.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 20:30:57.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 20:30:59.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-09 20:30:59.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:30:59.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:30:59.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:30:59.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:30:59.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:30:59.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-09 20:57:47.9|Info|RssSyncService|Starting RSS Sync
2024-03-09 20:57:53.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 01:50:18 and 03/10/2024 01:57:48 UTC. Search may be required.
2024-03-09 20:57:54.3|Info|DownloadDecisionMaker|Processing 212 releases
2024-03-09 20:57:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 212, Reports grabbed: 0
2024-03-09 21:28:18.1|Info|RssSyncService|Starting RSS Sync
2024-03-09 21:28:19.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 02:33:43 and 03/10/2024 02:56:02 UTC. Search may be required.
2024-03-09 21:28:23.5|Info|DownloadDecisionMaker|Processing 199 releases
2024-03-09 21:28:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0
2024-03-09 21:58:48.4|Info|RssSyncService|Starting RSS Sync
2024-03-09 21:58:54.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 02:50:18 and 03/10/2024 02:58:49 UTC. Search may be required.
2024-03-09 21:58:54.7|Info|DownloadDecisionMaker|Processing 196 releases
2024-03-09 21:58:54.9|Info|RssSyncService|RSS Sync Completed. Reports found: 196, Reports grabbed: 0
2024-03-09 22:29:18.6|Info|RssSyncService|Starting RSS Sync
2024-03-09 22:29:23.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 02:58:49 and 03/10/2024 03:29:19 UTC. Search may be required.
2024-03-09 22:29:23.9|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-09 22:29:24.1|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-09 22:59:48.8|Info|RssSyncService|Starting RSS Sync
2024-03-09 22:59:49.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 03:19:56 and 03/10/2024 04:21:33 UTC. Search may be required.
2024-03-09 22:59:55.1|Info|DownloadDecisionMaker|Processing 186 releases
2024-03-09 22:59:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 186, Reports grabbed: 0
2024-03-09 23:30:19.0|Info|RssSyncService|Starting RSS Sync
2024-03-09 23:30:24.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 03:29:19 and 03/10/2024 05:05:19 UTC. Search may be required.
2024-03-09 23:31:05.9|Info|DownloadDecisionMaker|Processing 188 releases
2024-03-09 23:31:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 188, Reports grabbed: 0
2024-03-10 00:01:19.2|Info|RssSyncService|Starting RSS Sync
2024-03-10 00:01:24.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 05:05:19 and 03/10/2024 05:05:19 UTC. Search may be required.
2024-03-10 00:01:25.8|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-10 00:01:26.0|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-10 00:31:49.5|Info|RssSyncService|Starting RSS Sync
2024-03-10 00:31:54.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 05:55:19 and 03/10/2024 05:55:51 UTC. Search may be required.
2024-03-10 00:31:57.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 00:32:57 due to recent failures." />
2024-03-10 00:31:57.1|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-10 00:31:57.1|Info|DownloadDecisionMaker|Processing 146 releases
2024-03-10 00:31:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 146, Reports grabbed: 0
2024-03-10 01:02:19.7|Info|RssSyncService|Starting RSS Sync
2024-03-10 01:02:19.7|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-10 01:02:43.5|Info|DownloadDecisionMaker|Processing 189 releases
2024-03-10 01:02:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 189, Reports grabbed: 0
2024-03-10 01:32:49.9|Info|RssSyncService|Starting RSS Sync
2024-03-10 01:32:49.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 01:33:12 due to recent failures." />
2024-03-10 01:32:49.9|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:00:23
2024-03-10 01:32:55.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 06:05:20 and 03/10/2024 06:32:50 UTC. Search may be required.
2024-03-10 01:32:55.2|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-10 01:32:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-10 03:03:20.1|Info|RssSyncService|Starting RSS Sync
2024-03-10 03:03:25.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 07:05:50 and 03/10/2024 08:05:20 UTC. Search may be required.
2024-03-10 03:03:25.4|Info|DownloadDecisionMaker|Processing 189 releases
2024-03-10 03:03:25.7|Info|RssSyncService|RSS Sync Completed. Reports found: 189, Reports grabbed: 0
2024-03-10 03:31:21.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 03:31:22.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 03:31:22.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:31:23.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:31:23.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:31:23.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:31:24.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 03:31:26.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 03:31:29.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 03:31:30.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 03:31:30.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:31:30.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:31:30.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:31:30.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:31:31.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:31:31.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 03:33:50.3|Info|RssSyncService|Starting RSS Sync
2024-03-10 03:33:51.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 06:12:39 and 03/10/2024 08:03:44 UTC. Search may be required.
2024-03-10 03:34:00.7|Info|DownloadDecisionMaker|Processing 194 releases
2024-03-10 03:34:00.9|Info|RssSyncService|RSS Sync Completed. Reports found: 194, Reports grabbed: 0
2024-03-10 04:04:20.6|Info|RssSyncService|Starting RSS Sync
2024-03-10 04:04:30.6|Info|DownloadDecisionMaker|Processing 204 releases
2024-03-10 04:04:30.8|Info|RssSyncService|RSS Sync Completed. Reports found: 204, Reports grabbed: 0
2024-03-10 04:34:50.8|Info|RssSyncService|Starting RSS Sync
2024-03-10 04:35:04.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 04:40:04 due to recent failures." />
2024-03-10 04:35:04.3|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-10 04:35:04.3|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-10 04:35:04.4|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-10 05:05:21.0|Info|RssSyncService|Starting RSS Sync
2024-03-10 05:05:21.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 09:10:49 and 03/10/2024 09:33:03 UTC. Search may be required.
2024-03-10 05:06:01.3|Info|DownloadDecisionMaker|Processing 205 releases
2024-03-10 05:06:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 205, Reports grabbed: 0
2024-03-10 05:36:21.2|Info|RssSyncService|Starting RSS Sync
2024-03-10 05:36:22.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 09:33:03 and 03/10/2024 10:00:08 UTC. Search may be required.
2024-03-10 05:36:32.5|Info|DownloadDecisionMaker|Processing 203 releases
2024-03-10 05:36:32.7|Info|RssSyncService|RSS Sync Completed. Reports found: 203, Reports grabbed: 0
2024-03-10 06:06:51.4|Info|RssSyncService|Starting RSS Sync
2024-03-10 06:07:20.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 06:12:20 due to recent failures." />
2024-03-10 06:07:20.7|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-10 06:07:20.7|Info|DownloadDecisionMaker|Processing 151 releases
2024-03-10 06:07:20.9|Info|RssSyncService|RSS Sync Completed. Reports found: 151, Reports grabbed: 0
2024-03-10 06:37:21.6|Info|RssSyncService|Starting RSS Sync
2024-03-10 06:37:22.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 10:31:37 and 03/10/2024 10:57:35 UTC. Search may be required.
2024-03-10 06:37:35.6|Info|DownloadDecisionMaker|Processing 199 releases
2024-03-10 06:37:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0
2024-03-10 07:07:51.8|Info|RssSyncService|Starting RSS Sync
2024-03-10 07:07:52.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 11:14:16 and 03/10/2024 11:37:04 UTC. Search may be required.
2024-03-10 07:07:57.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 10:55:22 and 03/10/2024 11:07:53 UTC. Search may be required.
2024-03-10 07:08:02.1|Info|DownloadDecisionMaker|Processing 199 releases
2024-03-10 07:08:02.4|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0
2024-03-10 07:38:22.1|Info|RssSyncService|Starting RSS Sync
2024-03-10 07:38:59.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 07:43:59 due to recent failures." />
2024-03-10 07:38:59.8|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-10 07:38:59.8|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-10 07:39:00.0|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-10 08:09:22.3|Info|RssSyncService|Starting RSS Sync
2024-03-10 08:09:22.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 12:11:14 and 03/10/2024 12:27:08 UTC. Search may be required.
2024-03-10 08:09:27.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 11:07:53 and 03/10/2024 12:50:23 UTC. Search may be required.
2024-03-10 08:09:35.0|Info|DownloadDecisionMaker|Processing 195 releases
2024-03-10 08:09:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 195, Reports grabbed: 0
2024-03-10 08:39:52.6|Info|RssSyncService|Starting RSS Sync
2024-03-10 08:40:34.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 08:41:34 due to recent failures." />
2024-03-10 08:40:34.6|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-10 08:40:34.6|Info|DownloadDecisionMaker|Processing 176 releases
2024-03-10 08:40:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 176, Reports grabbed: 0
2024-03-10 09:10:52.8|Info|RssSyncService|Starting RSS Sync
2024-03-10 09:10:54.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 12:39:52 and 03/10/2024 13:51:48 UTC. Search may be required.
2024-03-10 09:11:07.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 09:12:07 due to recent failures." />
2024-03-10 09:11:07.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-10 09:11:07.2|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-10 09:11:07.3|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-10 09:31:52.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 09:31:54.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 09:31:54.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:31:54.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:31:54.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:31:54.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:31:56.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 09:31:58.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 09:32:00.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 09:32:02.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 09:32:02.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:32:02.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:32:02.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:32:02.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:32:02.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:32:02.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 09:41:23.0|Info|RssSyncService|Starting RSS Sync
2024-03-10 09:41:23.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 14:02:35 and 03/10/2024 14:16:54 UTC. Search may be required.
2024-03-10 09:41:38.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 09:46:38 due to recent failures." />
2024-03-10 09:41:38.5|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-10 09:41:39.7|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-10 09:41:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-10 10:11:53.3|Info|RssSyncService|Starting RSS Sync
2024-03-10 10:11:54.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 14:16:54 and 03/10/2024 14:45:12 UTC. Search may be required.
2024-03-10 10:12:05.9|Info|DownloadDecisionMaker|Processing 227 releases
2024-03-10 10:12:06.1|Info|RssSyncService|RSS Sync Completed. Reports found: 227, Reports grabbed: 0
2024-03-10 10:42:23.5|Info|RssSyncService|Starting RSS Sync
2024-03-10 10:42:36.8|Info|DownloadDecisionMaker|Processing 227 releases
2024-03-10 10:42:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 227, Reports grabbed: 0
2024-03-10 11:12:53.7|Info|RssSyncService|Starting RSS Sync
2024-03-10 11:12:54.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 15:14:17 and 03/10/2024 15:20:20 UTC. Search may be required.
2024-03-10 11:13:02.1|Info|DownloadDecisionMaker|Processing 213 releases
2024-03-10 11:13:02.3|Info|RssSyncService|RSS Sync Completed. Reports found: 213, Reports grabbed: 0
2024-03-10 11:22:53.7|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-10 11:22:53.7|Info|HousekeepingService|Running housecleaning tasks
2024-03-10 11:22:53.8|Info|Database|Vacuuming Log database
2024-03-10 11:22:53.8|Info|Database|Log database compressed
2024-03-10 11:22:53.8|Info|Database|Vacuuming Main database
2024-03-10 11:22:53.8|Info|Database|Main database compressed
2024-03-10 11:23:24.0|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-10 11:23:24.0|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-10 11:23:24.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.0|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-10 11:23:24.0|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-10 11:23:24.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.0|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-10 11:23:24.0|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-10 11:23:24.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.0|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-10 11:23:24.0|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-10 11:23:24.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.0|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-10 11:23:24.0|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-10 11:23:24.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.0|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-10 11:23:24.0|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-10 11:23:24.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.0|Info|RefreshMovieService|Updating info for Blade
2024-03-10 11:23:24.1|Info|DiskScanService|Scanning disk for Blade
2024-03-10 11:23:24.1|Info|DiskScanService|Completed scanning disk for Blade
2024-03-10 11:23:24.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.1|Info|RefreshMovieService|Updating info for Captain America: Brave New World
2024-03-10 11:23:24.2|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-10 11:23:24.2|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-10 11:23:24.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.2|Info|RefreshMovieService|Updating info for Deadpool & Wolverine
2024-03-10 11:23:24.2|Info|MediaCoverService|Downloading Fanart for [Captain America: Brave New World (2025)][tt14513804, 822119] https://image.tmdb.org/t/p/original/qYvpc3qLb0LpGOBS7JOq5RxYt0x.jpg
2024-03-10 11:23:24.3|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-10 11:23:24.3|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-10 11:23:24.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.3|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-10 11:23:24.3|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-10 11:23:24.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.3|Info|RefreshMovieService|Updating info for Dune Messiah
2024-03-10 11:23:24.3|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-10 11:23:24.4|Info|DiskScanService|Scanning disk for Dune Messiah
2024-03-10 11:23:24.4|Info|DiskScanService|Completed scanning disk for Dune Messiah
2024-03-10 11:23:24.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.4|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-10 11:23:24.4|Info|MediaCoverService|Downloading Poster for [Dune Messiah (0)][tt31378509, 1170608] https://image.tmdb.org/t/p/original/itRiXB5wVZnAzLXnGhH73x83X2H.jpg
2024-03-10 11:23:24.5|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-10 11:23:24.6|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-10 11:23:24.6|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-10 11:23:24.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.6|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-10 11:23:24.6|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-10 11:23:24.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.6|Info|RefreshMovieService|Updating info for Godzilla x Kong: The New Empire
2024-03-10 11:23:24.7|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-10 11:23:24.7|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-10 11:23:24.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.7|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-10 11:23:24.7|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-10 11:23:24.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.7|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-10 11:23:24.7|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-10 11:23:24.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.7|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-10 11:23:24.7|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-10 11:23:24.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.7|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-10 11:23:24.7|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-10 11:23:24.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.7|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-10 11:23:24.7|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-10 11:23:24.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.7|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-10 11:23:24.7|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-10 11:23:24.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.7|Info|RefreshMovieService|Updating info for Madame Web
2024-03-10 11:23:24.8|Info|MediaCoverService|Downloading Fanart for [Godzilla x Kong: The New Empire (2024)][tt14539740, 823464] https://image.tmdb.org/t/p/original/yKAg8z8T1iXeYA0Io3E4u9mchdt.jpg
2024-03-10 11:23:24.9|Info|DiskScanService|Scanning disk for Madame Web
2024-03-10 11:23:24.9|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-10 11:23:24.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.9|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-10 11:23:24.9|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-10 11:23:24.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.9|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-10 11:23:24.9|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-10 11:23:24.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.9|Info|RefreshMovieService|Updating info for Rebel Moon - Part Two: The Scargiver
2024-03-10 11:23:24.9|Info|MediaCoverService|Downloading Fanart for [Madame Web (2024)][tt11057302, 634492] https://image.tmdb.org/t/p/original/zAepSrO99owYwQqi0QG2AS0dHXw.jpg
2024-03-10 11:23:24.9|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-10 11:23:24.9|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-10 11:23:24.9|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-10 11:23:24.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.9|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-10 11:23:24.9|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-10 11:23:24.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:24.9|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-10 11:23:24.9|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-10 11:23:24.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:25.0|Info|RefreshMovieService|Updating info for Spaceman
2024-03-10 11:23:25.1|Info|DiskScanService|Scanning disk for Spaceman
2024-03-10 11:23:25.1|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-10 11:23:25.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-10 11:23:25.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-10 11:23:25.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-10 11:23:25.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-10 11:23:25.1|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-10 11:23:25.1|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-10 11:23:25.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:25.1|Info|DiskScanService|Scanning disk for Venom 3
2024-03-10 11:23:25.1|Info|DiskScanService|Completed scanning disk for Venom 3
2024-03-10 11:23:25.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:25.1|Info|DiskScanService|Scanning disk for Wicked
2024-03-10 11:23:25.1|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-10 11:23:25.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-10 11:23:25.1|Info|MediaCoverService|Downloading Poster for [Spaceman (2024)][tt11097384, 636706] https://image.tmdb.org/t/p/original/f46WvKEsBn98WJbPJcO47ZoKn6B.jpg
2024-03-10 11:23:25.2|Info|MediaCoverService|Downloading Fanart for [Spaceman (2024)][tt11097384, 636706] https://image.tmdb.org/t/p/original/824e60sDlEXUP1vXCYNqh5RSlI5.jpg
2024-03-10 11:23:25.2|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-10 11:43:23.9|Info|RssSyncService|Starting RSS Sync
2024-03-10 11:43:23.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-10 11:43:23.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-10 11:43:23.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-10 11:43:23.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-10 11:43:23.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-10 11:43:23.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-10 11:43:23.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-10 11:43:24.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 15:46:58 and 03/10/2024 16:17:19 UTC. Search may be required.
2024-03-10 11:43:40.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 11:44:40 due to recent failures." />
2024-03-10 11:43:40.1|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-10 11:43:40.1|Info|DownloadDecisionMaker|Processing 154 releases
2024-03-10 11:43:40.3|Info|RssSyncService|RSS Sync Completed. Reports found: 154, Reports grabbed: 0
2024-03-10 12:13:54.0|Info|RssSyncService|Starting RSS Sync
2024-03-10 12:13:54.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 16:37:19 and 03/10/2024 16:40:12 UTC. Search may be required.
2024-03-10 12:14:03.7|Info|DownloadDecisionMaker|Processing 195 releases
2024-03-10 12:14:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 195, Reports grabbed: 0
2024-03-10 12:44:24.3|Info|RssSyncService|Starting RSS Sync
2024-03-10 12:44:32.6|Info|DownloadDecisionMaker|Processing 198 releases
2024-03-10 12:44:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 198, Reports grabbed: 0
2024-03-10 13:14:54.5|Info|RssSyncService|Starting RSS Sync
2024-03-10 13:14:55.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 16:35:00 and 03/10/2024 17:46:35 UTC. Search may be required.
2024-03-10 13:16:34.6|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-10 13:16:34.6|Info|DownloadDecisionMaker|Processing 157 releases
2024-03-10 13:16:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 157, Reports grabbed: 0
2024-03-10 13:46:54.8|Info|RssSyncService|Starting RSS Sync
2024-03-10 13:46:54.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 13:47:05 due to recent failures." />
2024-03-10 13:46:54.8|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:00:11
2024-03-10 13:47:00.1|Info|DownloadDecisionMaker|Processing 162 releases
2024-03-10 13:47:00.3|Info|RssSyncService|RSS Sync Completed. Reports found: 162, Reports grabbed: 0
2024-03-10 14:17:24.9|Info|RssSyncService|Starting RSS Sync
2024-03-10 14:17:26.9|Warn|Torznab|Indexer GloDLS (Prowlarr) rss sync didn't cover the period between 03/07/2024 05:00:48 and 03/10/2024 19:17:26 UTC. Search may be required.
2024-03-10 14:17:31.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 17:55:55 and 03/10/2024 18:17:25 UTC. Search may be required.
2024-03-10 14:18:27.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 14:19:27 due to recent failures." />
2024-03-10 14:18:27.7|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-10 14:18:27.7|Info|DownloadDecisionMaker|Processing 153 releases
2024-03-10 14:18:27.9|Info|RssSyncService|RSS Sync Completed. Reports found: 153, Reports grabbed: 0
2024-03-10 14:48:55.2|Info|RssSyncService|Starting RSS Sync
2024-03-10 14:48:55.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 14:49:05 due to recent failures." />
2024-03-10 14:48:55.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:00:10
2024-03-10 14:49:00.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 18:50:25 and 03/10/2024 18:50:55 UTC. Search may be required.
2024-03-10 14:50:35.2|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/6/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-10 14:50:35.2|Info|DownloadDecisionMaker|Processing 146 releases
2024-03-10 14:50:35.4|Info|RssSyncService|RSS Sync Completed. Reports found: 146, Reports grabbed: 0
2024-03-10 15:20:55.4|Info|RssSyncService|Starting RSS Sync
2024-03-10 15:21:00.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 18:50:55 and 03/10/2024 19:55:55 UTC. Search may be required.
2024-03-10 15:21:09.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 15:22:09 due to recent failures." />
2024-03-10 15:21:09.0|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-10 15:21:09.0|Info|DownloadDecisionMaker|Processing 145 releases
2024-03-10 15:21:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 145, Reports grabbed: 0
2024-03-10 15:32:23.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 15:32:25.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 15:32:25.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:32:25.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:32:25.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:32:25.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:32:27.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 15:32:29.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 15:32:29.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:32:29.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:32:29.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:32:29.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:32:29.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:32:29.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 15:51:25.6|Info|RssSyncService|Starting RSS Sync
2024-03-10 15:51:31.7|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-10 15:51:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-10 16:21:55.8|Info|RssSyncService|Starting RSS Sync
2024-03-10 16:22:01.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 20:50:26 and 03/10/2024 21:05:57 UTC. Search may be required.
2024-03-10 16:22:12.3|Info|DownloadDecisionMaker|Processing 202 releases
2024-03-10 16:22:12.5|Info|RssSyncService|RSS Sync Completed. Reports found: 202, Reports grabbed: 0
2024-03-10 16:52:26.0|Info|RssSyncService|Starting RSS Sync
2024-03-10 16:53:32.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/10/2024 16:58:32 due to recent failures." />
2024-03-10 16:53:32.6|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-10 16:53:32.6|Info|DownloadDecisionMaker|Processing 175 releases
2024-03-10 16:53:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0
2024-03-10 17:23:56.2|Info|RssSyncService|Starting RSS Sync
2024-03-10 17:24:04.9|Info|DownloadDecisionMaker|Processing 175 releases
2024-03-10 17:24:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0
2024-03-10 17:54:26.5|Info|RssSyncService|Starting RSS Sync
2024-03-10 17:54:50.3|Info|DownloadDecisionMaker|Processing 216 releases
2024-03-10 17:54:50.5|Info|RssSyncService|RSS Sync Completed. Reports found: 216, Reports grabbed: 0
2024-03-10 18:24:56.7|Info|RssSyncService|Starting RSS Sync
2024-03-10 18:24:57.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/10/2024 22:11:55 and 03/11/2024 09:26:00 UTC. Search may be required.
2024-03-10 18:25:11.4|Info|DownloadDecisionMaker|Processing 193 releases
2024-03-10 18:25:11.6|Info|RssSyncService|RSS Sync Completed. Reports found: 193, Reports grabbed: 0
2024-03-10 18:55:26.9|Info|RssSyncService|Starting RSS Sync
2024-03-10 18:55:45.4|Info|DownloadDecisionMaker|Processing 192 releases
2024-03-10 18:55:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 192, Reports grabbed: 0
2024-03-10 19:25:57.1|Info|RssSyncService|Starting RSS Sync
2024-03-10 19:26:02.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/10/2024 22:50:58 and 03/11/2024 00:10:57 UTC. Search may be required.
2024-03-10 19:27:10.9|Info|DownloadDecisionMaker|Processing 189 releases
2024-03-10 19:27:11.1|Info|RssSyncService|RSS Sync Completed. Reports found: 189, Reports grabbed: 0
2024-03-10 19:57:27.3|Info|RssSyncService|Starting RSS Sync
2024-03-10 19:57:28.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 00:17:28 and 03/11/2024 00:20:02 UTC. Search may be required.
2024-03-10 19:57:49.0|Info|DownloadDecisionMaker|Processing 195 releases
2024-03-10 19:57:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 195, Reports grabbed: 0
2024-03-10 20:27:57.6|Info|RssSyncService|Starting RSS Sync
2024-03-10 20:28:29.3|Info|DownloadDecisionMaker|Processing 195 releases
2024-03-10 20:28:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 195, Reports grabbed: 0
2024-03-10 20:58:57.8|Info|RssSyncService|Starting RSS Sync
2024-03-10 20:59:03.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 00:55:58 and 03/11/2024 00:58:58 UTC. Search may be required.
2024-03-10 20:59:06.2|Info|DownloadDecisionMaker|Processing 193 releases
2024-03-10 20:59:06.4|Info|RssSyncService|RSS Sync Completed. Reports found: 193, Reports grabbed: 0
2024-03-10 21:29:28.0|Info|RssSyncService|Starting RSS Sync
2024-03-10 21:29:28.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-10 21:29:33.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 00:58:58 and 03/11/2024 01:29:28 UTC. Search may be required.
2024-03-10 21:31:08.0|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-10 21:31:08.0|Info|DownloadDecisionMaker|Processing 143 releases
2024-03-10 21:31:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 143, Reports grabbed: 0
2024-03-10 21:32:55.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 21:32:57.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 21:32:57.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:32:57.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:32:57.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:32:57.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:32:58.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 21:33:00.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-10 21:33:00.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:33:00.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:33:00.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:33:00.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:33:00.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:33:00.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:33:00.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 21:33:00.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-10 22:01:28.2|Info|RssSyncService|Starting RSS Sync
2024-03-10 22:01:28.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 00:30:20 and 03/11/2024 02:30:01 UTC. Search may be required.
2024-03-10 22:01:35.6|Info|DownloadDecisionMaker|Processing 188 releases
2024-03-10 22:01:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 188, Reports grabbed: 0
2024-03-10 22:31:58.5|Info|RssSyncService|Starting RSS Sync
2024-03-10 22:32:09.2|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-10 22:32:09.4|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-10 23:02:28.7|Info|RssSyncService|Starting RSS Sync
2024-03-10 23:02:29.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 02:48:32 and 03/11/2024 03:46:11 UTC. Search may be required.
2024-03-10 23:02:36.5|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-10 23:02:36.6|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-10 23:32:58.9|Info|RssSyncService|Starting RSS Sync
2024-03-10 23:32:59.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 05:02:28 and 03/04/2024 05:32:59 UTC. Search may be required.
2024-03-10 23:32:59.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 03:46:11 and 03/11/2024 04:10:10 UTC. Search may be required.
2024-03-10 23:33:11.1|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-10 23:33:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-11 00:03:29.1|Info|RssSyncService|Starting RSS Sync
2024-03-11 00:03:29.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 05:32:59 and 03/04/2024 06:03:29 UTC. Search may be required.
2024-03-11 00:03:34.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 01:29:28 and 03/11/2024 04:50:29 UTC. Search may be required.
2024-03-11 00:03:35.6|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-11 00:03:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-11 00:33:59.3|Info|RssSyncService|Starting RSS Sync
2024-03-11 00:33:59.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 06:03:29 and 03/04/2024 06:33:59 UTC. Search may be required.
2024-03-11 00:34:04.7|Info|DownloadDecisionMaker|Processing 135 releases
2024-03-11 00:34:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 135, Reports grabbed: 0
2024-03-11 01:04:29.5|Info|RssSyncService|Starting RSS Sync
2024-03-11 01:04:30.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 06:33:59 and 03/04/2024 07:04:30 UTC. Search may be required.
2024-03-11 01:04:30.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 04:10:10 and 03/11/2024 05:40:05 UTC. Search may be required.
2024-03-11 01:04:34.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 04:50:29 and 03/11/2024 05:50:30 UTC. Search may be required.
2024-03-11 01:04:38.3|Info|DownloadDecisionMaker|Processing 195 releases
2024-03-11 01:04:38.5|Info|RssSyncService|RSS Sync Completed. Reports found: 195, Reports grabbed: 0
2024-03-11 01:34:59.8|Info|RssSyncService|Starting RSS Sync
2024-03-11 01:34:59.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 01:39:49 due to recent failures." />
2024-03-11 01:34:59.8|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:04:49
2024-03-11 01:35:00.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 05:48:05 and 03/11/2024 05:59:08 UTC. Search may be required.
2024-03-11 01:35:00.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 07:04:30 and 03/04/2024 07:35:00 UTC. Search may be required.
2024-03-11 01:35:05.1|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-11 01:35:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-11 02:05:30.0|Info|RssSyncService|Starting RSS Sync
2024-03-11 02:05:30.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 02:06:40 due to recent failures." />
2024-03-11 02:05:30.0|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:10
2024-03-11 02:05:30.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-11 02:05:30.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 07:35:00 and 03/04/2024 08:05:30 UTC. Search may be required.
2024-03-11 02:05:31.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 05:59:08 and 03/11/2024 06:31:56 UTC. Search may be required.
2024-03-11 02:05:35.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 05:50:30 and 03/11/2024 07:05:01 UTC. Search may be required.
2024-03-11 02:05:35.3|Info|DownloadDecisionMaker|Processing 150 releases
2024-03-11 02:05:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 150, Reports grabbed: 0
2024-03-11 02:36:00.2|Info|RssSyncService|Starting RSS Sync
2024-03-11 02:36:00.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 02:52:45 due to recent failures." />
2024-03-11 02:36:00.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:16:45
2024-03-11 02:36:00.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 08:05:30 and 03/04/2024 08:36:00 UTC. Search may be required.
2024-03-11 02:36:05.6|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-11 02:36:05.7|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-11 03:06:30.3|Info|RssSyncService|Starting RSS Sync
2024-03-11 03:06:30.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 08:36:00 and 03/04/2024 09:06:30 UTC. Search may be required.
2024-03-11 03:06:31.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 06:40:18 and 03/11/2024 07:33:26 UTC. Search may be required.
2024-03-11 03:06:35.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 07:05:02 and 03/11/2024 07:50:30 UTC. Search may be required.
2024-03-11 03:06:42.5|Info|DownloadDecisionMaker|Processing 191 releases
2024-03-11 03:06:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 191, Reports grabbed: 0
2024-03-11 03:33:26.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 03:33:28.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 03:33:28.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:28.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:28.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:28.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:30.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 03:33:32.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 03:33:32.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:32.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:32.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:32.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:32.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:32.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:32.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:33:32.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 03:37:00.6|Info|RssSyncService|Starting RSS Sync
2024-03-11 03:37:00.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 09:06:30 and 03/04/2024 09:37:00 UTC. Search may be required.
2024-03-11 03:37:01.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 07:53:25 and 03/11/2024 08:21:49 UTC. Search may be required.
2024-03-11 03:37:10.3|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-11 03:37:10.5|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-11 04:07:30.8|Info|RssSyncService|Starting RSS Sync
2024-03-11 04:07:31.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 09:37:00 and 03/04/2024 10:07:31 UTC. Search may be required.
2024-03-11 04:07:31.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 08:21:49 and 03/11/2024 08:23:38 UTC. Search may be required.
2024-03-11 04:07:36.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 08:05:01 and 03/11/2024 08:55:31 UTC. Search may be required.
2024-03-11 04:08:34.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 04:23:34 due to recent failures." />
2024-03-11 04:08:34.0|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:15:00
2024-03-11 04:08:34.0|Info|DownloadDecisionMaker|Processing 148 releases
2024-03-11 04:08:34.2|Info|RssSyncService|RSS Sync Completed. Reports found: 148, Reports grabbed: 0
2024-03-11 04:39:01.1|Info|RssSyncService|Starting RSS Sync
2024-03-11 04:39:01.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 10:07:31 and 03/04/2024 10:39:01 UTC. Search may be required.
2024-03-11 04:39:01.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 08:52:27 and 03/11/2024 08:52:50 UTC. Search may be required.
2024-03-11 04:40:04.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 05:10:04 due to recent failures." />
2024-03-11 04:40:04.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:30:00
2024-03-11 04:40:04.2|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-11 04:40:04.4|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-11 05:10:31.3|Info|RssSyncService|Starting RSS Sync
2024-03-11 05:10:31.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 10:39:01 and 03/04/2024 11:10:31 UTC. Search may be required.
2024-03-11 05:10:31.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 09:35:41 and 03/11/2024 09:44:31 UTC. Search may be required.
2024-03-11 05:10:36.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 09:05:01 and 03/11/2024 10:05:32 UTC. Search may be required.
2024-03-11 05:10:46.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 06:10:46 due to recent failures." />
2024-03-11 05:10:46.7|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 01:00:00
2024-03-11 05:10:46.7|Info|DownloadDecisionMaker|Processing 146 releases
2024-03-11 05:10:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 146, Reports grabbed: 0
2024-03-11 05:41:01.5|Info|RssSyncService|Starting RSS Sync
2024-03-11 05:41:01.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 11:10:31 and 03/04/2024 11:41:01 UTC. Search may be required.
2024-03-11 05:41:06.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 10:05:32 and 03/11/2024 10:15:02 UTC. Search may be required.
2024-03-11 05:41:06.9|Info|DownloadDecisionMaker|Processing 154 releases
2024-03-11 05:41:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 154, Reports grabbed: 0
2024-03-11 06:11:31.8|Info|RssSyncService|Starting RSS Sync
2024-03-11 06:11:32.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 11:41:01 and 03/04/2024 12:11:32 UTC. Search may be required.
2024-03-11 06:11:32.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 10:26:54 and 03/11/2024 10:32:37 UTC. Search may be required.
2024-03-11 06:13:11.8|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/20/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-11 06:13:11.8|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-11 06:13:11.8|Info|DownloadDecisionMaker|Processing 91 releases
2024-03-11 06:13:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 91, Reports grabbed: 0
2024-03-11 06:43:32.1|Info|RssSyncService|Starting RSS Sync
2024-03-11 06:43:32.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 12:11:32 and 03/04/2024 12:43:32 UTC. Search may be required.
2024-03-11 06:43:32.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 10:32:37 and 03/11/2024 11:08:16 UTC. Search may be required.
2024-03-11 06:43:37.4|Info|DownloadDecisionMaker|Processing 145 releases
2024-03-11 06:43:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 145, Reports grabbed: 0
2024-03-11 07:14:02.2|Info|RssSyncService|Starting RSS Sync
2024-03-11 07:14:02.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 12:43:32 and 03/04/2024 13:14:02 UTC. Search may be required.
2024-03-11 07:14:03.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 11:27:01 and 03/11/2024 11:56:50 UTC. Search may be required.
2024-03-11 07:14:07.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 10:15:02 and 03/11/2024 11:50:03 UTC. Search may be required.
2024-03-11 07:14:07.5|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-11 07:14:07.7|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-11 07:44:32.4|Info|RssSyncService|Starting RSS Sync
2024-03-11 07:44:32.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/11/api?t=movie&cat=2000,2040,2030,2045,2070,2010,2060,2020&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 07:45:32 due to recent failures." />
2024-03-11 07:44:32.6|Warn|Torznab|API Request Limit reached for Knaben (Prowlarr). Disabled for 00:01:00
2024-03-11 07:44:32.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/3/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 07:45:32 due to recent failures." />
2024-03-11 07:44:32.6|Warn|Torznab|API Request Limit reached for Bangumi Moe (Prowlarr). Disabled for 00:01:00
2024-03-11 07:44:32.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/18/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 07:45:32 due to recent failures." />
2024-03-11 07:44:32.6|Warn|Torznab|API Request Limit reached for TorrentDownload (Prowlarr). Disabled for 00:01:00
2024-03-11 07:44:32.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/10/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 07:45:32 due to recent failures." />
2024-03-11 07:44:32.6|Warn|Torznab|API Request Limit reached for kickasstorrents.ws (Prowlarr). Disabled for 00:01:00
2024-03-11 07:44:32.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/20/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 07:45:32 due to recent failures." />
2024-03-11 07:44:32.7|Warn|Torznab|API Request Limit reached for YourBittorrent (Prowlarr). Disabled for 00:01:00
2024-03-11 07:44:32.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/15/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 07:45:32 due to recent failures." />
2024-03-11 07:44:32.7|Warn|Torznab|API Request Limit reached for TheRARBG (Prowlarr). Disabled for 00:01:00
2024-03-11 07:44:32.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 07:45:32 due to recent failures." />
2024-03-11 07:44:32.8|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00
2024-03-11 07:44:32.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/8/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 07:45:32 due to recent failures." />
2024-03-11 07:44:32.8|Warn|Torznab|API Request Limit reached for Isohunt2 (Prowlarr). Disabled for 00:01:00
2024-03-11 07:44:32.8|Info|DownloadDecisionMaker|No results found
2024-03-11 07:44:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2024-03-11 08:15:02.6|Info|RssSyncService|Starting RSS Sync
2024-03-11 08:15:03.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 13:14:02 and 03/04/2024 14:15:03 UTC. Search may be required.
2024-03-11 08:15:09.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 11:50:03 and 03/11/2024 13:00:04 UTC. Search may be required.
2024-03-11 08:15:09.0|Info|DownloadDecisionMaker|Processing 162 releases
2024-03-11 08:15:09.2|Info|RssSyncService|RSS Sync Completed. Reports found: 162, Reports grabbed: 0
2024-03-11 08:45:32.9|Info|RssSyncService|Starting RSS Sync
2024-03-11 08:45:33.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 14:15:03 and 03/04/2024 14:45:33 UTC. Search may be required.
2024-03-11 08:45:38.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 13:00:04 and 03/11/2024 13:00:33 UTC. Search may be required.
2024-03-11 08:45:38.2|Info|DownloadDecisionMaker|Processing 155 releases
2024-03-11 08:45:38.4|Info|RssSyncService|RSS Sync Completed. Reports found: 155, Reports grabbed: 0
2024-03-11 09:16:03.1|Info|RssSyncService|Starting RSS Sync
2024-03-11 09:16:03.8|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/04/2024 20:44:37 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 09:16:03.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 14:45:33 and 03/04/2024 15:16:03 UTC. Search may be required.
2024-03-11 09:16:08.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 13:00:33 and 03/11/2024 13:55:04 UTC. Search may be required.
2024-03-11 09:16:13.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 15:16:13 due to recent failures." />
2024-03-11 09:16:13.6|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 06:00:00
2024-03-11 09:16:13.6|Info|DownloadDecisionMaker|Processing 162 releases
2024-03-11 09:16:13.7|Info|RssSyncService|RSS Sync Completed. Reports found: 162, Reports grabbed: 0
2024-03-11 09:33:58.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 09:34:00.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 09:34:00.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:00.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:00.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:00.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:01.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 09:34:03.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 09:34:03.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:03.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:03.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:03.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:03.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:03.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:03.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:34:03.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 09:46:33.3|Info|RssSyncService|Starting RSS Sync
2024-03-11 09:46:33.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 15:16:03 and 03/04/2024 15:46:33 UTC. Search may be required.
2024-03-11 09:46:33.9|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 09:46:38.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 13:55:04 and 03/11/2024 13:55:34 UTC. Search may be required.
2024-03-11 09:46:38.6|Info|DownloadDecisionMaker|Processing 161 releases
2024-03-11 09:46:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 161, Reports grabbed: 0
2024-03-11 10:17:03.5|Info|RssSyncService|Starting RSS Sync
2024-03-11 10:17:03.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 10:18:03 due to recent failures." />
2024-03-11 10:17:03.9|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00
2024-03-11 10:17:04.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 15:46:33 and 03/04/2024 16:17:04 UTC. Search may be required.
2024-03-11 10:17:05.0|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 10:17:05.1|Info|DownloadDecisionMaker|Processing 146 releases
2024-03-11 10:17:05.3|Info|RssSyncService|RSS Sync Completed. Reports found: 146, Reports grabbed: 0
2024-03-11 10:47:33.8|Info|RssSyncService|Starting RSS Sync
2024-03-11 10:47:34.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 16:17:04 and 03/04/2024 16:47:34 UTC. Search may be required.
2024-03-11 10:47:34.6|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 10:47:39.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 13:55:34 and 03/11/2024 14:47:34 UTC. Search may be required.
2024-03-11 10:47:39.1|Info|DownloadDecisionMaker|Processing 166 releases
2024-03-11 10:47:39.3|Info|RssSyncService|RSS Sync Completed. Reports found: 166, Reports grabbed: 0
2024-03-11 11:18:04.0|Info|RssSyncService|Starting RSS Sync
2024-03-11 11:18:04.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 16:47:34 and 03/04/2024 17:18:04 UTC. Search may be required.
2024-03-11 11:18:05.0|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 11:18:09.4|Info|DownloadDecisionMaker|Processing 148 releases
2024-03-11 11:18:09.5|Info|RssSyncService|RSS Sync Completed. Reports found: 148, Reports grabbed: 0
2024-03-11 11:23:04.0|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-11 11:23:04.0|Info|HousekeepingService|Running housecleaning tasks
2024-03-11 11:23:04.0|Info|Database|Vacuuming Log database
2024-03-11 11:23:04.1|Info|Database|Log database compressed
2024-03-11 11:23:04.1|Info|Database|Vacuuming Main database
2024-03-11 11:23:04.1|Info|Database|Main database compressed
2024-03-11 11:23:34.3|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-11 11:23:34.3|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-11 11:23:34.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.3|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-11 11:23:34.3|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-11 11:23:34.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.3|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-11 11:23:34.3|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-11 11:23:34.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.3|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-11 11:23:34.3|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-11 11:23:34.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.3|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-11 11:23:34.3|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-11 11:23:34.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.3|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-11 11:23:34.3|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-11 11:23:34.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.3|Info|DiskScanService|Scanning disk for Blade
2024-03-11 11:23:34.3|Info|DiskScanService|Completed scanning disk for Blade
2024-03-11 11:23:34.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.3|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-11 11:23:34.3|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-11 11:23:34.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.3|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-11 11:23:34.3|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-11 11:23:34.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.3|Info|RefreshMovieService|Updating info for Despicable Me 4
2024-03-11 11:23:34.4|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-11 11:23:34.4|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-11 11:23:34.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.4|Info|DiskScanService|Scanning disk for Dune Messiah
2024-03-11 11:23:34.4|Info|DiskScanService|Completed scanning disk for Dune Messiah
2024-03-11 11:23:34.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.4|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-11 11:23:34.5|Info|MediaCoverService|Downloading Poster for [Despicable Me 4 (2024)][tt7510222, 519182] https://image.tmdb.org/t/p/original/aun2IpLDx2E08hYj8xnAEUEFLlo.jpg
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Madame Web
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-11 11:23:34.6|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.6|Info|RefreshMovieService|Updating info for Rebel Moon - Part Two: The Scargiver
2024-03-11 11:23:34.6|Info|MediaCoverService|Downloading Fanart for [Dune: Part Two (2024)][tt15239678, 693134] https://image.tmdb.org/t/p/original/9Le7N3fmrHnWwdxCg35jSSawFyK.jpg
2024-03-11 11:23:34.6|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-11 11:23:34.8|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-11 11:23:34.8|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-11 11:23:34.8|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-11 11:23:34.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.8|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-11 11:23:34.8|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-11 11:23:34.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.8|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-11 11:23:34.8|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-11 11:23:34.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:34.8|Info|RefreshMovieService|Updating info for Spaceman
2024-03-11 11:23:35.0|Info|DiskScanService|Scanning disk for Spaceman
2024-03-11 11:23:35.0|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-11 11:23:35.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-11 11:23:35.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-11 11:23:35.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-11 11:23:35.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-11 11:23:35.0|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-11 11:23:35.0|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-11 11:23:35.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:35.0|Info|DiskScanService|Scanning disk for Venom 3
2024-03-11 11:23:35.0|Info|DiskScanService|Completed scanning disk for Venom 3
2024-03-11 11:23:35.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:23:35.0|Info|DiskScanService|Scanning disk for Wicked
2024-03-11 11:23:35.0|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-11 11:23:35.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-11 11:48:34.2|Info|RssSyncService|Starting RSS Sync
2024-03-11 11:48:34.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-11 11:48:34.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-11 11:48:34.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-11 11:48:34.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-11 11:48:34.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-11 11:48:34.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-11 11:48:34.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-11 11:48:34.7|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 11:48:34.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 17:18:04 and 03/04/2024 17:48:34 UTC. Search may be required.
2024-03-11 11:48:39.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 14:47:34 and 03/11/2024 16:25:34 UTC. Search may be required.
2024-03-11 11:48:39.6|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-11 11:48:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-11 12:19:04.5|Info|RssSyncService|Starting RSS Sync
2024-03-11 12:19:04.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 17:48:34 and 03/04/2024 18:19:04 UTC. Search may be required.
2024-03-11 12:19:04.8|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 12:19:05.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 16:27:30 and 03/11/2024 16:47:16 UTC. Search may be required.
2024-03-11 12:19:09.9|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-11 12:19:10.0|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-11 12:49:34.7|Info|RssSyncService|Starting RSS Sync
2024-03-11 12:49:34.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 18:19:04 and 03/04/2024 18:49:34 UTC. Search may be required.
2024-03-11 12:49:35.0|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 12:49:35.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 16:57:16 and 03/11/2024 17:35:51 UTC. Search may be required.
2024-03-11 12:49:52.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 12:54:52 due to recent failures." />
2024-03-11 12:49:52.9|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:05:00
2024-03-11 12:49:52.9|Info|DownloadDecisionMaker|Processing 143 releases
2024-03-11 12:49:53.1|Info|RssSyncService|RSS Sync Completed. Reports found: 143, Reports grabbed: 0
2024-03-11 13:20:04.9|Info|RssSyncService|Starting RSS Sync
2024-03-11 13:20:05.2|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 18:49:34 and 03/04/2024 19:20:05 UTC. Search may be required.
2024-03-11 13:20:05.3|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 13:20:24.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 17:10:05 and 03/11/2024 17:45:16 UTC. Search may be required.
2024-03-11 13:20:24.3|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-11 13:20:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-11 13:50:35.1|Info|RssSyncService|Starting RSS Sync
2024-03-11 13:50:35.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 19:20:05 and 03/04/2024 19:50:35 UTC. Search may be required.
2024-03-11 13:50:35.5|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 13:50:57.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:20:05 and 03/11/2024 18:25:45 UTC. Search may be required.
2024-03-11 13:50:57.4|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-11 13:50:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-11 14:21:05.3|Info|RssSyncService|Starting RSS Sync
2024-03-11 14:21:05.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 19:50:35 and 03/04/2024 20:21:05 UTC. Search may be required.
2024-03-11 14:21:05.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:44:03 and 03/11/2024 18:44:51 UTC. Search may be required.
2024-03-11 14:21:06.4|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 14:21:10.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:50:05 and 03/11/2024 18:50:05 UTC. Search may be required.
2024-03-11 14:21:11.3|Info|DownloadDecisionMaker|Processing 157 releases
2024-03-11 14:21:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 157, Reports grabbed: 0
2024-03-11 14:51:35.5|Info|RssSyncService|Starting RSS Sync
2024-03-11 14:51:35.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 20:21:05 and 03/04/2024 20:51:35 UTC. Search may be required.
2024-03-11 14:51:35.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 19:06:51 and 03/11/2024 19:32:00 UTC. Search may be required.
2024-03-11 14:51:36.6|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 14:53:15.5|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/6/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-11 14:53:15.5|Info|DownloadDecisionMaker|Processing 159 releases
2024-03-11 14:53:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 159, Reports grabbed: 0
2024-03-11 15:23:35.7|Info|RssSyncService|Starting RSS Sync
2024-03-11 15:23:36.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 19:48:00 and 03/11/2024 19:50:21 UTC. Search may be required.
2024-03-11 15:23:36.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 20:51:35 and 03/04/2024 21:23:36 UTC. Search may be required.
2024-03-11 15:23:36.9|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 15:25:15.8|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-11 15:25:15.8|Info|DownloadDecisionMaker|Processing 163 releases
2024-03-11 15:25:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 163, Reports grabbed: 0
2024-03-11 15:34:29.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 15:34:31.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 15:34:31.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:31.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:31.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:31.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:33.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 15:34:35.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 15:34:35.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:35.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:35.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:35.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:35.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:35.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:35.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:34:35.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 15:55:36.0|Info|RssSyncService|Starting RSS Sync
2024-03-11 15:55:36.4|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 15:55:36.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 21:23:36 and 03/04/2024 21:55:36 UTC. Search may be required.
2024-03-11 15:55:36.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 19:50:21 and 03/11/2024 20:28:18 UTC. Search may be required.
2024-03-11 15:55:53.0|Info|DownloadDecisionMaker|Processing 166 releases
2024-03-11 15:55:53.2|Info|RssSyncService|RSS Sync Completed. Reports found: 166, Reports grabbed: 0
2024-03-11 16:26:06.2|Info|RssSyncService|Starting RSS Sync
2024-03-11 16:26:06.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 21:55:36 and 03/04/2024 22:26:06 UTC. Search may be required.
2024-03-11 16:26:06.6|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 16:26:06.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 20:48:18 and 03/11/2024 20:51:54 UTC. Search may be required.
2024-03-11 16:26:11.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 16:31:11 due to recent failures." />
2024-03-11 16:26:11.4|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:05:00
2024-03-11 16:26:11.6|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-11 16:26:11.7|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-11 16:56:36.4|Info|RssSyncService|Starting RSS Sync
2024-03-11 16:56:36.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 17:24:41 due to recent failures." />
2024-03-11 16:56:36.4|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:28:05
2024-03-11 16:56:36.8|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 16:56:43.4|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-11 16:56:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-11 17:27:06.6|Info|RssSyncService|Starting RSS Sync
2024-03-11 17:27:06.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 22:56:36 and 03/04/2024 23:27:06 UTC. Search may be required.
2024-03-11 17:27:07.8|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 17:27:27.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 20:40:45 and 03/11/2024 21:30:18 UTC. Search may be required.
2024-03-11 17:27:27.3|Info|DownloadDecisionMaker|Processing 180 releases
2024-03-11 17:27:27.5|Info|RssSyncService|RSS Sync Completed. Reports found: 180, Reports grabbed: 0
2024-03-11 17:57:36.9|Info|RssSyncService|Starting RSS Sync
2024-03-11 17:57:36.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/11/2024 18:01:42 due to recent failures." />
2024-03-11 17:57:36.9|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:04:05
2024-03-11 17:57:37.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 23:27:06 and 03/04/2024 23:57:37 UTC. Search may be required.
2024-03-11 17:57:37.2|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 17:57:42.2|Info|DownloadDecisionMaker|Processing 148 releases
2024-03-11 17:57:42.3|Info|RssSyncService|RSS Sync Completed. Reports found: 148, Reports grabbed: 0
2024-03-11 18:28:07.1|Info|RssSyncService|Starting RSS Sync
2024-03-11 18:28:07.7|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 18:28:31.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 22:05:18 and 03/11/2024 22:28:17 UTC. Search may be required.
2024-03-11 18:28:31.5|Info|DownloadDecisionMaker|Processing 154 releases
2024-03-11 18:28:31.6|Info|RssSyncService|RSS Sync Completed. Reports found: 154, Reports grabbed: 0
2024-03-11 18:58:37.4|Info|RssSyncService|Starting RSS Sync
2024-03-11 18:58:38.2|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 18:58:38.3|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 23:10:16 and 03/11/2024 23:28:08 UTC. Search may be required.
2024-03-11 18:58:42.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 22:55:17 and 03/11/2024 22:58:38 UTC. Search may be required.
2024-03-11 18:58:42.9|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-11 18:58:43.0|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-11 19:29:07.6|Info|RssSyncService|Starting RSS Sync
2024-03-11 19:29:08.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/11/2024 23:51:42 and 03/12/2024 00:03:34 UTC. Search may be required.
2024-03-11 19:29:09.0|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 19:29:12.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/11/2024 22:58:38 and 03/12/2024 00:05:08 UTC. Search may be required.
2024-03-11 19:29:12.9|Info|DownloadDecisionMaker|Processing 145 releases
2024-03-11 19:29:13.1|Info|RssSyncService|RSS Sync Completed. Reports found: 145, Reports grabbed: 0
2024-03-11 19:59:37.8|Info|RssSyncService|Starting RSS Sync
2024-03-11 19:59:38.7|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 19:59:38.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 00:06:35 and 03/12/2024 00:51:59 UTC. Search may be required.
2024-03-11 19:59:43.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 00:05:08 and 03/12/2024 00:05:38 UTC. Search may be required.
2024-03-11 19:59:47.7|Info|DownloadDecisionMaker|Processing 143 releases
2024-03-11 19:59:47.8|Info|RssSyncService|RSS Sync Completed. Reports found: 143, Reports grabbed: 0
2024-03-11 20:30:08.0|Info|RssSyncService|Starting RSS Sync
2024-03-11 20:30:08.5|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 20:30:13.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 00:05:38 and 03/12/2024 01:00:10 UTC. Search may be required.
2024-03-11 20:30:14.0|Info|DownloadDecisionMaker|Processing 177 releases
2024-03-11 20:30:14.1|Info|RssSyncService|RSS Sync Completed. Reports found: 177, Reports grabbed: 0
2024-03-11 21:00:38.2|Info|RssSyncService|Starting RSS Sync
2024-03-11 21:00:38.9|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 21:00:48.2|Info|DownloadDecisionMaker|Processing 175 releases
2024-03-11 21:00:48.4|Info|RssSyncService|RSS Sync Completed. Reports found: 175, Reports grabbed: 0
2024-03-11 21:31:08.4|Info|RssSyncService|Starting RSS Sync
2024-03-11 21:31:08.4|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-11 21:31:10.1|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 21:31:13.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 01:05:38 and 03/12/2024 01:31:09 UTC. Search may be required.
2024-03-11 21:31:13.7|Info|DownloadDecisionMaker|Processing 173 releases
2024-03-11 21:31:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 173, Reports grabbed: 0
2024-03-11 21:35:01.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 21:35:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 21:35:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:02.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:04.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 21:35:06.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-11 21:35:06.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:06.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 21:35:06.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-11 22:01:38.6|Info|RssSyncService|Starting RSS Sync
2024-03-11 22:01:40.2|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 22:01:44.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 01:31:09 and 03/12/2024 02:01:39 UTC. Search may be required.
2024-03-11 22:01:44.2|Info|DownloadDecisionMaker|Processing 153 releases
2024-03-11 22:01:44.3|Info|RssSyncService|RSS Sync Completed. Reports found: 153, Reports grabbed: 0
2024-03-11 22:32:08.9|Info|RssSyncService|Starting RSS Sync
2024-03-11 22:32:09.6|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 22:32:14.2|Info|DownloadDecisionMaker|Processing 146 releases
2024-03-11 22:32:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 146, Reports grabbed: 0
2024-03-11 23:02:39.1|Info|RssSyncService|Starting RSS Sync
2024-03-11 23:02:40.0|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 23:02:44.4|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-11 23:02:44.6|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-11 23:33:09.3|Info|RssSyncService|Starting RSS Sync
2024-03-11 23:33:09.9|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-11 23:33:09.9|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 05:02:39 and 03/04/2024 05:33:09 UTC. Search may be required.
2024-03-11 23:33:10.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 03:49:51 and 03/12/2024 04:05:41 UTC. Search may be required.
2024-03-11 23:33:14.6|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-11 23:33:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-11 23:58:49.4|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Transmission
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 317
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrentStatus(IEnumerable`1 hashStrings, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 194
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrents(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 43
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetItems() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 38
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
2024-03-12 00:03:39.4|Info|RssSyncService|Starting RSS Sync
2024-03-12 00:03:39.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 05:33:09 and 03/04/2024 06:03:39 UTC. Search may be required.
2024-03-12 00:03:39.9|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-12 00:03:40.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 04:15:32 and 03/12/2024 04:49:46 UTC. Search may be required.
2024-03-12 00:03:44.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 02:01:39 and 03/12/2024 04:40:40 UTC. Search may be required.
2024-03-12 00:03:44.8|Info|DownloadDecisionMaker|Processing 151 releases
2024-03-12 00:03:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 151, Reports grabbed: 0
2024-03-12 00:34:09.7|Info|RssSyncService|Starting RSS Sync
2024-03-12 00:34:10.2|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 06:03:39 and 03/04/2024 06:34:10 UTC. Search may be required.
2024-03-12 00:34:10.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 04:49:46 and 03/12/2024 05:17:11 UTC. Search may be required.
2024-03-12 00:34:11.3|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-12 00:34:15.0|Info|DownloadDecisionMaker|Processing 151 releases
2024-03-12 00:34:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 151, Reports grabbed: 0
2024-03-12 01:04:39.9|Info|RssSyncService|Starting RSS Sync
2024-03-12 01:04:40.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 06:34:10 and 03/04/2024 07:04:40 UTC. Search may be required.
2024-03-12 01:04:41.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 05:17:11 and 03/12/2024 05:39:07 UTC. Search may be required.
2024-03-12 01:04:41.2|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-12 01:04:45.2|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-12 01:04:45.3|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-12 01:35:10.0|Info|RssSyncService|Starting RSS Sync
2024-03-12 01:35:10.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 07:04:40 and 03/04/2024 07:35:10 UTC. Search may be required.
2024-03-12 01:35:10.4|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-12 01:35:10.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 05:39:07 and 03/12/2024 06:04:45 UTC. Search may be required.
2024-03-12 01:35:15.4|Info|DownloadDecisionMaker|Processing 134 releases
2024-03-12 01:35:15.5|Info|RssSyncService|RSS Sync Completed. Reports found: 134, Reports grabbed: 0
2024-03-12 02:05:40.2|Info|RssSyncService|Starting RSS Sync
2024-03-12 02:05:40.2|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-12 02:05:40.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 07:35:10 and 03/04/2024 08:05:40 UTC. Search may be required.
2024-03-12 02:05:41.5|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-12 02:05:48.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 04:55:10 and 03/12/2024 06:50:40 UTC. Search may be required.
2024-03-12 02:05:48.6|Info|DownloadDecisionMaker|Processing 154 releases
2024-03-12 02:05:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 154, Reports grabbed: 0
2024-03-12 02:36:10.4|Info|RssSyncService|Starting RSS Sync
2024-03-12 02:36:11.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 08:05:40 and 03/04/2024 08:36:10 UTC. Search may be required.
2024-03-12 02:36:11.6|Warn|Torznab|Indexer Bangumi Moe (Prowlarr) rss sync didn't cover the period between 03/11/2024 18:52:59 and 03/11/2024 18:52:59 UTC. Search may be required.
2024-03-12 02:37:50.5|Warn|Torznab|Unable to connect to indexer, possibly due to a timeout. http://prowlarr.tornet:9696/11/api?t=movie&cat=2000,2040,2030,2045,2070,2010,2060,2020&extended=1&apikey=(removed)&offset=0&limit=100
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 335
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 317
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 131
2024-03-12 02:37:50.5|Info|DownloadDecisionMaker|Processing 131 releases
2024-03-12 02:37:50.6|Info|RssSyncService|RSS Sync Completed. Reports found: 131, Reports grabbed: 0
2024-03-12 03:08:10.7|Info|RssSyncService|Starting RSS Sync
2024-03-12 03:08:11.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 08:36:10 and 03/04/2024 09:08:11 UTC. Search may be required.
2024-03-12 03:08:11.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 06:04:45 and 03/12/2024 07:33:18 UTC. Search may be required.
2024-03-12 03:08:16.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 06:50:40 and 03/12/2024 07:50:11 UTC. Search may be required.
2024-03-12 03:08:16.0|Info|DownloadDecisionMaker|Processing 132 releases
2024-03-12 03:08:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 132, Reports grabbed: 0
2024-03-12 03:35:32.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 03:35:34.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 03:35:34.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:34.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:35.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 03:35:37.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 03:35:37.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:37.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:37.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:37.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:37.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:37.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:38.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:35:38.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 03:38:40.9|Info|RssSyncService|Starting RSS Sync
2024-03-12 03:38:41.4|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 09:08:11 and 03/04/2024 09:38:41 UTC. Search may be required.
2024-03-12 03:38:41.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 07:33:18 and 03/12/2024 08:26:44 UTC. Search may be required.
2024-03-12 03:38:46.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 07:50:11 and 03/12/2024 07:50:41 UTC. Search may be required.
2024-03-12 03:38:53.2|Warn|Torznab|Indexer TorrentGalaxy (Prowlarr) rss sync didn't cover the period between 03/11/2024 08:15:10 and 03/11/2024 13:38:53 UTC. Search may be required.
2024-03-12 03:38:53.2|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-12 03:38:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-12 04:09:11.2|Info|RssSyncService|Starting RSS Sync
2024-03-12 04:09:11.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 09:38:41 and 03/04/2024 10:09:11 UTC. Search may be required.
2024-03-12 04:09:16.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 07:50:41 and 03/12/2024 08:09:11 UTC. Search may be required.
2024-03-12 04:09:27.5|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-12 04:09:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-12 04:39:41.4|Info|RssSyncService|Starting RSS Sync
2024-03-12 04:39:41.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 10:09:11 and 03/04/2024 10:39:41 UTC. Search may be required.
2024-03-12 04:39:41.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 08:37:35 and 03/12/2024 09:29:50 UTC. Search may be required.
2024-03-12 04:39:46.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 08:50:11 and 03/12/2024 08:50:42 UTC. Search may be required.
2024-03-12 04:39:51.9|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-12 04:39:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-12 05:10:11.6|Info|RssSyncService|Starting RSS Sync
2024-03-12 05:10:11.8|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 10:39:41 and 03/04/2024 11:10:11 UTC. Search may be required.
2024-03-12 05:10:12.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 09:29:50 and 03/12/2024 09:30:45 UTC. Search may be required.
2024-03-12 05:10:16.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 08:50:42 and 03/12/2024 10:05:15 UTC. Search may be required.
2024-03-12 05:10:21.5|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-12 05:10:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-12 05:26:21.7|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Transmission
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 317
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrentStatus(IEnumerable`1 hashStrings, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 194
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrents(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 43
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetItems() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 38
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
2024-03-12 05:33:21.7|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Transmission
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 317
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrentStatus(IEnumerable`1 hashStrings, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 194
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrents(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 43
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetItems() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 38
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
2024-03-12 05:40:41.8|Info|RssSyncService|Starting RSS Sync
2024-03-12 05:40:42.0|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 11:10:11 and 03/04/2024 11:40:42 UTC. Search may be required.
2024-03-12 05:40:42.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 09:30:45 and 03/12/2024 10:17:32 UTC. Search may be required.
2024-03-12 05:40:47.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 10:05:15 and 03/12/2024 10:05:42 UTC. Search may be required.
2024-03-12 05:40:53.5|Info|DownloadDecisionMaker|Processing 188 releases
2024-03-12 05:40:53.7|Info|RssSyncService|RSS Sync Completed. Reports found: 188, Reports grabbed: 0
2024-03-12 06:11:12.1|Info|RssSyncService|Starting RSS Sync
2024-03-12 06:11:12.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 11:40:42 and 03/04/2024 12:11:12 UTC. Search may be required.
2024-03-12 06:11:12.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 10:22:32 and 03/12/2024 10:26:40 UTC. Search may be required.
2024-03-12 06:11:17.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 10:05:42 and 03/12/2024 10:50:12 UTC. Search may be required.
2024-03-12 06:11:23.0|Info|DownloadDecisionMaker|Processing 193 releases
2024-03-12 06:11:23.2|Info|RssSyncService|RSS Sync Completed. Reports found: 193, Reports grabbed: 0
2024-03-12 06:28:52.2|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Transmission
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 317
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrentStatus(IEnumerable`1 hashStrings, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 194
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrents(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 43
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetItems() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 38
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
2024-03-12 06:31:52.2|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Transmission
[v5.2.6.8376] System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 317
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrentStatus(IEnumerable`1 hashStrings, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 194
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrents(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 43
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetItems() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 38
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Radarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
2024-03-12 06:41:42.3|Info|RssSyncService|Starting RSS Sync
2024-03-12 06:41:43.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 11:09:00 and 03/12/2024 11:34:59 UTC. Search may be required.
2024-03-12 06:41:43.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 12:11:12 and 03/04/2024 12:41:43 UTC. Search may be required.
2024-03-12 06:41:52.8|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-12 06:41:53.0|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-12 07:12:12.5|Info|RssSyncService|Starting RSS Sync
2024-03-12 07:12:13.3|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 12:41:43 and 03/04/2024 13:12:13 UTC. Search may be required.
2024-03-12 07:12:17.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 10:50:12 and 03/12/2024 11:50:13 UTC. Search may be required.
2024-03-12 07:12:57.7|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-12 07:12:57.9|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-12 07:43:12.8|Info|RssSyncService|Starting RSS Sync
2024-03-12 07:43:13.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 13:12:13 and 03/04/2024 13:43:13 UTC. Search may be required.
2024-03-12 07:43:14.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 11:34:59 and 03/12/2024 12:20:58 UTC. Search may be required.
2024-03-12 07:43:18.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 11:50:13 and 03/12/2024 11:50:13 UTC. Search may be required.
2024-03-12 07:44:12.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 07:45:12 due to recent failures." />
2024-03-12 07:44:12.5|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-12 07:44:12.5|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-12 07:44:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-12 08:14:13.0|Info|RssSyncService|Starting RSS Sync
2024-03-12 08:14:13.7|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 13:43:13 and 03/04/2024 14:14:13 UTC. Search may be required.
2024-03-12 08:14:18.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 11:50:13 and 03/12/2024 12:50:13 UTC. Search may be required.
2024-03-12 08:14:39.2|Info|DownloadDecisionMaker|Processing 197 releases
2024-03-12 08:14:39.4|Info|RssSyncService|RSS Sync Completed. Reports found: 197, Reports grabbed: 0
2024-03-12 08:44:43.2|Info|RssSyncService|Starting RSS Sync
2024-03-12 08:44:43.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 14:14:13 and 03/04/2024 14:44:43 UTC. Search may be required.
2024-03-12 08:45:46.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 08:46:46 due to recent failures." />
2024-03-12 08:45:46.6|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-12 08:45:46.6|Info|DownloadDecisionMaker|Processing 147 releases
2024-03-12 08:45:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 147, Reports grabbed: 0
2024-03-12 09:16:13.5|Info|RssSyncService|Starting RSS Sync
2024-03-12 09:16:14.2|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 14:44:43 and 03/04/2024 15:16:14 UTC. Search may be required.
2024-03-12 09:16:18.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 13:10:44 and 03/12/2024 13:16:14 UTC. Search may be required.
2024-03-12 09:16:57.1|Info|DownloadDecisionMaker|Processing 195 releases
2024-03-12 09:16:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 195, Reports grabbed: 0
2024-03-12 09:36:03.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 09:36:05.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 09:36:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:05.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:07.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 09:36:09.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 09:36:09.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:09.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:09.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:09.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:09.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:09.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:09.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:36:09.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 09:47:13.7|Info|RssSyncService|Starting RSS Sync
2024-03-12 09:47:14.5|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 15:16:14 and 03/04/2024 15:47:14 UTC. Search may be required.
2024-03-12 09:47:19.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 13:55:14 and 03/12/2024 13:55:14 UTC. Search may be required.
2024-03-12 09:47:27.8|Info|DownloadDecisionMaker|Processing 192 releases
2024-03-12 09:47:28.0|Info|RssSyncService|RSS Sync Completed. Reports found: 192, Reports grabbed: 0
2024-03-12 10:17:43.9|Info|RssSyncService|Starting RSS Sync
2024-03-12 10:17:44.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/20/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 10:18:44 due to recent failures." />
2024-03-12 10:17:44.5|Warn|Torznab|API Request Limit reached for YourBittorrent (Prowlarr). Disabled for 00:01:00
2024-03-12 10:17:44.6|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 15:47:14 and 03/04/2024 16:17:44 UTC. Search may be required.
2024-03-12 10:17:44.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 14:25:18 and 03/12/2024 15:13:49 UTC. Search may be required.
2024-03-12 10:17:49.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 13:55:14 and 03/12/2024 14:17:44 UTC. Search may be required.
2024-03-12 10:18:47.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 10:19:47 due to recent failures." />
2024-03-12 10:18:47.3|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-12 10:18:47.3|Info|DownloadDecisionMaker|Processing 101 releases
2024-03-12 10:18:47.5|Info|RssSyncService|RSS Sync Completed. Reports found: 101, Reports grabbed: 0
2024-03-12 10:49:14.2|Info|RssSyncService|Starting RSS Sync
2024-03-12 10:49:15.1|Warn|Torznab|Indexer TheRARBG (Prowlarr) rss sync didn't cover the period between 03/04/2024 16:17:44 and 03/04/2024 16:49:15 UTC. Search may be required.
2024-03-12 10:49:15.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/20/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 10:54:15 due to recent failures." />
2024-03-12 10:49:15.1|Warn|Torznab|API Request Limit reached for YourBittorrent (Prowlarr). Disabled for 00:05:00
2024-03-12 10:49:31.4|Info|DownloadDecisionMaker|Processing 156 releases
2024-03-12 10:49:31.6|Info|RssSyncService|RSS Sync Completed. Reports found: 156, Reports grabbed: 0
2024-03-12 11:19:44.5|Info|RssSyncService|Starting RSS Sync
2024-03-12 11:19:44.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/20/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 11:34:44 due to recent failures." />
2024-03-12 11:19:44.9|Warn|Torznab|API Request Limit reached for YourBittorrent (Prowlarr). Disabled for 00:15:00
2024-03-12 11:19:44.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 15:20:50 and 03/12/2024 15:22:51 UTC. Search may be required.
2024-03-12 11:19:49.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 14:50:14 and 03/12/2024 15:19:44 UTC. Search may be required.
2024-03-12 11:20:26.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 11:21:26 due to recent failures." />
2024-03-12 11:20:26.1|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-12 11:20:26.1|Info|DownloadDecisionMaker|Processing 158 releases
2024-03-12 11:20:26.3|Info|RssSyncService|RSS Sync Completed. Reports found: 158, Reports grabbed: 0
2024-03-12 11:23:14.5|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-12 11:23:14.5|Info|HousekeepingService|Running housecleaning tasks
2024-03-12 11:23:14.5|Info|Database|Vacuuming Log database
2024-03-12 11:23:14.5|Info|Database|Log database compressed
2024-03-12 11:23:14.5|Info|Database|Vacuuming Main database
2024-03-12 11:23:14.5|Info|Database|Main database compressed
2024-03-12 11:23:44.7|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-12 11:23:44.7|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-12 11:23:44.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.7|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-12 11:23:44.7|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-12 11:23:44.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.7|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-12 11:23:44.7|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-12 11:23:44.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.7|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-12 11:23:44.8|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-12 11:23:44.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.8|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-12 11:23:44.8|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-12 11:23:44.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.8|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-12 11:23:44.8|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-12 11:23:44.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.8|Info|DiskScanService|Scanning disk for Blade
2024-03-12 11:23:44.8|Info|DiskScanService|Completed scanning disk for Blade
2024-03-12 11:23:44.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.8|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-12 11:23:44.8|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-12 11:23:44.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.8|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-12 11:23:44.8|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-12 11:23:44.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.8|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-12 11:23:44.8|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-12 11:23:44.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.8|Info|DiskScanService|Scanning disk for Dune Messiah
2024-03-12 11:23:44.8|Info|DiskScanService|Completed scanning disk for Dune Messiah
2024-03-12 11:23:44.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:44.8|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-12 11:23:45.0|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-12 11:23:45.0|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-12 11:23:45.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.0|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-12 11:23:45.0|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-12 11:23:45.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.0|Info|RefreshMovieService|Updating info for Godzilla x Kong: The New Empire
2024-03-12 11:23:45.0|Info|MediaCoverService|Downloading Fanart for [Dune: Part Two (2024)][tt15239678, 693134] https://image.tmdb.org/t/p/original/xOMo8BRK7PfcJv9JCnx7s5hj0PX.jpg
2024-03-12 11:23:45.1|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-12 11:23:45.1|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-12 11:23:45.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.1|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-12 11:23:45.1|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-12 11:23:45.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.1|Info|RefreshMovieService|Updating info for Kingdom of the Planet of the Apes
2024-03-12 11:23:45.2|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-12 11:23:45.2|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-12 11:23:45.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.2|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-12 11:23:45.2|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-12 11:23:45.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.2|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-12 11:23:45.2|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-12 11:23:45.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.2|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-12 11:23:45.2|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-12 11:23:45.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.2|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-12 11:23:45.2|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-12 11:23:45.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.2|Info|RefreshMovieService|Updating info for Madame Web
2024-03-12 11:23:45.3|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-12 11:23:45.4|Info|DiskScanService|Scanning disk for Madame Web
2024-03-12 11:23:45.4|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-12 11:23:45.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.4|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-12 11:23:45.4|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-12 11:23:45.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.4|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-12 11:23:45.4|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-12 11:23:45.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.4|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-12 11:23:45.4|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-12 11:23:45.4|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.5|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-12 11:23:45.5|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-12 11:23:45.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.5|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-12 11:23:45.5|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-12 11:23:45.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.5|Info|RefreshMovieService|Updating info for Spaceman
2024-03-12 11:23:45.6|Info|DiskScanService|Scanning disk for Spaceman
2024-03-12 11:23:45.6|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-12 11:23:45.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-12 11:23:45.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-12 11:23:45.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-12 11:23:45.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-12 11:23:45.6|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-12 11:23:45.6|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-12 11:23:45.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.6|Info|DiskScanService|Scanning disk for Venom 3
2024-03-12 11:23:45.6|Info|DiskScanService|Completed scanning disk for Venom 3
2024-03-12 11:23:45.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.6|Info|DiskScanService|Scanning disk for Wicked
2024-03-12 11:23:45.6|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-12 11:23:45.6|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-12 11:23:45.6|Info|MediaCoverService|Downloading Poster for [Spaceman (2024)][tt11097384, 636706] https://image.tmdb.org/t/p/original/jDdnDEGu3GiLtJwDXeL4hfFzmGv.jpg
2024-03-12 11:50:44.7|Info|RssSyncService|Starting RSS Sync
2024-03-12 11:50:44.7|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-12 11:50:44.7|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-12 11:50:44.7|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-12 11:50:44.7|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-12 11:50:44.7|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-12 11:50:44.8|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-12 11:50:44.8|Error|Torznab|An error occurred while processing indexer feed.
[v5.2.6.8376] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 302
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 278
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 105
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-12 11:50:45.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 15:51:46 and 03/12/2024 15:54:11 UTC. Search may be required.
2024-03-12 11:51:49.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 11:56:49 due to recent failures." />
2024-03-12 11:51:49.1|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-12 11:51:49.1|Info|DownloadDecisionMaker|Processing 153 releases
2024-03-12 11:51:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 153, Reports grabbed: 0
2024-03-12 12:22:14.9|Info|RssSyncService|Starting RSS Sync
2024-03-12 12:22:15.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/20/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 12:37:15 due to recent failures." />
2024-03-12 12:22:15.7|Warn|Torznab|API Request Limit reached for YourBittorrent (Prowlarr). Disabled for 00:15:00
2024-03-12 12:22:32.7|Info|DownloadDecisionMaker|Processing 196 releases
2024-03-12 12:22:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 196, Reports grabbed: 0
2024-03-12 12:52:45.1|Info|RssSyncService|Starting RSS Sync
2024-03-12 12:52:45.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/20/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 13:22:45 due to recent failures." />
2024-03-12 12:52:45.8|Warn|Torznab|API Request Limit reached for YourBittorrent (Prowlarr). Disabled for 00:30:00
2024-03-12 12:52:46.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 15:54:11 and 03/12/2024 17:37:33 UTC. Search may be required.
2024-03-12 12:52:56.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 12:57:56 due to recent failures." />
2024-03-12 12:52:56.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-12 12:52:56.2|Info|DownloadDecisionMaker|Processing 148 releases
2024-03-12 12:52:56.3|Info|RssSyncService|RSS Sync Completed. Reports found: 148, Reports grabbed: 0
2024-03-12 12:59:59.7|Info|Auth|Auth-Success ip 192.168.1.183 username 'jkenney'
2024-03-12 12:59:59.7|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {bc422a69-dcd3-48f7-b66f-c7803c643f22} may be persisted to storage in unencrypted form.
2024-03-12 13:02:15.8|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2024-03-12 13:02:15.9|Info|ConsoleApp|Exiting main.
2024-03-12 13:02:22.9|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-03-12 13:02:23.0|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 13:02:23.0|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 13:02:23.3|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 13:02:23.3|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-12 13:02:23.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-12 13:02:23.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-12 13:02:23.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-12 13:02:23.5|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0369151s
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0384618s
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrating
2024-03-12 13:02:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-03-12 13:02:23.5|Info|movie_last_searched_time|Starting migration of Main DB to 234
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Movies
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003125s
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Movies LastSearchTime DateTimeOffset
2024-03-12 13:02:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Movies" ADD COLUMN "LastSearchTime" DATETIME
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0211882s
2024-03-12 13:02:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (234, '2024-03-12T18:02:23', 'movie_last_searched_time')
2024-03-12 13:02:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrated
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0299693s
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrating
2024-03-12 13:02:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-03-12 13:02:23.5|Info|email_encryption|Starting migration of Main DB to 235
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-12 13:02:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0062428s
2024-03-12 13:02:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (235, '2024-03-12T18:02:23', 'email_encryption')
2024-03-12 13:02:23.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrated
2024-03-12 13:02:23.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0086498s
2024-03-12 13:02:23.6|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-12 13:02:23.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-12 13:02:23.7|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020403s
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021339s
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrating
2024-03-12 13:02:23.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-03-12 13:02:23.7|Info|movie_last_searched_time|Starting migration of Log DB to 234
2024-03-12 13:02:23.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (234, '2024-03-12T18:02:23', 'movie_last_searched_time')
2024-03-12 13:02:23.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|234: movie_last_searched_time migrated
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026029s
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrating
2024-03-12 13:02:23.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
2024-03-12 13:02:23.7|Info|email_encryption|Starting migration of Log DB to 235
2024-03-12 13:02:23.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (235, '2024-03-12T18:02:23', 'email_encryption')
2024-03-12 13:02:23.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|235: email_encryption migrated
2024-03-12 13:02:23.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020445s
2024-03-12 13:02:24.0|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-03-12 13:02:24.2|Info|CommandExecutor|Starting 2 threads for tasks.
2024-03-12 13:02:24.3|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-03-12 13:02:24.3|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-03-12 13:02:24.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-03-12 13:02:24.8|Error|DownloadClientRemovesCompletedDownloadsCheck|Unknown error occurred in DownloadClientHistoryRetentionCheck HealthCheck
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (transmission:9091)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 298
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 284
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.AuthenticateClient(HttpRequestBuilder requestBuilder, TransmissionSettings settings, Boolean reauthenticate) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 223
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 260
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetSessionVariables(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 146
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetConfig(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 120
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetStatus() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 186
at NzbDrone.Core.HealthCheck.Checks.DownloadClientRemovesCompletedDownloadsCheck.Check() in ./Radarr.Core/HealthCheck/Checks/DownloadClientRemovesCompletedDownloadsCheck.cs:line 42
2024-03-12 13:02:24.9|Error|DownloadClientSortingCheck|Unknown error occurred in DownloadClientSortingCheck HealthCheck
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (transmission:9091)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 298
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 284
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.AuthenticateClient(HttpRequestBuilder requestBuilder, TransmissionSettings settings, Boolean reauthenticate) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 223
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 260
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetSessionVariables(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 146
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetConfig(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 120
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetStatus() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 186
at NzbDrone.Core.HealthCheck.Checks.DownloadClientSortingCheck.Check() in ./Radarr.Core/HealthCheck/Checks/DownloadClientSortingCheck.cs:line 43
2024-03-12 13:07:06.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 13:07:08.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 13:07:08.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 13:07:08.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 13:07:08.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 13:07:08.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 13:07:10.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 13:07:12.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 13:07:12.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 13:07:12.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 13:07:12.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 13:07:12.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 13:23:24.4|Info|RssSyncService|Starting RSS Sync
2024-03-12 13:24:09.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 13:29:09 due to recent failures." />
2024-03-12 13:24:09.3|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:05:00
2024-03-12 13:24:09.3|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-12 13:24:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-12 13:54:24.5|Info|RssSyncService|Starting RSS Sync
2024-03-12 13:54:36.5|Info|DownloadDecisionMaker|Processing 189 releases
2024-03-12 13:54:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 189, Reports grabbed: 0
2024-03-12 14:24:54.7|Info|RssSyncService|Starting RSS Sync
2024-03-12 14:25:05.5|Info|DownloadDecisionMaker|Processing 188 releases
2024-03-12 14:25:05.7|Info|RssSyncService|RSS Sync Completed. Reports found: 188, Reports grabbed: 0
2024-03-12 14:55:24.9|Info|RssSyncService|Starting RSS Sync
2024-03-12 14:55:37.0|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-12 14:55:37.2|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-12 14:59:15.7|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2024-03-12 14:59:15.7|Info|ConsoleApp|Exiting main.
2024-03-12 14:59:59.3|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-03-12 14:59:59.3|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 14:59:59.4|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 14:59:59.6|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 14:59:59.7|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-12 14:59:59.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-12 14:59:59.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-12 14:59:59.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-12 14:59:59.8|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-12 14:59:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0341766s
2024-03-12 14:59:59.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-12 14:59:59.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0356056s
2024-03-12 14:59:59.9|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-12 14:59:59.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-12 14:59:59.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-12 14:59:59.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-12 14:59:59.9|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-12 14:59:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017412s
2024-03-12 14:59:59.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-12 14:59:59.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018431s
2024-03-12 15:00:00.2|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-03-12 15:00:00.3|Info|CommandExecutor|Starting 2 threads for tasks.
2024-03-12 15:00:00.4|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-03-12 15:00:00.4|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-03-12 15:00:00.4|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-03-12 15:26:01.0|Info|RssSyncService|Starting RSS Sync
2024-03-12 15:26:10.7|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-12 15:26:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-12 15:56:31.2|Info|RssSyncService|Starting RSS Sync
2024-03-12 15:57:43.8|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-12 15:57:44.0|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-12 16:28:01.4|Info|RssSyncService|Starting RSS Sync
2024-03-12 16:28:02.3|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 20:28:16 and 03/12/2024 20:59:32 UTC. Search may be required.
2024-03-12 16:28:19.6|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-12 16:28:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-12 16:58:31.7|Info|RssSyncService|Starting RSS Sync
2024-03-12 16:58:37.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 16:59:37 due to recent failures." />
2024-03-12 16:58:37.4|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00
2024-03-12 16:58:40.4|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-12 16:58:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-12 17:29:01.9|Info|RssSyncService|Starting RSS Sync
2024-03-12 17:29:02.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 20:59:32 and 03/12/2024 21:20:00 UTC. Search may be required.
2024-03-12 17:29:14.7|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-12 17:29:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-12 17:59:32.1|Info|RssSyncService|Starting RSS Sync
2024-03-12 17:59:41.1|Info|DownloadDecisionMaker|Processing 186 releases
2024-03-12 17:59:41.3|Info|RssSyncService|RSS Sync Completed. Reports found: 186, Reports grabbed: 0
2024-03-12 18:30:02.3|Info|RssSyncService|Starting RSS Sync
2024-03-12 18:30:03.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 22:39:42 and 03/12/2024 22:59:30 UTC. Search may be required.
2024-03-12 18:30:15.3|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-12 18:30:15.5|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-12 19:00:32.6|Info|RssSyncService|Starting RSS Sync
2024-03-12 19:00:33.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 23:19:33 and 03/12/2024 23:50:23 UTC. Search may be required.
2024-03-12 19:00:56.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/8/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 19:01:56 due to recent failures." />
2024-03-12 19:00:56.1|Warn|Torznab|API Request Limit reached for Isohunt2 (Prowlarr). Disabled for 00:01:00
2024-03-12 19:00:57.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/10/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 19:01:57 due to recent failures." />
2024-03-12 19:00:57.6|Warn|Torznab|API Request Limit reached for kickasstorrents.ws (Prowlarr). Disabled for 00:01:00
2024-03-12 19:02:12.6|Warn|Torznab|TorrentGalaxy (Prowlarr) server is currently unavailable. http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100 Http request timed out
2024-03-12 19:02:12.6|Info|DownloadDecisionMaker|Processing 102 releases
2024-03-12 19:02:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 102, Reports grabbed: 0
2024-03-12 19:07:25.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 19:07:27.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 19:07:27.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 19:07:27.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 19:07:27.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 19:07:27.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 19:07:29.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 19:07:31.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-12 19:07:31.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 19:07:31.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 19:07:31.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 19:07:31.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-12 19:32:32.9|Info|RssSyncService|Starting RSS Sync
2024-03-12 19:33:08.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/2/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/12/2024 19:34:08 due to recent failures." />
2024-03-12 19:33:08.2|Warn|Torznab|API Request Limit reached for Badass Torrents (Prowlarr). Disabled for 00:01:00
2024-03-12 19:33:08.2|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-12 19:33:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-12 20:03:33.1|Info|RssSyncService|Starting RSS Sync
2024-03-12 20:03:47.3|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-12 20:03:47.5|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-12 20:34:03.4|Info|RssSyncService|Starting RSS Sync
2024-03-12 20:34:26.8|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-12 20:34:27.2|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-12 21:04:33.6|Info|RssSyncService|Starting RSS Sync
2024-03-12 21:04:52.3|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-12 21:04:52.5|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-12 21:35:03.9|Info|RssSyncService|Starting RSS Sync
2024-03-12 21:35:03.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-12 21:35:04.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/12/2024 23:53:43 and 03/13/2024 01:56:04 UTC. Search may be required.
2024-03-12 21:35:16.5|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-12 21:35:16.7|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-12 22:05:34.1|Info|RssSyncService|Starting RSS Sync
2024-03-12 22:05:47.3|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-12 22:05:47.5|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-12 22:36:04.4|Info|RssSyncService|Starting RSS Sync
2024-03-12 22:36:21.5|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-12 22:36:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-12 23:06:34.6|Info|RssSyncService|Starting RSS Sync
2024-03-12 23:06:43.1|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-12 23:06:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-12 23:24:02.3|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-03-12 23:24:02.4|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 23:24:02.4|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 23:24:02.8|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 23:24:02.8|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-12 23:24:02.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-12 23:24:03.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-12 23:24:03.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-12 23:24:03.0|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-12 23:24:03.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0506507s
2024-03-12 23:24:03.0|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-12 23:24:03.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0522033s
2024-03-12 23:24:03.1|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-12 23:24:03.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-12 23:24:03.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-12 23:24:03.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-12 23:24:03.1|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-12 23:24:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010998s
2024-03-12 23:24:03.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-12 23:24:03.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012044s
2024-03-12 23:24:03.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-03-12 23:24:03.8|Info|CommandExecutor|Starting 2 threads for tasks.
2024-03-12 23:24:03.9|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-03-12 23:24:03.9|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-03-12 23:24:03.9|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-03-12 23:37:03.2|Info|RssSyncService|Starting RSS Sync
2024-03-12 23:37:15.2|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-12 23:37:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-12 23:37:20.8|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2024-03-12 23:37:20.8|Info|ConsoleApp|Exiting main.
2024-03-12 23:37:25.8|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-03-12 23:37:25.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 23:37:25.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 23:37:26.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-12 23:37:26.2|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-12 23:37:26.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-12 23:37:26.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-12 23:37:26.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-12 23:37:26.4|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-12 23:37:26.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0355754s
2024-03-12 23:37:26.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-12 23:37:26.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0370826s
2024-03-12 23:37:26.5|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-12 23:37:26.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-12 23:37:26.5|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-12 23:37:26.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-12 23:37:26.5|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-12 23:37:26.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019702s
2024-03-12 23:37:26.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-12 23:37:26.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020668s
2024-03-12 23:37:26.8|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-03-12 23:37:27.0|Info|CommandExecutor|Starting 2 threads for tasks.
2024-03-12 23:37:27.0|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-03-12 23:37:27.0|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-03-12 23:37:27.0|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-03-12 23:37:27.5|Error|DownloadClientRemovesCompletedDownloadsCheck|Unknown error occurred in DownloadClientHistoryRetentionCheck HealthCheck
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (transmission:9091)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 298
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 284
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.AuthenticateClient(HttpRequestBuilder requestBuilder, TransmissionSettings settings, Boolean reauthenticate) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 223
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 260
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetSessionVariables(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 146
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetConfig(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 120
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetStatus() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 186
at NzbDrone.Core.HealthCheck.Checks.DownloadClientRemovesCompletedDownloadsCheck.Check() in ./Radarr.Core/HealthCheck/Checks/DownloadClientRemovesCompletedDownloadsCheck.cs:line 42
2024-03-12 23:37:27.6|Error|DownloadClientSortingCheck|Unknown error occurred in DownloadClientSortingCheck HealthCheck
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (transmission:9091)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 298
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 284
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.AuthenticateClient(HttpRequestBuilder requestBuilder, TransmissionSettings settings, Boolean reauthenticate) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 223
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 260
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetSessionVariables(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 146
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetConfig(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 120
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetStatus() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 186
at NzbDrone.Core.HealthCheck.Checks.DownloadClientSortingCheck.Check() in ./Radarr.Core/HealthCheck/Checks/DownloadClientSortingCheck.cs:line 43
2024-03-13 00:07:27.2|Info|RssSyncService|Starting RSS Sync
2024-03-13 00:07:35.8|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-13 00:07:36.4|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-13 08:48:18.8|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-03-13 08:48:18.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-13 08:48:18.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-13 08:48:19.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-13 08:48:19.3|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-13 08:48:19.4|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-13 08:48:19.4|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-13 08:48:19.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-13 08:48:19.5|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-13 08:48:19.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0669156s
2024-03-13 08:48:19.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-13 08:48:19.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0684798s
2024-03-13 08:48:19.6|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-13 08:48:19.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-13 08:48:19.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-13 08:48:19.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-13 08:48:19.6|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-13 08:48:19.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010899s
2024-03-13 08:48:19.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-13 08:48:19.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001193s
2024-03-13 08:48:20.0|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-03-13 08:48:20.2|Info|CommandExecutor|Starting 2 threads for tasks.
2024-03-13 08:48:20.3|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-03-13 08:48:20.3|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-03-13 08:48:20.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-03-13 08:48:49.5|Info|RssSyncService|Starting RSS Sync
2024-03-13 08:48:49.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 298
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 284
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 08:48:50.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 02:15:50 and 03/13/2024 12:17:00 UTC. Search may be required.
2024-03-13 08:48:50.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 08:48:53.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 08:48:53.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 08:48:53.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 08:48:53.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 08:48:53.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 08:48:54.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 08:48:56.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 08:48:56.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 08:48:56.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 08:48:56.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 08:48:56.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 08:49:52.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/13/2024 08:50:52 due to recent failures." />
2024-03-13 08:49:52.8|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-13 08:49:52.8|Info|DownloadDecisionMaker|Processing 135 releases
2024-03-13 08:49:53.3|Info|RssSyncService|RSS Sync Completed. Reports found: 135, Reports grabbed: 0
2024-03-13 09:19:32.1|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2024-03-13 09:19:32.1|Info|ConsoleApp|Exiting main.
2024-03-13 09:19:37.1|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-03-13 09:19:37.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-13 09:19:37.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-13 09:19:37.4|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-13 09:19:37.5|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-13 09:19:37.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-13 09:19:37.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-13 09:19:37.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-13 09:19:37.7|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-13 09:19:37.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0357737s
2024-03-13 09:19:37.7|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-13 09:19:37.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0372027s
2024-03-13 09:19:37.8|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-13 09:19:37.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-13 09:19:37.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-13 09:19:37.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-13 09:19:37.8|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-13 09:19:37.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019925s
2024-03-13 09:19:37.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-13 09:19:37.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020787s
2024-03-13 09:19:38.0|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-03-13 09:19:38.2|Info|CommandExecutor|Starting 2 threads for tasks.
2024-03-13 09:19:38.3|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-03-13 09:19:38.3|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-03-13 09:19:38.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-03-13 09:19:38.7|Error|DownloadClientRemovesCompletedDownloadsCheck|Unknown error occurred in DownloadClientHistoryRetentionCheck HealthCheck
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (transmission:9091)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 298
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 284
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.AuthenticateClient(HttpRequestBuilder requestBuilder, TransmissionSettings settings, Boolean reauthenticate) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 223
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 260
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetSessionVariables(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 146
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetConfig(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 120
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetStatus() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 186
at NzbDrone.Core.HealthCheck.Checks.DownloadClientRemovesCompletedDownloadsCheck.Check() in ./Radarr.Core/HealthCheck/Checks/DownloadClientRemovesCompletedDownloadsCheck.cs:line 42
2024-03-13 09:19:38.8|Error|DownloadClientSortingCheck|Unknown error occurred in DownloadClientSortingCheck HealthCheck
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (transmission:9091)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 298
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 284
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.AuthenticateClient(HttpRequestBuilder requestBuilder, TransmissionSettings settings, Boolean reauthenticate) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 223
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest(String action, Object arguments, TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 260
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetSessionVariables(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 146
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetConfig(TransmissionSettings settings) in ./Radarr.Core/Download/Clients/Transmission/TransmissionProxy.cs:line 120
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetStatus() in ./Radarr.Core/Download/Clients/Transmission/TransmissionBase.cs:line 186
at NzbDrone.Core.HealthCheck.Checks.DownloadClientSortingCheck.Check() in ./Radarr.Core/HealthCheck/Checks/DownloadClientSortingCheck.cs:line 43
2024-03-13 09:20:08.3|Info|RssSyncService|Starting RSS Sync
2024-03-13 09:20:08.5|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 298
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 284
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 98
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 09:20:41.5|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-13 09:20:42.2|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-13 09:51:08.5|Info|RssSyncService|Starting RSS Sync
2024-03-13 09:51:08.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 09:51:22.3|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-13 09:51:22.6|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-13 10:21:38.8|Info|RssSyncService|Starting RSS Sync
2024-03-13 10:21:53.0|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-13 10:21:53.2|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-13 10:52:09.0|Info|RssSyncService|Starting RSS Sync
2024-03-13 10:52:18.2|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-13 10:52:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-13 11:22:39.2|Info|RssSyncService|Starting RSS Sync
2024-03-13 11:23:14.6|Info|DownloadDecisionMaker|Processing 182 releases
2024-03-13 11:23:14.8|Info|RssSyncService|RSS Sync Completed. Reports found: 182, Reports grabbed: 0
2024-03-13 11:23:39.3|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-13 11:23:39.3|Info|HousekeepingService|Running housecleaning tasks
2024-03-13 11:23:39.3|Info|Database|Vacuuming Log database
2024-03-13 11:23:39.3|Info|Database|Log database compressed
2024-03-13 11:23:39.3|Info|Database|Vacuuming Main database
2024-03-13 11:23:39.3|Info|Database|Main database compressed
2024-03-13 11:24:09.5|Info|RefreshMovieService|Updating info for Avatar 3
2024-03-13 11:24:09.8|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-13 11:24:09.8|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-13 11:24:09.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:09.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:09.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:09.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:09.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:09.8|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-13 11:24:09.8|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-13 11:24:09.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:09.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:09.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:09.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:09.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:09.8|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-13 11:24:09.8|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-13 11:24:09.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:09.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:09.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:09.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:09.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:09.8|Info|RefreshMovieService|Updating info for The Batman - Part II
2024-03-13 11:24:09.8|Info|MediaCoverService|Downloading Poster for [Avatar 3 (2025)][tt1757678, 83533] https://image.tmdb.org/t/p/original/2FE8nPhKUrcxZzbc69wNOT2kNhR.jpg
2024-03-13 11:24:09.9|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-13 11:24:09.9|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-13 11:24:09.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:09.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:09.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:09.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:09.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:09.9|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-13 11:24:09.9|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-13 11:24:09.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:09.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:09.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:09.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:09.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:09.9|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-13 11:24:09.9|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-13 11:24:09.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:09.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:09.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:09.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:09.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:09.9|Info|DiskScanService|Scanning disk for Blade
2024-03-13 11:24:09.9|Info|DiskScanService|Completed scanning disk for Blade
2024-03-13 11:24:09.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:09.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:09.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:09.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:09.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:09.9|Info|RefreshMovieService|Updating info for Captain America: Brave New World
2024-03-13 11:24:10.0|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-13 11:24:10.0|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-13 11:24:10.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.0|Info|RefreshMovieService|Updating info for Deadpool & Wolverine
2024-03-13 11:24:10.2|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-13 11:24:10.2|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-13 11:24:10.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.2|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-13 11:24:10.2|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-13 11:24:10.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.2|Info|RefreshMovieService|Updating info for Dune Messiah
2024-03-13 11:24:10.3|Info|DiskScanService|Scanning disk for Dune Messiah
2024-03-13 11:24:10.3|Info|DiskScanService|Completed scanning disk for Dune Messiah
2024-03-13 11:24:10.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.3|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.3|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-13 11:24:10.3|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-13 11:24:10.5|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-13 11:24:10.5|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-13 11:24:10.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.5|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-13 11:24:10.5|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-13 11:24:10.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.5|Info|RefreshMovieService|Updating info for Godzilla x Kong: The New Empire
2024-03-13 11:24:10.6|Info|MediaCoverService|Downloading Fanart for [Dune: Part Two (2024)][tt15239678, 693134] https://image.tmdb.org/t/p/original/8uVKfOJUhmybNsVh089EqLHUYEG.jpg
2024-03-13 11:24:10.7|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-13 11:24:10.7|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-13 11:24:10.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.7|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-13 11:24:10.7|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-13 11:24:10.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.7|Info|RefreshMovieService|Updating info for Kingdom of the Planet of the Apes
2024-03-13 11:24:10.7|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-13 11:24:10.8|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-13 11:24:10.8|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-13 11:24:10.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.8|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-13 11:24:10.8|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-13 11:24:10.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.8|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-13 11:24:10.8|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-13 11:24:10.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.8|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-13 11:24:10.8|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-13 11:24:10.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.8|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-13 11:24:10.8|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-13 11:24:10.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.8|Info|RefreshMovieService|Updating info for Madame Web
2024-03-13 11:24:10.9|Info|DiskScanService|Scanning disk for Madame Web
2024-03-13 11:24:10.9|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-13 11:24:10.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.9|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-13 11:24:10.9|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-13 11:24:10.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.9|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-13 11:24:10.9|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-13 11:24:10.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:10.9|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-13 11:24:10.9|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-13 11:24:10.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:10.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:10.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:10.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:10.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:11.0|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-13 11:24:11.0|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-13 11:24:11.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:11.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:11.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:11.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:11.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:11.0|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-13 11:24:11.0|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-13 11:24:11.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:11.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:11.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:11.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:11.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:11.0|Info|RefreshMovieService|Updating info for Spaceman
2024-03-13 11:24:11.1|Info|DiskScanService|Scanning disk for Spaceman
2024-03-13 11:24:11.1|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-13 11:24:11.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:11.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:11.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:11.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:11.1|Info|RefreshMovieService|Updating info for Thunderbolts
2024-03-13 11:24:11.2|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-13 11:24:11.2|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-13 11:24:11.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:11.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:11.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:11.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:11.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:11.2|Info|RefreshMovieService|Updating info for Venom 3
2024-03-13 11:24:11.2|Info|DiskScanService|Scanning disk for Venom: The Last Dance
2024-03-13 11:24:11.2|Info|DiskScanService|Completed scanning disk for Venom: The Last Dance
2024-03-13 11:24:11.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:11.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:11.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:11.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:11.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:24:11.2|Info|DiskScanService|Scanning disk for Wicked
2024-03-13 11:24:11.2|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-13 11:24:11.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-13 11:24:11.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-13 11:24:11.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-13 11:24:11.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-13 11:24:11.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-13 11:53:39.5|Info|RssSyncService|Starting RSS Sync
2024-03-13 11:53:39.5|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 11:53:39.5|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 11:53:39.5|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 11:53:39.5|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 11:53:39.5|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 11:53:39.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 11:53:39.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 92
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<FetchRecent>b__15_0(IIndexerRequestGenerator g) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 50
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 11:54:43.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/13/2024 11:55:43 due to recent failures." />
2024-03-13 11:54:43.1|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-13 11:54:43.1|Info|DownloadDecisionMaker|Processing 132 releases
2024-03-13 11:54:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 132, Reports grabbed: 0
2024-03-13 12:25:09.7|Info|RssSyncService|Starting RSS Sync
2024-03-13 12:25:15.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/12/2024 14:50:45 and 03/13/2024 16:55:10 UTC. Search may be required.
2024-03-13 12:25:50.9|Info|DownloadDecisionMaker|Processing 215 releases
2024-03-13 12:25:51.2|Info|RssSyncService|RSS Sync Completed. Reports found: 215, Reports grabbed: 0
2024-03-13 12:56:10.0|Info|RssSyncService|Starting RSS Sync
2024-03-13 12:56:12.4|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 14:39:48 and 03/13/2024 17:26:34 UTC. Search may be required.
2024-03-13 12:56:27.4|Info|DownloadDecisionMaker|Processing 213 releases
2024-03-13 12:56:27.6|Info|RssSyncService|RSS Sync Completed. Reports found: 213, Reports grabbed: 0
2024-03-13 13:26:40.2|Info|RssSyncService|Starting RSS Sync
2024-03-13 13:26:41.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 17:37:34 and 03/13/2024 18:08:18 UTC. Search may be required.
2024-03-13 13:26:45.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 17:50:10 and 03/13/2024 17:50:40 UTC. Search may be required.
2024-03-13 13:26:53.2|Info|DownloadDecisionMaker|Processing 208 releases
2024-03-13 13:26:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 208, Reports grabbed: 0
2024-03-13 13:57:10.4|Info|RssSyncService|Starting RSS Sync
2024-03-13 13:57:15.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 18:05:40 and 03/13/2024 18:50:11 UTC. Search may be required.
2024-03-13 13:57:19.6|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-13 13:57:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-13 14:27:40.6|Info|RssSyncService|Starting RSS Sync
2024-03-13 14:27:40.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/13/2024 14:27:45 due to recent failures." />
2024-03-13 14:27:40.7|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:00:05
2024-03-13 14:27:41.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 18:24:09 and 03/13/2024 19:09:21 UTC. Search may be required.
2024-03-13 14:27:46.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 18:50:11 and 03/13/2024 18:50:41 UTC. Search may be required.
2024-03-13 14:27:46.0|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-13 14:27:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-13 14:49:03.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 14:49:05.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 14:49:05.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 14:49:05.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 14:49:05.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 14:49:05.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 14:49:06.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 14:49:08.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 14:49:08.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 14:49:08.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 14:49:08.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 14:49:08.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 14:58:10.9|Info|RssSyncService|Starting RSS Sync
2024-03-13 14:58:16.2|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 18:50:41 and 03/13/2024 18:58:11 UTC. Search may be required.
2024-03-13 14:58:23.9|Info|DownloadDecisionMaker|Processing 194 releases
2024-03-13 14:58:24.1|Info|RssSyncService|RSS Sync Completed. Reports found: 194, Reports grabbed: 0
2024-03-13 15:28:41.1|Info|RssSyncService|Starting RSS Sync
2024-03-13 15:28:47.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 19:55:11 and 03/13/2024 19:55:41 UTC. Search may be required.
2024-03-13 15:28:59.7|Info|DownloadDecisionMaker|Processing 195 releases
2024-03-13 15:28:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 195, Reports grabbed: 0
2024-03-13 15:59:11.4|Info|RssSyncService|Starting RSS Sync
2024-03-13 15:59:12.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 20:09:45 and 03/13/2024 20:14:21 UTC. Search may be required.
2024-03-13 15:59:16.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 20:05:41 and 03/13/2024 20:50:12 UTC. Search may be required.
2024-03-13 15:59:23.5|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-13 15:59:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-13 16:29:41.6|Info|RssSyncService|Starting RSS Sync
2024-03-13 16:29:41.7|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/13/2024 16:30:11 due to recent failures." />
2024-03-13 16:29:41.7|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:00:30
2024-03-13 16:29:42.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 20:14:21 and 03/13/2024 21:15:05 UTC. Search may be required.
2024-03-13 16:29:47.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 20:50:12 and 03/13/2024 20:50:42 UTC. Search may be required.
2024-03-13 16:29:47.0|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-13 16:29:47.1|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-13 17:00:11.9|Info|RssSyncService|Starting RSS Sync
2024-03-13 17:00:11.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/13/2024 17:01:07 due to recent failures." />
2024-03-13 17:00:11.9|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:00:55
2024-03-13 17:00:17.3|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-13 17:00:17.4|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-13 17:30:42.2|Info|RssSyncService|Starting RSS Sync
2024-03-13 17:30:43.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 21:13:26 and 03/13/2024 22:15:48 UTC. Search may be required.
2024-03-13 17:30:58.9|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-13 17:30:59.1|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-13 18:01:12.5|Info|RssSyncService|Starting RSS Sync
2024-03-13 18:01:17.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 21:05:12 and 03/13/2024 22:50:13 UTC. Search may be required.
2024-03-13 18:01:22.3|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-13 18:01:22.5|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-13 18:31:42.7|Info|RssSyncService|Starting RSS Sync
2024-03-13 18:31:43.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 22:15:48 and 03/13/2024 22:44:30 UTC. Search may be required.
2024-03-13 18:31:48.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 22:50:13 and 03/13/2024 22:50:43 UTC. Search may be required.
2024-03-13 18:31:54.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/13/2024 18:32:54 due to recent failures." />
2024-03-13 18:31:54.6|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-13 18:31:54.6|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-13 18:31:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-13 19:02:13.0|Info|RssSyncService|Starting RSS Sync
2024-03-13 19:02:23.6|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/13/2024 19:03:23 due to recent failures." />
2024-03-13 19:02:23.6|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-13 19:02:23.6|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-13 19:02:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-13 19:32:43.3|Info|RssSyncService|Starting RSS Sync
2024-03-13 19:32:44.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 22:44:30 and 03/13/2024 23:35:12 UTC. Search may be required.
2024-03-13 19:32:51.6|Info|DownloadDecisionMaker|Processing 186 releases
2024-03-13 19:32:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 186, Reports grabbed: 0
2024-03-13 20:03:13.6|Info|RssSyncService|Starting RSS Sync
2024-03-13 20:03:14.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/13/2024 23:35:12 and 03/14/2024 00:29:35 UTC. Search may be required.
2024-03-13 20:03:19.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/13/2024 23:50:44 and 03/14/2024 00:03:14 UTC. Search may be required.
2024-03-13 20:03:33.4|Info|DownloadDecisionMaker|Processing 189 releases
2024-03-13 20:03:33.6|Info|RssSyncService|RSS Sync Completed. Reports found: 189, Reports grabbed: 0
2024-03-13 20:33:43.8|Info|RssSyncService|Starting RSS Sync
2024-03-13 20:33:56.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/13/2024 20:34:56 due to recent failures." />
2024-03-13 20:33:56.0|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-13 20:33:56.0|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-13 20:33:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-13 20:49:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 20:49:36.0|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 20:49:36.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 20:49:36.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 20:49:36.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 20:49:36.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 20:49:37.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 20:49:39.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-13 20:49:39.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 20:49:39.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 20:49:39.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 20:49:39.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-13 21:04:14.0|Info|RssSyncService|Starting RSS Sync
2024-03-13 21:04:27.4|Info|DownloadDecisionMaker|Processing 197 releases
2024-03-13 21:04:27.6|Info|RssSyncService|RSS Sync Completed. Reports found: 197, Reports grabbed: 0
2024-03-13 21:34:44.3|Info|RssSyncService|Starting RSS Sync
2024-03-13 21:34:53.3|Info|DownloadDecisionMaker|Processing 191 releases
2024-03-13 21:34:53.5|Info|RssSyncService|RSS Sync Completed. Reports found: 191, Reports grabbed: 0
2024-03-13 22:05:14.6|Info|RssSyncService|Starting RSS Sync
2024-03-13 22:05:14.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-13 22:05:19.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 01:50:44 and 03/14/2024 02:50:15 UTC. Search may be required.
2024-03-13 22:05:27.2|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-13 22:05:27.4|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-13 22:35:45.0|Info|RssSyncService|Starting RSS Sync
2024-03-13 22:35:50.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 02:50:15 and 03/14/2024 02:50:45 UTC. Search may be required.
2024-03-13 22:35:59.0|Info|DownloadDecisionMaker|Processing 183 releases
2024-03-13 22:35:59.2|Info|RssSyncService|RSS Sync Completed. Reports found: 183, Reports grabbed: 0
2024-03-13 23:06:15.2|Info|RssSyncService|Starting RSS Sync
2024-03-13 23:06:20.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 02:50:45 and 03/14/2024 03:06:16 UTC. Search may be required.
2024-03-13 23:06:32.3|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-13 23:06:32.5|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-13 23:36:45.5|Info|RssSyncService|Starting RSS Sync
2024-03-13 23:36:50.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 03:50:16 and 03/14/2024 03:50:48 UTC. Search may be required.
2024-03-13 23:36:54.0|Info|DownloadDecisionMaker|Processing 184 releases
2024-03-13 23:36:54.2|Info|RssSyncService|RSS Sync Completed. Reports found: 184, Reports grabbed: 0
2024-03-14 00:07:15.8|Info|RssSyncService|Starting RSS Sync
2024-03-14 00:07:16.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 01:38:31 and 03/14/2024 04:50:37 UTC. Search may be required.
2024-03-14 00:07:20.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 00:08:20 due to recent failures." />
2024-03-14 00:07:20.9|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-14 00:07:21.1|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-14 00:07:21.3|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-14 00:37:46.1|Info|RssSyncService|Starting RSS Sync
2024-03-14 00:37:51.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 03:50:48 and 03/14/2024 05:20:46 UTC. Search may be required.
2024-03-14 00:37:51.5|Info|DownloadDecisionMaker|Processing 188 releases
2024-03-14 00:37:51.7|Info|RssSyncService|RSS Sync Completed. Reports found: 188, Reports grabbed: 0
2024-03-14 01:08:16.4|Info|RssSyncService|Starting RSS Sync
2024-03-14 01:08:17.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 05:14:44 and 03/14/2024 05:28:00 UTC. Search may be required.
2024-03-14 01:08:27.5|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-14 01:08:27.7|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-14 01:38:46.7|Info|RssSyncService|Starting RSS Sync
2024-03-14 01:38:47.3|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 05:44:22 and 03/14/2024 05:51:12 UTC. Search may be required.
2024-03-14 01:38:52.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 05:20:17 and 03/14/2024 05:38:47 UTC. Search may be required.
2024-03-14 01:38:56.0|Info|DownloadDecisionMaker|Processing 186 releases
2024-03-14 01:38:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 186, Reports grabbed: 0
2024-03-14 02:09:16.9|Info|RssSyncService|Starting RSS Sync
2024-03-14 02:09:17.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 06:34:21 and 03/14/2024 06:42:12 UTC. Search may be required.
2024-03-14 02:09:22.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 05:38:47 and 03/14/2024 06:09:17 UTC. Search may be required.
2024-03-14 02:09:26.7|Info|DownloadDecisionMaker|Processing 185 releases
2024-03-14 02:09:26.9|Info|RssSyncService|RSS Sync Completed. Reports found: 185, Reports grabbed: 0
2024-03-14 02:39:47.2|Info|RssSyncService|Starting RSS Sync
2024-03-14 02:39:59.5|Info|DownloadDecisionMaker|Processing 186 releases
2024-03-14 02:39:59.7|Info|RssSyncService|RSS Sync Completed. Reports found: 186, Reports grabbed: 0
2024-03-14 02:50:05.6|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 02:50:07.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 02:50:07.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 02:50:07.4|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 02:50:07.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 02:50:07.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 02:50:09.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 02:50:11.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 02:50:11.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 02:50:11.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 02:50:11.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 02:50:11.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 03:10:17.5|Info|RssSyncService|Starting RSS Sync
2024-03-14 03:10:18.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 06:42:12 and 03/14/2024 07:49:41 UTC. Search may be required.
2024-03-14 03:10:28.5|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-14 03:10:28.7|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-14 03:40:47.7|Info|RssSyncService|Starting RSS Sync
2024-03-14 03:40:48.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 08:05:54 and 03/14/2024 08:29:53 UTC. Search may be required.
2024-03-14 03:41:05.8|Info|DownloadDecisionMaker|Processing 187 releases
2024-03-14 03:41:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 187, Reports grabbed: 0
2024-03-14 04:11:17.9|Info|RssSyncService|Starting RSS Sync
2024-03-14 04:11:31.0|Info|DownloadDecisionMaker|Processing 198 releases
2024-03-14 04:11:31.2|Info|RssSyncService|RSS Sync Completed. Reports found: 198, Reports grabbed: 0
2024-03-14 04:41:48.2|Info|RssSyncService|Starting RSS Sync
2024-03-14 04:41:48.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 08:29:53 and 03/14/2024 09:23:21 UTC. Search may be required.
2024-03-14 04:42:02.3|Info|DownloadDecisionMaker|Processing 199 releases
2024-03-14 04:42:02.5|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0
2024-03-14 05:12:18.5|Info|RssSyncService|Starting RSS Sync
2024-03-14 05:12:27.6|Info|DownloadDecisionMaker|Processing 201 releases
2024-03-14 05:12:27.8|Info|RssSyncService|RSS Sync Completed. Reports found: 201, Reports grabbed: 0
2024-03-14 05:42:48.7|Info|RssSyncService|Starting RSS Sync
2024-03-14 05:42:57.3|Info|DownloadDecisionMaker|Processing 200 releases
2024-03-14 05:42:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0
2024-03-14 06:13:19.0|Info|RssSyncService|Starting RSS Sync
2024-03-14 06:13:19.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 09:23:21 and 03/14/2024 10:53:37 UTC. Search may be required.
2024-03-14 06:13:30.8|Info|DownloadDecisionMaker|Processing 211 releases
2024-03-14 06:13:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 211, Reports grabbed: 0
2024-03-14 06:43:49.2|Info|RssSyncService|Starting RSS Sync
2024-03-14 06:43:50.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 10:53:37 and 03/14/2024 11:36:07 UTC. Search may be required.
2024-03-14 06:44:06.5|Info|DownloadDecisionMaker|Processing 199 releases
2024-03-14 06:44:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0
2024-03-14 07:14:19.5|Info|RssSyncService|Starting RSS Sync
2024-03-14 07:14:20.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 11:36:07 and 03/14/2024 12:00:50 UTC. Search may be required.
2024-03-14 07:14:24.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 11:05:49 and 03/14/2024 11:14:20 UTC. Search may be required.
2024-03-14 07:14:38.6|Info|DownloadDecisionMaker|Processing 199 releases
2024-03-14 07:14:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 199, Reports grabbed: 0
2024-03-14 07:44:49.7|Info|RssSyncService|Starting RSS Sync
2024-03-14 07:45:04.5|Info|DownloadDecisionMaker|Processing 193 releases
2024-03-14 07:45:04.7|Info|RssSyncService|RSS Sync Completed. Reports found: 193, Reports grabbed: 0
2024-03-14 08:15:20.0|Info|RssSyncService|Starting RSS Sync
2024-03-14 08:15:20.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 12:00:50 and 03/14/2024 13:03:11 UTC. Search may be required.
2024-03-14 08:15:25.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 11:50:50 and 03/14/2024 12:15:20 UTC. Search may be required.
2024-03-14 08:16:26.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 08:17:26 due to recent failures." />
2024-03-14 08:16:26.5|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-14 08:16:26.5|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-14 08:16:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-14 08:46:50.2|Info|RssSyncService|Starting RSS Sync
2024-03-14 08:46:51.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 13:03:11 and 03/14/2024 13:26:18 UTC. Search may be required.
2024-03-14 08:46:59.9|Info|DownloadDecisionMaker|Processing 193 releases
2024-03-14 08:47:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 193, Reports grabbed: 0
2024-03-14 08:50:36.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 08:50:38.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 08:50:38.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 08:50:38.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 08:50:38.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 08:50:38.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 08:50:40.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 08:50:42.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 08:50:42.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 08:50:42.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 08:50:42.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 08:50:42.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 09:17:20.4|Info|RssSyncService|Starting RSS Sync
2024-03-14 09:17:21.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 13:31:18 and 03/14/2024 13:37:08 UTC. Search may be required.
2024-03-14 09:17:25.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 13:10:50 and 03/14/2024 13:17:21 UTC. Search may be required.
2024-03-14 09:18:29.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 09:19:29 due to recent failures." />
2024-03-14 09:18:29.8|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-14 09:18:29.8|Info|DownloadDecisionMaker|Processing 153 releases
2024-03-14 09:18:29.9|Info|RssSyncService|RSS Sync Completed. Reports found: 153, Reports grabbed: 0
2024-03-14 09:48:50.6|Info|RssSyncService|Starting RSS Sync
2024-03-14 09:49:05.3|Info|DownloadDecisionMaker|Processing 206 releases
2024-03-14 09:49:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 206, Reports grabbed: 0
2024-03-14 10:19:20.9|Info|RssSyncService|Starting RSS Sync
2024-03-14 10:19:20.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-14 10:19:51.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 10:20:51 due to recent failures." />
2024-03-14 10:19:51.5|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:01:00
2024-03-14 10:19:51.5|Info|DownloadDecisionMaker|Processing 166 releases
2024-03-14 10:19:51.7|Info|RssSyncService|RSS Sync Completed. Reports found: 166, Reports grabbed: 0
2024-03-14 10:50:21.1|Info|RssSyncService|Starting RSS Sync
2024-03-14 10:50:22.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 13:37:08 and 03/14/2024 15:45:58 UTC. Search may be required.
2024-03-14 10:50:37.3|Info|DownloadDecisionMaker|Processing 211 releases
2024-03-14 10:50:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 211, Reports grabbed: 0
2024-03-14 11:09:21.3|Info|BackupService|Starting Backup
2024-03-14 11:20:51.4|Info|RssSyncService|Starting RSS Sync
2024-03-14 11:20:52.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 15:45:58 and 03/14/2024 15:49:31 UTC. Search may be required.
2024-03-14 11:21:06.3|Info|DownloadDecisionMaker|Processing 228 releases
2024-03-14 11:21:06.6|Info|RssSyncService|RSS Sync Completed. Reports found: 228, Reports grabbed: 0
2024-03-14 11:23:51.4|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2024-03-14 11:23:51.4|Info|HousekeepingService|Running housecleaning tasks
2024-03-14 11:23:51.5|Info|Database|Vacuuming Log database
2024-03-14 11:23:51.5|Info|Database|Log database compressed
2024-03-14 11:23:51.5|Info|Database|Vacuuming Main database
2024-03-14 11:23:51.5|Info|Database|Main database compressed
2024-03-14 11:24:21.7|Info|RefreshMovieService|Updating info for Avatar 3
2024-03-14 11:24:21.8|Info|DiskScanService|Scanning disk for Avatar 3
2024-03-14 11:24:21.8|Info|DiskScanService|Completed scanning disk for Avatar 3
2024-03-14 11:24:21.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:21.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:21.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:21.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:21.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:21.8|Info|DiskScanService|Scanning disk for Avengers 5
2024-03-14 11:24:21.8|Info|DiskScanService|Completed scanning disk for Avengers 5
2024-03-14 11:24:21.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:21.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:21.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:21.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:21.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:21.8|Info|DiskScanService|Scanning disk for Avengers: Secret Wars
2024-03-14 11:24:21.8|Info|DiskScanService|Completed scanning disk for Avengers: Secret Wars
2024-03-14 11:24:21.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:21.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:21.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:21.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:21.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:21.8|Info|RefreshMovieService|Updating info for The Batman - Part II
2024-03-14 11:24:21.9|Info|DiskScanService|Scanning disk for The Batman - Part II
2024-03-14 11:24:21.9|Info|DiskScanService|Completed scanning disk for The Batman - Part II
2024-03-14 11:24:21.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:21.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:21.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:21.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:21.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:21.9|Info|RefreshMovieService|Updating info for Beetlejuice Beetlejuice
2024-03-14 11:24:22.0|Info|DiskScanService|Scanning disk for Beetlejuice Beetlejuice
2024-03-14 11:24:22.0|Info|DiskScanService|Completed scanning disk for Beetlejuice Beetlejuice
2024-03-14 11:24:22.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.0|Info|DiskScanService|Scanning disk for Beverly Hills Cop: Axel F
2024-03-14 11:24:22.0|Info|DiskScanService|Completed scanning disk for Beverly Hills Cop: Axel F
2024-03-14 11:24:22.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.0|Info|DiskScanService|Scanning disk for Blade
2024-03-14 11:24:22.0|Info|DiskScanService|Completed scanning disk for Blade
2024-03-14 11:24:22.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.0|Info|DiskScanService|Scanning disk for Captain America: Brave New World
2024-03-14 11:24:22.0|Info|DiskScanService|Completed scanning disk for Captain America: Brave New World
2024-03-14 11:24:22.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.0|Info|RefreshMovieService|Updating info for Deadpool & Wolverine
2024-03-14 11:24:22.1|Info|DiskScanService|Scanning disk for Deadpool & Wolverine
2024-03-14 11:24:22.1|Info|DiskScanService|Completed scanning disk for Deadpool & Wolverine
2024-03-14 11:24:22.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.1|Info|DiskScanService|Scanning disk for Despicable Me 4
2024-03-14 11:24:22.1|Info|DiskScanService|Completed scanning disk for Despicable Me 4
2024-03-14 11:24:22.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.1|Info|DiskScanService|Scanning disk for Dune Messiah
2024-03-14 11:24:22.1|Info|DiskScanService|Completed scanning disk for Dune Messiah
2024-03-14 11:24:22.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.1|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.1|Info|MediaCoverService|Downloading Poster for [Deadpool & Wolverine (2024)][tt6263850, 533535] https://image.tmdb.org/t/p/original/glNUMhIWC11qxmdC3fpKljKF1ks.jpg
2024-03-14 11:24:22.1|Info|RefreshMovieService|Updating info for Dune: Part Two
2024-03-14 11:24:22.2|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-14 11:24:22.5|Info|DiskScanService|Scanning disk for Dune: Part Two
2024-03-14 11:24:22.5|Info|DiskScanService|Completed scanning disk for Dune: Part Two
2024-03-14 11:24:22.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.5|Info|DiskScanService|Scanning disk for Fast X: Part 2
2024-03-14 11:24:22.5|Info|DiskScanService|Completed scanning disk for Fast X: Part 2
2024-03-14 11:24:22.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.5|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.5|Info|RefreshMovieService|Updating info for Godzilla x Kong: The New Empire
2024-03-14 11:24:22.7|Info|DiskScanService|Scanning disk for Godzilla x Kong: The New Empire
2024-03-14 11:24:22.7|Info|DiskScanService|Completed scanning disk for Godzilla x Kong: The New Empire
2024-03-14 11:24:22.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.7|Info|DiskScanService|Scanning disk for Joker: Folie à Deux
2024-03-14 11:24:22.7|Info|DiskScanService|Completed scanning disk for Joker: Folie à Deux
2024-03-14 11:24:22.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.7|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.7|Info|RefreshMovieService|Updating info for Kingdom of the Planet of the Apes
2024-03-14 11:24:22.8|Info|DiskScanService|Scanning disk for Kingdom of the Planet of the Apes
2024-03-14 11:24:22.8|Info|DiskScanService|Completed scanning disk for Kingdom of the Planet of the Apes
2024-03-14 11:24:22.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.8|Info|DiskScanService|Scanning disk for Kraven the Hunter
2024-03-14 11:24:22.8|Info|DiskScanService|Completed scanning disk for Kraven the Hunter
2024-03-14 11:24:22.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.8|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.8|Info|DiskScanService|Scanning disk for Legally Blonde 3
2024-03-14 11:24:22.8|Info|DiskScanService|Completed scanning disk for Legally Blonde 3
2024-03-14 11:24:22.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for Legend of the White Dragon
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for Legend of the White Dragon
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for The Lord of the Rings: The War of the Rohirrim
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for Madame Web
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for Madame Web
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for Mission: Impossible 8
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for Mission: Impossible 8
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for A Quiet Place: Day One
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for A Quiet Place: Day One
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for Rebel Moon - Part Two: The Scargiver
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for Rickover: The Birth of Nuclear Power
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for Rickover: The Birth of Nuclear Power
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for Sonic the Hedgehog 3
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for Sonic the Hedgehog 3
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for Spaceman
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for Spaceman
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|DiskScanService|Scanning disk for Thunderbolts
2024-03-14 11:24:22.9|Info|DiskScanService|Completed scanning disk for Thunderbolts
2024-03-14 11:24:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:22.9|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:22.9|Info|RefreshMovieService|Updating info for Venom: The Last Dance
2024-03-14 11:24:23.0|Info|DiskScanService|Scanning disk for Venom: The Last Dance
2024-03-14 11:24:23.0|Info|DiskScanService|Completed scanning disk for Venom: The Last Dance
2024-03-14 11:24:23.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:23.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:23.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:23.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:23.0|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:24:23.0|Info|RefreshMovieService|Updating info for Wicked
2024-03-14 11:24:23.0|Info|MediaCoverService|Downloading Poster for [Venom: The Last Dance (2024)][tt16366836, 912649] https://image.tmdb.org/t/p/original/nEUSyWpZUOXLpDZp6K4uqQQPQUR.jpg
2024-03-14 11:24:23.2|Info|DiskScanService|Scanning disk for Wicked
2024-03-14 11:24:23.2|Info|DiskScanService|Completed scanning disk for Wicked
2024-03-14 11:24:23.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-03-14 11:24:23.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2024-03-14 11:24:23.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-03-14 11:24:23.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
2024-03-14 11:24:23.2|Info|MetadataService|Movie folder does not exist, skipping metadata image creation
2024-03-14 11:24:23.2|Info|MetadataService|Movie folder does not exist, skipping metadata creation
2024-03-14 11:51:21.7|Info|RssSyncService|Starting RSS Sync
2024-03-14 11:51:49.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 12:06:49 due to recent failures." />
2024-03-14 11:51:49.9|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:15:00
2024-03-14 11:51:49.9|Info|DownloadDecisionMaker|Processing 154 releases
2024-03-14 11:51:50.1|Info|RssSyncService|RSS Sync Completed. Reports found: 154, Reports grabbed: 0
2024-03-14 12:21:51.9|Info|RssSyncService|Starting RSS Sync
2024-03-14 12:21:51.9|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-14 12:21:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-14 12:21:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-14 12:21:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-14 12:21:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.<>c__DisplayClass4_0.<GetCapabilities>b__0() in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 35
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-14 12:21:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 58
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-14 12:21:52.0|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-14 12:21:52.0|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 12:44:32 due to recent failures." />
2024-03-14 12:21:52.0|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:22:40
2024-03-14 12:21:52.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 16:20:56 and 03/14/2024 17:12:00 UTC. Search may be required.
2024-03-14 12:21:57.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 16:15:22 and 03/14/2024 16:21:52 UTC. Search may be required.
2024-03-14 12:21:57.3|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-14 12:21:57.5|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-14 12:52:22.1|Info|RssSyncService|Starting RSS Sync
2024-03-14 12:52:22.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 17:12:00 and 03/14/2024 17:41:16 UTC. Search may be required.
2024-03-14 12:52:27.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 16:21:52 and 03/14/2024 17:25:22 UTC. Search may be required.
2024-03-14 12:52:33.7|Info|DownloadDecisionMaker|Processing 190 releases
2024-03-14 12:52:33.9|Info|RssSyncService|RSS Sync Completed. Reports found: 190, Reports grabbed: 0
2024-03-14 13:22:52.4|Info|RssSyncService|Starting RSS Sync
2024-03-14 13:22:53.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 17:41:16 and 03/14/2024 17:57:37 UTC. Search may be required.
2024-03-14 13:23:48.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 13:38:48 due to recent failures." />
2024-03-14 13:23:48.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:15:00
2024-03-14 13:23:48.2|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-14 13:23:48.3|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-14 13:53:52.6|Info|RssSyncService|Starting RSS Sync
2024-03-14 13:53:53.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 18:03:37 and 03/14/2024 18:05:50 UTC. Search may be required.
2024-03-14 13:53:58.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 18:15:53 and 03/14/2024 18:15:53 UTC. Search may be required.
2024-03-14 13:54:23.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 14:24:23 due to recent failures." />
2024-03-14 13:54:23.3|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 00:30:00
2024-03-14 13:54:23.3|Info|DownloadDecisionMaker|Processing 149 releases
2024-03-14 13:54:23.5|Info|RssSyncService|RSS Sync Completed. Reports found: 149, Reports grabbed: 0
2024-03-14 14:24:52.9|Info|RssSyncService|Starting RSS Sync
2024-03-14 14:24:53.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 18:12:50 and 03/14/2024 18:55:56 UTC. Search may be required.
2024-03-14 14:24:58.2|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-14 14:24:58.4|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-14 14:51:08.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 14:51:10.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 14:51:10.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 14:51:10.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 14:51:10.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 14:51:10.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 14:51:11.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 14:51:13.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 14:51:13.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 14:51:13.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 14:51:13.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 14:51:13.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 14:55:23.1|Info|RssSyncService|Starting RSS Sync
2024-03-14 14:55:23.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 18:55:56 and 03/14/2024 19:26:36 UTC. Search may be required.
2024-03-14 14:55:28.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 18:50:53 and 03/14/2024 19:30:23 UTC. Search may be required.
2024-03-14 14:55:41.3|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 15:55:41 due to recent failures." />
2024-03-14 14:55:41.3|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 01:00:00
2024-03-14 14:55:41.3|Info|DownloadDecisionMaker|Processing 148 releases
2024-03-14 14:55:41.4|Info|RssSyncService|RSS Sync Completed. Reports found: 148, Reports grabbed: 0
2024-03-14 15:25:53.4|Info|RssSyncService|Starting RSS Sync
2024-03-14 15:25:53.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 19:26:36 and 03/14/2024 20:02:28 UTC. Search may be required.
2024-03-14 15:25:58.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 19:50:23 and 03/14/2024 19:50:53 UTC. Search may be required.
2024-03-14 15:25:58.7|Info|DownloadDecisionMaker|Processing 135 releases
2024-03-14 15:25:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 135, Reports grabbed: 0
2024-03-14 15:56:23.7|Info|RssSyncService|Starting RSS Sync
2024-03-14 15:56:24.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 20:05:28 and 03/14/2024 20:30:08 UTC. Search may be required.
2024-03-14 15:56:30.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 19:50:53 and 03/14/2024 20:50:24 UTC. Search may be required.
2024-03-14 15:56:30.1|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-14 15:56:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-14 16:26:53.8|Info|RssSyncService|Starting RSS Sync
2024-03-14 16:26:59.2|Info|DownloadDecisionMaker|Processing 155 releases
2024-03-14 16:26:59.4|Info|RssSyncService|RSS Sync Completed. Reports found: 155, Reports grabbed: 0
2024-03-14 16:57:24.0|Info|RssSyncService|Starting RSS Sync
2024-03-14 16:57:24.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 21:13:17 and 03/14/2024 21:13:26 UTC. Search may be required.
2024-03-14 16:57:29.4|Info|DownloadDecisionMaker|Processing 157 releases
2024-03-14 16:57:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 157, Reports grabbed: 0
2024-03-14 17:27:54.2|Info|RssSyncService|Starting RSS Sync
2024-03-14 17:27:59.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 21:05:24 and 03/14/2024 22:05:54 UTC. Search may be required.
2024-03-14 17:27:59.8|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-14 17:27:59.9|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-14 17:58:24.5|Info|RssSyncService|Starting RSS Sync
2024-03-14 17:58:28.9|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/14/2024 20:58:28 due to recent failures." />
2024-03-14 17:58:28.9|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 03:00:00
2024-03-14 17:58:29.8|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-14 17:58:30.0|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-14 18:28:54.8|Info|RssSyncService|Starting RSS Sync
2024-03-14 18:28:55.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 21:56:13 and 03/14/2024 22:57:24 UTC. Search may be required.
2024-03-14 18:29:00.2|Info|DownloadDecisionMaker|Processing 133 releases
2024-03-14 18:29:00.3|Info|RssSyncService|RSS Sync Completed. Reports found: 133, Reports grabbed: 0
2024-03-14 18:59:25.0|Info|RssSyncService|Starting RSS Sync
2024-03-14 18:59:25.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 22:57:24 and 03/14/2024 23:02:52 UTC. Search may be required.
2024-03-14 18:59:30.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 22:05:24 and 03/14/2024 23:50:25 UTC. Search may be required.
2024-03-14 18:59:30.4|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-14 18:59:30.7|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-14 19:29:55.3|Info|RssSyncService|Starting RSS Sync
2024-03-14 19:30:00.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 23:50:25 and 03/14/2024 23:50:55 UTC. Search may be required.
2024-03-14 19:30:00.6|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-14 19:30:00.8|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-14 20:00:25.5|Info|RssSyncService|Starting RSS Sync
2024-03-14 20:00:30.8|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/14/2024 23:50:55 and 03/15/2024 00:50:26 UTC. Search may be required.
2024-03-14 20:00:30.8|Info|DownloadDecisionMaker|Processing 134 releases
2024-03-14 20:00:30.9|Info|RssSyncService|RSS Sync Completed. Reports found: 134, Reports grabbed: 0
2024-03-14 20:30:55.7|Info|RssSyncService|Starting RSS Sync
2024-03-14 20:30:56.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/14/2024 23:02:52 and 03/15/2024 01:17:33 UTC. Search may be required.
2024-03-14 20:31:01.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 00:50:26 and 03/15/2024 00:50:56 UTC. Search may be required.
2024-03-14 20:31:01.0|Info|DownloadDecisionMaker|Processing 139 releases
2024-03-14 20:31:01.2|Info|RssSyncService|RSS Sync Completed. Reports found: 139, Reports grabbed: 0
2024-03-14 20:51:39.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 20:51:41.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 20:51:41.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 20:51:41.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 20:51:41.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 20:51:41.5|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 20:51:43.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 20:51:45.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-14 20:51:45.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 20:51:45.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 20:51:45.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 20:51:45.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-14 21:01:26.0|Info|RssSyncService|Starting RSS Sync
2024-03-14 21:01:31.3|Info|DownloadDecisionMaker|Processing 141 releases
2024-03-14 21:01:31.5|Info|RssSyncService|RSS Sync Completed. Reports found: 141, Reports grabbed: 0
2024-03-14 21:31:56.2|Info|RssSyncService|Starting RSS Sync
2024-03-14 21:31:57.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 01:07:56 and 03/15/2024 02:02:09 UTC. Search may be required.
2024-03-14 21:32:01.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 01:50:26 and 03/15/2024 01:50:56 UTC. Search may be required.
2024-03-14 21:32:01.6|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-14 21:32:01.7|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-14 22:02:26.3|Info|RssSyncService|Starting RSS Sync
2024-03-14 22:02:31.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 01:50:56 and 03/15/2024 02:50:26 UTC. Search may be required.
2024-03-14 22:02:31.7|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-14 22:02:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-14 22:32:56.5|Info|RssSyncService|Starting RSS Sync
2024-03-14 22:32:56.6|Error|Torznab|An error occurred while processing indexer feed.
[v5.3.6.8612] System.Net.Http.HttpRequestException: Connection refused (192.168.1.127:9696)
---> System.Net.Sockets.SocketException (111): Connection refused
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.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 309
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
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 ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 327
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 91
at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Radarr.Common/Cache/Cached.cs:line 99
at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities(NewznabSettings indexerSettings) in ./Radarr.Core/Indexers/Newznab/NewznabCapabilitiesProvider.cs:line 37
at NzbDrone.Core.Indexers.Newznab.NewznabRequestGenerator.GetRecentRequests() in ./Radarr.Core/Indexers/Newznab/NewznabRequestGenerator.cs:line 90
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Radarr.Core/Indexers/HttpIndexerBase.cs:line 110
2024-03-14 22:32:57.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 02:48:35 and 03/15/2024 02:50:22 UTC. Search may be required.
2024-03-14 22:33:01.9|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 02:50:26 and 03/15/2024 02:50:57 UTC. Search may be required.
2024-03-14 22:33:01.9|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-14 22:33:02.0|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-14 23:03:26.8|Info|RssSyncService|Starting RSS Sync
2024-03-14 23:03:27.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 02:50:22 and 03/15/2024 03:32:46 UTC. Search may be required.
2024-03-14 23:03:32.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 02:50:57 and 03/15/2024 03:50:27 UTC. Search may be required.
2024-03-14 23:03:32.1|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-14 23:03:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-14 23:33:57.1|Info|RssSyncService|Starting RSS Sync
2024-03-14 23:33:57.9|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 03:36:45 and 03/15/2024 04:04:56 UTC. Search may be required.
2024-03-14 23:34:02.4|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 03:50:27 and 03/15/2024 03:50:57 UTC. Search may be required.
2024-03-14 23:34:02.4|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-14 23:34:02.6|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-15 00:04:27.3|Info|RssSyncService|Starting RSS Sync
2024-03-15 00:04:28.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 04:06:56 and 03/15/2024 04:54:42 UTC. Search may be required.
2024-03-15 00:04:32.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [GET] http://prowlarr.tornet:9696/19/api?t=movie&cat=2000,2045,2010,2020,2040,2030&extended=1&apikey=(removed)&offset=0&limit=100: 429.TooManyRequests (142 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<error code="429" description="Indexer is disabled till 03/15/2024 06:04:32 due to recent failures." />
2024-03-15 00:04:32.2|Warn|Torznab|API Request Limit reached for TorrentGalaxy (Prowlarr). Disabled for 06:00:00
2024-03-15 00:04:32.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 03:50:57 and 03/15/2024 04:04:27 UTC. Search may be required.
2024-03-15 00:04:33.2|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-15 00:04:33.4|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-15 00:34:57.5|Info|RssSyncService|Starting RSS Sync
2024-03-15 00:34:58.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 04:54:42 and 03/15/2024 05:17:02 UTC. Search may be required.
2024-03-15 00:35:03.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 04:50:27 and 03/15/2024 04:50:58 UTC. Search may be required.
2024-03-15 00:35:03.5|Info|DownloadDecisionMaker|Processing 135 releases
2024-03-15 00:35:03.8|Info|RssSyncService|RSS Sync Completed. Reports found: 135, Reports grabbed: 0
2024-03-15 01:05:27.7|Info|RssSyncService|Starting RSS Sync
2024-03-15 01:05:33.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 04:50:58 and 03/15/2024 05:50:29 UTC. Search may be required.
2024-03-15 01:05:33.0|Info|DownloadDecisionMaker|Processing 136 releases
2024-03-15 01:05:33.2|Info|RssSyncService|RSS Sync Completed. Reports found: 136, Reports grabbed: 0
2024-03-15 01:35:58.0|Info|RssSyncService|Starting RSS Sync
2024-03-15 01:35:58.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 05:24:52 and 03/15/2024 06:24:40 UTC. Search may be required.
2024-03-15 01:36:03.3|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 05:50:29 and 03/15/2024 05:50:58 UTC. Search may be required.
2024-03-15 01:36:03.3|Info|DownloadDecisionMaker|Processing 138 releases
2024-03-15 01:36:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 138, Reports grabbed: 0
2024-03-15 02:06:28.3|Info|RssSyncService|Starting RSS Sync
2024-03-15 02:06:29.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 06:24:40 and 03/15/2024 06:44:54 UTC. Search may be required.
2024-03-15 02:06:33.6|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 05:50:58 and 03/15/2024 06:50:28 UTC. Search may be required.
2024-03-15 02:06:33.6|Info|DownloadDecisionMaker|Processing 137 releases
2024-03-15 02:06:33.7|Info|RssSyncService|RSS Sync Completed. Reports found: 137, Reports grabbed: 0
2024-03-15 02:36:58.6|Info|RssSyncService|Starting RSS Sync
2024-03-15 02:37:03.9|Info|DownloadDecisionMaker|Processing 132 releases
2024-03-15 02:37:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 132, Reports grabbed: 0
2024-03-15 02:52:11.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-15 02:52:12.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-15 02:52:12.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 02:52:12.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 02:52:12.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 02:52:12.9|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 02:52:14.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-15 02:52:16.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-15 02:52:16.7|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 02:52:16.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 02:52:16.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 02:52:16.8|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 03:07:28.8|Info|RssSyncService|Starting RSS Sync
2024-03-15 03:07:34.1|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 06:50:28 and 03/15/2024 07:50:29 UTC. Search may be required.
2024-03-15 03:07:34.1|Info|DownloadDecisionMaker|Processing 134 releases
2024-03-15 03:07:34.3|Info|RssSyncService|RSS Sync Completed. Reports found: 134, Reports grabbed: 0
2024-03-15 03:37:59.0|Info|RssSyncService|Starting RSS Sync
2024-03-15 03:37:59.8|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 06:56:09 and 03/15/2024 08:14:18 UTC. Search may be required.
2024-03-15 03:38:04.3|Info|DownloadDecisionMaker|Processing 134 releases
2024-03-15 03:38:04.5|Info|RssSyncService|RSS Sync Completed. Reports found: 134, Reports grabbed: 0
2024-03-15 04:08:29.2|Info|RssSyncService|Starting RSS Sync
2024-03-15 04:08:30.3|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 08:17:15 and 03/15/2024 08:37:49 UTC. Search may be required.
2024-03-15 04:08:34.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 07:50:29 and 03/15/2024 08:50:29 UTC. Search may be required.
2024-03-15 04:08:34.5|Info|DownloadDecisionMaker|Processing 146 releases
2024-03-15 04:08:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 146, Reports grabbed: 0
2024-03-15 04:38:59.5|Info|RssSyncService|Starting RSS Sync
2024-03-15 04:39:00.2|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 08:47:49 and 03/15/2024 09:06:12 UTC. Search may be required.
2024-03-15 04:39:05.0|Info|DownloadDecisionMaker|Processing 161 releases
2024-03-15 04:39:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 161, Reports grabbed: 0
2024-03-15 05:09:29.7|Info|RssSyncService|Starting RSS Sync
2024-03-15 05:09:35.1|Info|DownloadDecisionMaker|Processing 157 releases
2024-03-15 05:09:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 157, Reports grabbed: 0
2024-03-15 05:40:00.0|Info|RssSyncService|Starting RSS Sync
2024-03-15 05:40:00.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 09:31:12 and 03/15/2024 10:36:21 UTC. Search may be required.
2024-03-15 05:40:05.4|Info|DownloadDecisionMaker|Processing 152 releases
2024-03-15 05:40:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 152, Reports grabbed: 0
2024-03-15 06:10:30.2|Info|RssSyncService|Starting RSS Sync
2024-03-15 06:10:51.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 10:06:01 and 03/15/2024 10:50:30 UTC. Search may be required.
2024-03-15 06:10:51.0|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-15 06:10:51.1|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-15 06:41:00.4|Info|RssSyncService|Starting RSS Sync
2024-03-15 06:41:01.0|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 11:00:48 and 03/15/2024 11:10:04 UTC. Search may be required.
2024-03-15 06:41:05.7|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 10:50:30 and 03/15/2024 10:51:01 UTC. Search may be required.
2024-03-15 06:41:05.7|Info|DownloadDecisionMaker|Processing 142 releases
2024-03-15 06:41:05.9|Info|RssSyncService|RSS Sync Completed. Reports found: 142, Reports grabbed: 0
2024-03-15 07:11:30.7|Info|RssSyncService|Starting RSS Sync
2024-03-15 07:11:31.1|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 11:37:04 and 03/15/2024 11:49:40 UTC. Search may be required.
2024-03-15 07:11:36.0|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 10:51:01 and 03/15/2024 11:55:31 UTC. Search may be required.
2024-03-15 07:11:36.0|Info|DownloadDecisionMaker|Processing 146 releases
2024-03-15 07:11:36.2|Info|RssSyncService|RSS Sync Completed. Reports found: 146, Reports grabbed: 0
2024-03-15 07:42:00.9|Info|RssSyncService|Starting RSS Sync
2024-03-15 07:42:01.6|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 11:51:40 and 03/15/2024 12:21:20 UTC. Search may be required.
2024-03-15 07:42:06.3|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-15 07:42:06.4|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-15 08:12:31.1|Info|RssSyncService|Starting RSS Sync
2024-03-15 08:12:31.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 12:31:20 and 03/15/2024 13:01:01 UTC. Search may be required.
2024-03-15 08:12:36.5|Warn|Torznab|Indexer Badass Torrents (Prowlarr) rss sync didn't cover the period between 03/15/2024 11:56:01 and 03/15/2024 12:12:31 UTC. Search may be required.
2024-03-15 08:12:36.5|Info|DownloadDecisionMaker|Processing 144 releases
2024-03-15 08:12:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 144, Reports grabbed: 0
2024-03-15 08:25:40.6|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2024-03-15 08:25:40.8|Info|ConsoleApp|Exiting main.
2024-03-15 08:37:32.1|Info|Bootstrap|Starting Radarr - /app/radarr/bin/Radarr - Version 5.3.6.8612
2024-03-15 08:37:32.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-15 08:37:32.3|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-15 08:37:32.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
2024-03-15 08:37:32.8|Info|MigrationController|*** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-15 08:37:32.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-15 08:37:32.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-15 08:37:32.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-15 08:37:32.9|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-15 08:37:32.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0544077s
2024-03-15 08:37:32.9|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-15 08:37:32.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0561868s
2024-03-15 08:37:33.1|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
2024-03-15 08:37:33.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
2024-03-15 08:37:33.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
2024-03-15 08:37:33.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
2024-03-15 08:37:33.1|Info|DatabaseEngineVersionCheck|SQLite 3.41.2
2024-03-15 08:37:33.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026898s
2024-03-15 08:37:33.1|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
2024-03-15 08:37:33.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027848s
2024-03-15 08:37:33.4|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:7878
2024-03-15 08:37:33.7|Info|CommandExecutor|Starting 2 threads for tasks.
2024-03-15 08:37:33.8|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-03-15 08:37:33.8|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-03-15 08:37:33.8|Info|Microsoft.Hosting.Lifetime|Content root path: /app/radarr/bin
2024-03-15 08:43:03.8|Info|RssSyncService|Starting RSS Sync
2024-03-15 08:43:04.7|Warn|Torznab|Indexer Knaben (Prowlarr) rss sync didn't cover the period between 03/15/2024 13:01:01 and 03/15/2024 13:26:17 UTC. Search may be required.
2024-03-15 08:43:09.2|Info|DownloadDecisionMaker|Processing 140 releases
2024-03-15 08:43:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 140, Reports grabbed: 0
2024-03-15 08:52:34.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-15 08:52:36.1|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2024-03-15 08:52:36.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 08:52:36.2|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 08:52:36.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique
2024-03-15 08:52:36.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- Name: Should be unique