Advertisement
Dimension02000

Untitled

Jul 6th, 2024
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. Info] DownloadDecisionMaker: Processing 93 releases
  2.  
  3. [Info] RssSyncService: RSS Sync Completed. Reports found: 93, Reports grabbed: 0
  4.  
  5. [Info] ImportListSyncService: Starting Import List Sync
  6.  
  7. [Info] ImportListSyncService: No list items to process
  8.  
  9. [Info] ImportListSyncService: Starting Import List Sync
  10.  
  11. [Info] ImportListSyncService: No list items to process
  12.  
  13. [Info] ImportListSyncService: Starting Import List Sync
  14.  
  15. [Info] ImportListSyncService: No list items to process
  16.  
  17. [Info] RssSyncService: Starting RSS Sync
  18.  
  19. [Info] DownloadDecisionMaker: Processing 93 releases
  20.  
  21. [Info] RssSyncService: RSS Sync Completed. Reports found: 93, Reports grabbed: 0
  22.  
  23. [Info] ImportListSyncService: Starting Import List Sync
  24.  
  25. [Info] ImportListSyncService: No list items to process
  26.  
  27. [Info] ImportListSyncService: Starting Import List Sync
  28.  
  29. [Info] ImportListSyncService: No list items to process
  30.  
  31. [Info] ImportListSyncService: Starting Import List Sync
  32.  
  33. [Info] ImportListSyncService: No list items to process
  34.  
  35. [Info] RssSyncService: Starting RSS Sync
  36.  
  37. [Info] DownloadDecisionMaker: Processing 100 releases
  38.  
  39. [Info] RssSyncService: RSS Sync Completed. Reports found: 100, Reports grabbed: 0
  40.  
  41. [Info] ImportListSyncService: Starting Import List Sync
  42.  
  43. [Info] ImportListSyncService: No list items to process
  44.  
  45. [Info] ImportListSyncService: Starting Import List Sync
  46.  
  47. [Info] ImportListSyncService: No list items to process
  48.  
  49. [Info] ImportListSyncService: Starting Import List Sync
  50.  
  51. [Info] ImportListSyncService: No list items to process
  52.  
  53. [Info] RssSyncService: Starting RSS Sync
  54.  
  55. [Error] Newznab: An error occurred while processing feed. https://api.nzbplanet.net/api?t=tvsearch&cat=5030,5040,5045,5050,5060,5080&extended=1&apikey=41e9cb4bf6a66f58087131e1e71d4404&offset=0&limit=100
  56.  
  57. [v4.0.1.929] System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.nzbplanet.net:443)
  58.  
  59. ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable
  60.  
  61. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  62.  
  63. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
  64.  
  65. at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  66.  
  67. at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 310
  68.  
  69. at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 286
  70.  
  71. at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  72.  
  73. --- End of inner exception stack trace ---
  74.  
  75. at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  76.  
  77. at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  78.  
  79. at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request)
  80.  
  81. at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  82.  
  83. at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  84.  
  85. at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
  86.  
  87. at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
  88.  
  89. at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  90.  
  91. at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
  92.  
  93. at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 107
  94.  
  95. at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  96.  
  97. at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  98.  
  99. at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in ./Sonarr.Core/Indexers/HttpIndexerBase.cs:line 363
  100.  
  101. at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Sonarr.Core/Indexers/HttpIndexerBase.cs:line 347
  102.  
  103. at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(Func`2 pageableRequestChainSelector, Boolean isRecent) in ./Sonarr.Core/Indexers/HttpIndexerBase.cs:line 161
  104.  
  105. [Info] DownloadDecisionMaker: No results found
  106.  
  107. [Info] RssSyncService: RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  108.  
  109. [Info] Microsoft.Hosting.Lifetime: Application is shutting down...
  110.  
  111. [Info] ConsoleApp: Exiting main.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement