2023-02-13 08:39:22.0|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2023-02-13 08:39:22.0|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2023-02-13 08:39:22.1|Debug|Api|[PUT] /api/v3/config/host: 202.Accepted (108 ms)
2023-02-13 08:39:26.1|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2023-02-13 08:39:26.1|Debug|Api|[GET] /api/v3/system/status: 200.OK (0 ms)
2023-02-13 08:39:26.1|Debug|Api|[GET] /api/v3/diskspace: 200.OK (39 ms)
2023-02-13 08:39:28.2|Debug|Api|[GET] /api/v3/log/file: 200.OK (0 ms)
2023-02-13 08:39:50.8|Debug|Microsoft.Extensions.Hosting.Internal.Host|Hosting stopping
2023-02-13 08:39:50.8|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
2023-02-13 08:39:50.8|Debug|Microsoft.Extensions.Hosting.Internal.Host|Hosting stopped
2023-02-13 08:39:50.9|Info|ConsoleApp|Exiting main.
2023-02-13 08:41:18.5|Debug|ProcessProvider|Found 0 processes with the name: Sonarr.Console
2023-02-13 08:41:18.5|Debug|ProcessProvider|Found 1 processes with the name: Sonarr
2023-02-13 08:41:18.5|Debug|ProcessProvider| - [1386] Sonarr
2023-02-13 08:41:18.5|Info|MigrationController| Migrating data source=/var/lib/sonarr/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
2023-02-13 08:41:18.8|Debug|MigrationController|Took: 00:00:00.2628690
2023-02-13 08:41:18.8|Info|MigrationController| Migrating data source=/var/lib/sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
2023-02-13 08:41:18.9|Debug|MigrationController|Took: 00:00:00.0979315
2023-02-13 08:41:19.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8989
2023-02-13 08:41:19.7|Debug|QualityDefinitionService|Setting up default quality config
2023-02-13 08:41:20.1|Debug|NotificationFactory|Initializing Providers. Count 23
2023-02-13 08:41:20.4|Debug|IndexerFactory|Initializing Providers. Count 11
2023-02-13 08:41:20.4|Debug|ImportListFactory|Initializing Providers. Count 8
2023-02-13 08:41:20.4|Debug|MetadataFactory|Initializing Providers. Count 3
2023-02-13 08:41:20.4|Debug|DownloadClientFactory|Initializing Providers. Count 18
2023-02-13 08:41:20.5|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2023-02-13 08:41:20.5|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
2023-02-13 08:41:20.5|Info|Microsoft.Hosting.Lifetime|Content root path: /
2023-02-13 08:41:20.5|Debug|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
2023-02-13 08:41:20.7|Error|ManagedHttpDispatcher|HttpClient error
[v4.0.0.379] System.Net.Http.HttpRequestException: Connection refused (localhost:8121)
---> 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 C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 307
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 293
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.WaitWithCancellation(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.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 109
2023-02-13 08:41:21.1|Debug|DownloadClientCheck|Unable to communicate with Deluge
[v4.0.0.379] System.Net.Http.HttpRequestException: Connection refused (localhost:8121)
---> 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 C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 307
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 293
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.WaitWithCancellation(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.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 109
at NzbDrone.Common.Http.HttpClient.ExecuteRequest(HttpRequest request, CookieContainer cookieContainer) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\HttpClient.cs:line 127
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\HttpClient.cs:line 62
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 299
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 206
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequestTResult in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 213
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrents(DelugeSettings settings) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 85
at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:line 119
at NzbDrone.Core.HealthCheck.Checks.DownloadClientCheck.Check() in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\HealthCheck\Checks\DownloadClientCheck.cs:line 36
2023-02-13 08:41:21.2|Error|ManagedHttpDispatcher|HttpClient error
[v4.0.0.379] System.Net.Http.HttpRequestException: Connection refused (localhost:8121)
---> 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 C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 307
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 293
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.WaitWithCancellation(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.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 109
2023-02-13 08:41:21.2|Error|DownloadClientRootFolderCheck|Unknown error occurred in DownloadClientRootFolderCheck HealthCheck
[v4.0.0.379] System.Net.Http.HttpRequestException: Connection refused (localhost:8121)
---> 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 C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 307
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 293
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.WaitWithCancellation(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.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 109
at NzbDrone.Common.Http.HttpClient.ExecuteRequest(HttpRequest request, CookieContainer cookieContainer) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\HttpClient.cs:line 127
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\HttpClient.cs:line 62
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 299
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 206
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequestTResult in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 213
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetConfig(DelugeSettings settings) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 74
at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetStatus() in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:line 198
at NzbDrone.Core.HealthCheck.Checks.DownloadClientRootFolderCheck.Check() in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\HealthCheck\Checks\DownloadClientRootFolderCheck.cs:line 43
2023-02-13 08:41:21.2|Error|ManagedHttpDispatcher|HttpClient error
[v4.0.0.379] System.Net.Http.HttpRequestException: Connection refused (localhost:8121)
---> 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 C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 307
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 293
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.WaitWithCancellation(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.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 109
2023-02-13 08:41:21.2|Error|DownloadClientSortingCheck|Unknown error occurred in DownloadClientSortingCheck HealthCheck
[v4.0.0.379] System.Net.Http.HttpRequestException: Connection refused (localhost:8121)
---> 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 C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 307
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 293
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.WaitWithCancellation(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.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 109
at NzbDrone.Common.Http.HttpClient.ExecuteRequest(HttpRequest request, CookieContainer cookieContainer) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\HttpClient.cs:line 127
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\HttpClient.cs:line 62
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 299
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 206
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequestTResult in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 213
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetConfig(DelugeSettings settings) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 74
at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetStatus() in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:line 198
at NzbDrone.Core.HealthCheck.Checks.DownloadClientSortingCheck.Check() in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Core\HealthCheck\Checks\DownloadClientSortingCheck.cs:line 40
2023-02-13 08:41:21.2|Error|ManagedHttpDispatcher|HttpClient error
[v4.0.0.379] System.Net.Http.HttpRequestException: Connection refused (localhost:8121)
---> 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 C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 307
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 293
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.WaitWithCancellation(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.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in C:\BuildAgent\work\13f3e374fa512e16\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 109
2023-02-13 08:41:49.9|Debug|DelugeProxy|Deluge authentication succeeded.
2023-02-13 08:41:49.9|Debug|Parser|Parsing string 'Teen.Wolf.The.Movie.2023.1080p.AMZN.WEBRip.1600MB.DD5.1.x264-GalaxyRG[TGx]'
2023-02-13 08:41:50.7|Debug|Parser|Episode Parsed. Teen Wolf The Movie - S20E23
2023-02-13 08:41:50.7|Debug|Parser|Languages parsed: Unknown
2023-02-13 08:41:50.7|Debug|QualityParser|Trying to parse quality for Teen.Wolf.The.Movie.2023.1080p.AMZN.WEBRip.1600MB.DD5.1.x264-GalaxyRG[TGx]
2023-02-13 08:41:50.7|Debug|Parser|Quality parsed: WEBRip-1080p v1
2023-02-13 08:41:50.8|Debug|Parser|Release Group parsed: GalaxyRG
2023-02-13 08:41:50.8|Debug|ParsingService|No matching series Teen Wolf The Movie
2023-02-13 08:41:50.8|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-02-13 08:41:50.8|Debug|TrackedDownloadService|Tracking 'Deluge:Teen.Wolf.The.Movie.2023.1080p.AMZN.WEBRip.1600MB.DD5.1.x264-GalaxyRG[TGx]': ClientState=Completed SonarrStage=Downloading Episode='Teen Wolf The Movie - S20E23 WEBRip-1080p v1' OutputPath=/mnt/My Files/Torrents/Teen.Wolf.The.Movie.2023.1080p.AMZN.WEBRip.1600MB.DD5.1.x264-GalaxyRG[TGx].
2023-02-13 08:41:50.8|Debug|Parser|Parsing string 'JUNG_E.2023.DUAL-AUDIO.KOR-ENG.1080p.10bit.WEBRip.6CH.x265.HEVC-PSA'
2023-02-13 08:41:50.8|Debug|Parser|Episode Parsed. JUNG E - S20E23
2023-02-13 08:41:50.8|Debug|Parser|Languages parsed: Unknown
2023-02-13 08:41:50.8|Debug|QualityParser|Trying to parse quality for JUNG_E.2023.DUAL-AUDIO.KOR-ENG.1080p.10bit.WEBRip.6CH.x265.HEVC-PSA
2023-02-13 08:41:50.8|Debug|Parser|Quality parsed: WEBRip-1080p v1
2023-02-13 08:41:50.8|Debug|Parser|Release Group parsed: PSA
2023-02-13 08:41:50.8|Debug|ParsingService|No matching series JUNG E
2023-02-13 08:41:50.8|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-02-13 08:41:50.8|Debug|TrackedDownloadService|Tracking 'Deluge:JUNG_E.2023.DUAL-AUDIO.KOR-ENG.1080p.10bit.WEBRip.6CH.x265.HEVC-PSA': ClientState=Completed SonarrStage=Downloading Episode='JUNG E - S20E23 WEBRip-1080p v1' OutputPath=/mnt/My Files/Torrents/JUNG_E.2023.DUAL-AUDIO.KOR-ENG.1080p.10bit.WEBRip.6CH.x265.HEVC-PSA.
2023-02-13 08:41:50.8|Debug|Parser|Parsing string 'Black.Panther.Wakanda.Forever.2022.1080p.BluRay.H264.AAC-RARBG'
2023-02-13 08:41:50.8|Debug|Parser|Episode Parsed. Black Panther Wakanda Forever - S20E22
2023-02-13 08:41:50.8|Debug|Parser|Languages parsed: Unknown
2023-02-13 08:41:50.8|Debug|QualityParser|Trying to parse quality for Black.Panther.Wakanda.Forever.2022.1080p.BluRay.H264.AAC-RARBG
2023-02-13 08:41:50.8|Debug|Parser|Quality parsed: Bluray-1080p v1
2023-02-13 08:41:50.8|Debug|Parser|Release Group parsed: RARBG
2023-02-13 08:41:50.8|Debug|ParsingService|No matching series Black Panther Wakanda Forever
2023-02-13 08:41:50.8|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-02-13 08:41:50.8|Debug|TrackedDownloadService|Tracking 'Deluge:Black.Panther.Wakanda.Forever.2022.1080p.BluRay.H264.AAC-RARBG': ClientState=Completed SonarrStage=Downloading Episode='Black Panther Wakanda Forever - S20E22 Bluray-1080p v1' OutputPath=/mnt/My Files/Torrents/Black.Panther.Wakanda.Forever.2022.1080p.BluRay.H264.AAC-RARBG.
2023-02-13 08:43:19.8|Debug|Parser|Parsing string 'Teen.Wolf.The.Movie.2023.1080p.AMZN.WEBRip.1600MB.DD5.1.x264-GalaxyRG[TGx]'
2023-02-13 08:43:19.8|Debug|Parser|Episode Parsed. Teen Wolf The Movie - S20E23
2023-02-13 08:43:19.8|Debug|Parser|Languages parsed: Unknown
2023-02-13 08:43:19.8|Debug|QualityParser|Trying to parse quality for Teen.Wolf.The.Movie.2023.1080p.AMZN.WEBRip.1600MB.DD5.1.x264-GalaxyRG[TGx]
2023-02-13 08:43:19.8|Debug|Parser|Quality parsed: WEBRip-1080p v1
2023-02-13 08:43:19.8|Debug|Parser|Release Group parsed: GalaxyRG
2023-02-13 08:43:19.8|Debug|ParsingService|No matching series Teen Wolf The Movie
2023-02-13 08:43:19.8|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-02-13 08:43:19.8|Debug|Parser|Parsing string 'JUNG_E.2023.DUAL-AUDIO.KOR-ENG.1080p.10bit.WEBRip.6CH.x265.HEVC-PSA'
2023-02-13 08:43:19.8|Debug|Parser|Episode Parsed. JUNG E - S20E23
2023-02-13 08:43:19.8|Debug|Parser|Languages parsed: Unknown
2023-02-13 08:43:19.8|Debug|QualityParser|Trying to parse quality for JUNG_E.2023.DUAL-AUDIO.KOR-ENG.1080p.10bit.WEBRip.6CH.x265.HEVC-PSA
2023-02-13 08:43:19.8|Debug|Parser|Quality parsed: WEBRip-1080p v1
2023-02-13 08:43:19.8|Debug|Parser|Release Group parsed: PSA
2023-02-13 08:43:19.8|Debug|ParsingService|No matching series JUNG E
2023-02-13 08:43:19.8|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-02-13 08:43:19.8|Debug|Parser|Parsing string 'Black.Panther.Wakanda.Forever.2022.1080p.BluRay.H264.AAC-RARBG'
2023-02-13 08:43:19.8|Debug|Parser|Episode Parsed. Black Panther Wakanda Forever - S20E22
2023-02-13 08:43:19.8|Debug|Parser|Languages parsed: Unknown
2023-02-13 08:43:19.8|Debug|QualityParser|Trying to parse quality for Black.Panther.Wakanda.Forever.2022.1080p.BluRay.H264.AAC-RARBG
2023-02-13 08:43:19.8|Debug|Parser|Quality parsed: Bluray-1080p v1
2023-02-13 08:43:19.8|Debug|Parser|Release Group parsed: RARBG
2023-02-13 08:43:19.8|Debug|ParsingService|No matching series Black Panther Wakanda Forever
2023-02-13 08:43:19.8|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-02-13 08:43:49.8|Info|RssSyncService|Starting RSS Sync
2023-02-13 08:43:49.8|Debug|FetchAndParseRssService|Available indexers 13
2023-02-13 08:43:49.9|Info|ImportListSyncService|Starting Import List Sync
2023-02-13 08:43:49.9|Debug|FetchAndParseImportListService|No enabled import lists, skipping.
2023-02-13 08:43:49.9|Info|ImportListSyncService|Processing 0 list items
2023-02-13 08:43:50.0|Info|SceneMappingService|Updating Scene mappings
2023-02-13 08:43:50.0|Debug|XemProxy|Fetching alternate names
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/eztv/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/showrss/results/torznab/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/rarbg/results/torznab/api?t=tvsearch&cat=100041&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/glodls/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/bulltorrent/results/torznab/api?t=tvsearch&cat=100003&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/kickasstorrents-to/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torlock/results/torznab/api?t=tvsearch&cat=108341&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/kickasstorrents-ws/results/torznab/api?t=tvsearch&cat=103583&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/1337x/results/torznab/api?t=tvsearch&cat=5030,5040,100014&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/limetorrents/results/torznab/api?t=tvsearch&cat=127246&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentgalaxy/results/torznab/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:50.1|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/isohunt2/results/torznab/api?t=tvsearch&cat=100008&extended=1&apikey=(removed)&offset=0&limit=100
2023-02-13 08:43:51.6|Info|ImportListSyncService|Import List Sync Completed. Items found: 0, Series added: 0
2023-02-13 08:43:51.6|Debug|FetchAndParseRssService|Found 100 from Torznab
2023-02-13 08:43:51.6|Debug|FetchAndParseRssService|Found 100 from Torznab
2023-02-13 08:43:51.6|Debug|FetchAndParseRssService|Found 100 from Torznab
2023-02-13 08:43:51.7|Debug|FetchAndParseRssService|Found 100 from Torznab
2023-02-13 08:43:52.3|Debug|FetchAndParseRssService|Found 21 from Torznab
2023-02-13 08:43:52.3|Debug|FetchAndParseRssService|Found 21 from Torznab
2023-02-13 08:43:52.3|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=100&limit=100
2023-02-13 08:43:52.4|Debug|FetchAndParseRssService|Found 50 from Torznab
2023-02-13 08:43:52.7|Debug|FetchAndParseRssService|Found 79 from Torznab
2023-02-13 08:43:52.9|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=200&limit=100
2023-02-13 08:43:54.2|Warn|Torznab|Indexer GloDLS rss sync didn't cover the period between 2/13/2023 3:55:36PM and 2/13/2023 4:43:54PM UTC. Search may be required.
2023-02-13 08:43:54.2|Debug|FetchAndParseRssService|Found 10 from Torznab
2023-02-13 08:43:54.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=300&limit=100
2023-02-13 08:43:56.0|Warn|Torznab|Indexer 1337x rss sync didn't cover the period between 2/13/2023 3:55:39PM and 2/13/2023 4:43:56PM UTC. Search may be required.
2023-02-13 08:43:56.0|Debug|FetchAndParseRssService|Found 10 from Torznab
2023-02-13 08:43:56.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=400&limit=100
2023-02-13 08:43:57.0|Debug|FetchAndParseRssService|Found 100 from Torznab
2023-02-13 08:43:58.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=500&limit=100
2023-02-13 08:44:00.7|Debug|FetchAndParseRssService|Found 27 from Torznab
2023-02-13 08:44:00.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=600&limit=100
2023-02-13 08:44:02.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=700&limit=100
2023-02-13 08:44:04.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=800&limit=100
2023-02-13 08:44:06.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=900&limit=100
2023-02-13 08:44:08.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1000&limit=100
2023-02-13 08:44:10.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1100&limit=100
2023-02-13 08:44:12.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1200&limit=100
2023-02-13 08:44:14.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1300&limit=100
2023-02-13 08:44:16.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1400&limit=100
2023-02-13 08:44:18.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1500&limit=100
2023-02-13 08:44:20.0|Debug|Parser|Parsing string 'Teen.Wolf.The.Movie.2023.1080p.AMZN.WEBRip.1600MB.DD5.1.x264-GalaxyRG[TGx]'
2023-02-13 08:44:20.0|Debug|Parser|Episode Parsed. Teen Wolf The Movie - S20E23
2023-02-13 08:44:20.0|Debug|Parser|Languages parsed: Unknown
2023-02-13 08:44:20.0|Debug|QualityParser|Trying to parse quality for Teen.Wolf.The.Movie.2023.1080p.AMZN.WEBRip.1600MB.DD5.1.x264-GalaxyRG[TGx]
2023-02-13 08:44:20.0|Debug|Parser|Quality parsed: WEBRip-1080p v1
2023-02-13 08:44:20.0|Debug|Parser|Release Group parsed: GalaxyRG
2023-02-13 08:44:20.0|Debug|ParsingService|No matching series Teen Wolf The Movie
2023-02-13 08:44:20.0|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-02-13 08:44:20.0|Debug|Parser|Parsing string 'JUNG_E.2023.DUAL-AUDIO.KOR-ENG.1080p.10bit.WEBRip.6CH.x265.HEVC-PSA'
2023-02-13 08:44:20.0|Debug|Parser|Episode Parsed. JUNG E - S20E23
2023-02-13 08:44:20.0|Debug|Parser|Languages parsed: Unknown
2023-02-13 08:44:20.0|Debug|QualityParser|Trying to parse quality for JUNG_E.2023.DUAL-AUDIO.KOR-ENG.1080p.10bit.WEBRip.6CH.x265.HEVC-PSA
2023-02-13 08:44:20.0|Debug|Parser|Quality parsed: WEBRip-1080p v1
2023-02-13 08:44:20.0|Debug|Parser|Release Group parsed: PSA
2023-02-13 08:44:20.0|Debug|ParsingService|No matching series JUNG E
2023-02-13 08:44:20.0|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-02-13 08:44:20.0|Debug|Parser|Parsing string 'Black.Panther.Wakanda.Forever.2022.1080p.BluRay.H264.AAC-RARBG'
2023-02-13 08:44:20.0|Debug|Parser|Episode Parsed. Black Panther Wakanda Forever - S20E22
2023-02-13 08:44:20.0|Debug|Parser|Languages parsed: Unknown
2023-02-13 08:44:20.0|Debug|QualityParser|Trying to parse quality for Black.Panther.Wakanda.Forever.2022.1080p.BluRay.H264.AAC-RARBG
2023-02-13 08:44:20.0|Debug|Parser|Quality parsed: Bluray-1080p v1
2023-02-13 08:44:20.0|Debug|Parser|Release Group parsed: RARBG
2023-02-13 08:44:20.0|Debug|ParsingService|No matching series Black Panther Wakanda Forever
2023-02-13 08:44:20.0|Debug|AggregateLanguages|Unable to aggregate languages, using parsed values: Unknown
2023-02-13 08:44:20.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1600&limit=100
2023-02-13 08:44:22.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1700&limit=100
2023-02-13 08:44:24.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1800&limit=100
2023-02-13 08:44:26.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=1900&limit=100
2023-02-13 08:44:28.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2000&limit=100
2023-02-13 08:44:30.9|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2100&limit=100
2023-02-13 08:44:32.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:32.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:32.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:32.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:32.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:32.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:32.5|Debug|Api|[GET] /api/v3/localization/language: 200.OK (16 ms)
2023-02-13 08:44:32.5|Debug|Api|[GET] /api/v3/localization: 200.OK (36 ms)
2023-02-13 08:44:32.5|Debug|Api|[GET] /api/v3/customFilter: 200.OK (9 ms)
2023-02-13 08:44:32.5|Debug|Api|[GET] /api/v3/tag: 200.OK (7 ms)
2023-02-13 08:44:32.6|Debug|Api|[GET] /api/v3/language: 200.OK (9 ms)
2023-02-13 08:44:32.6|Debug|Api|[GET] /api/v3/config/ui: 200.OK (6 ms)
2023-02-13 08:44:32.6|Debug|Api|[GET] /api/v3/qualityprofile: 200.OK (23 ms)
2023-02-13 08:44:32.6|Debug|Api|[GET] /api/v3/importlist: 200.OK (69 ms)
2023-02-13 08:44:32.6|Debug|Api|[GET] /api/v3/system/status: 200.OK (67 ms)
2023-02-13 08:44:32.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:32.7|Debug|Api|[GET] /api/v3/series: 200.OK (207 ms)
2023-02-13 08:44:32.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:32.9|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2200&limit=100
2023-02-13 08:44:33.0|Debug|Api|[GET] /api/v3/queue/status: 200.OK (3 ms)
2023-02-13 08:44:33.0|Debug|Api|[GET] /api/v3/health: 200.OK (11 ms)
2023-02-13 08:44:33.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:33.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:33.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:33.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:33.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
2023-02-13 08:44:34.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2300&limit=100
2023-02-13 08:44:35.8|Debug|Api|[GET] /api/v3/health: 200.OK (1 ms)
2023-02-13 08:44:35.8|Debug|Api|[GET] /api/v3/system/status: 200.OK (4 ms)
2023-02-13 08:44:35.8|Debug|Api|[GET] /api/v3/diskspace: 200.OK (55 ms)
2023-02-13 08:44:36.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2400&limit=100
2023-02-13 08:44:38.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2500&limit=100
2023-02-13 08:44:38.8|Debug|Api|[GET] /api/v3/log/file: 200.OK (4 ms)
2023-02-13 08:44:40.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2600&limit=100
2023-02-13 08:44:42.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2700&limit=100
2023-02-13 08:44:44.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2800&limit=100
2023-02-13 08:44:46.8|Debug|Torznab|Downloading Feed http://127.0.0.1:9117/api/v2.0/indexers/torrentdownloads/results/torznab/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=2900&limit=100
2023-02-13 08:44:48.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.