Facebook
From Androlax, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 19
  1. 2025-02-23 04:55:55.1|Warn|Microsoft.AspNetCore.Server.Kestrel|As of "02/23/2025 09:55:41 +00:00", the heartbeat has been running for "00:00:01.0231244" which is longer than "00:00:01". This could be caused by thread pool starvation.
  2. 2025-02-23 04:56:20.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3. 2025-02-23 05:01:49.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4. 2025-02-23 05:02:02.8|Error|ServerSideNotificationService|Failed to retrieve notifications
  5.  
  6. [v4.0.13.2932] System.Net.WebException: Http request timed out
  7.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 144
  8.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  9.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  10.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  11.    at NzbDrone.Core.HealthCheck.ServerSideNotificationService.Check() in ./Sonarr.Core/HealthCheck/ServerSideNotificationService.cs:line 45
  12.  
  13. 2025-02-23 05:04:35.0|Warn|Microsoft.AspNetCore.Server.Kestrel|As of "02/23/2025 10:04:19 +00:00", the heartbeat has been running for "00:00:09.6143542" which is longer than "00:00:01". This could be caused by thread pool starvation.
  14. 2025-02-23 05:06:24.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  15. 2025-02-23 05:08:37.7|Info|RssSyncService|Starting RSS Sync
  16. 2025-02-23 05:09:29.6|Info|DownloadDecisionMaker|No results found
  17. 2025-02-23 05:09:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  18. 2025-02-23 05:11:33.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  19. 2025-02-23 05:16:43.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  20. 2025-02-23 05:21:53.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  21. 2025-02-23 05:24:49.3|Info|RssSyncService|Starting RSS Sync
  22. 2025-02-23 05:25:04.3|Info|DownloadDecisionMaker|No results found
  23. 2025-02-23 05:25:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  24. 2025-02-23 05:27:03.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  25. 2025-02-23 05:32:13.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  26. 2025-02-23 05:34:08.8|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Deluge
  27.  
  28. [v4.0.13.2932] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to Deluge, please check your settings
  29.  ---> System.Net.WebException: Http request timed out
  30.  ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
  31.  ---> System.Net.Sockets.SocketException (125): Operation canceled
  32.    --- End of inner exception stack trace ---
  33.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  34.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
  35.    at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  36.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  37.    --- End of inner exception stack trace ---
  38.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 144
  39.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  40.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  41.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  42.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  43.    --- End of inner exception stack trace ---
  44.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  45.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 254
  46.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel(String label, DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 88
  47.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 120
  48.    at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Sonarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
  49.  
  50. 2025-02-23 05:37:19.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  51. 2025-02-23 05:39:55.1|Warn|Microsoft.AspNetCore.Server.Kestrel|As of "02/23/2025 10:39:53 +00:00", the heartbeat has been running for "00:00:01.6542430" which is longer than "00:00:01". This could be caused by thread pool starvation.
  52. 2025-02-23 05:40:29.3|Info|RssSyncService|Starting RSS Sync
  53. 2025-02-23 05:41:18.1|Info|DownloadDecisionMaker|No results found
  54. 2025-02-23 05:41:18.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  55. 2025-02-23 05:42:34.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  56. 2025-02-23 05:47:43.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  57. 2025-02-23 05:53:01.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  58. 2025-02-23 05:56:43.7|Info|RssSyncService|Starting RSS Sync
  59. 2025-02-23 05:57:06.4|Info|DownloadDecisionMaker|No results found
  60. 2025-02-23 05:57:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  61. 2025-02-23 05:58:23.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  62. 2025-02-23 06:03:33.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  63. 2025-02-23 06:08:43.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  64. 2025-02-23 06:12:23.8|Info|RssSyncService|Starting RSS Sync
  65. 2025-02-23 06:12:38.2|Info|DownloadDecisionMaker|No results found
  66. 2025-02-23 06:12:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  67. 2025-02-23 06:13:53.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  68. 2025-02-23 06:19:03.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  69. 2025-02-23 06:24:13.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  70. 2025-02-23 06:28:08.1|Info|RssSyncService|Starting RSS Sync
  71. 2025-02-23 06:28:30.2|Info|DownloadDecisionMaker|No results found
  72. 2025-02-23 06:28:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  73. 2025-02-23 06:29:23.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  74. 2025-02-23 06:34:33.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  75. 2025-02-23 06:38:20.6|Info|SceneMappingService|Updating Scene mappings
  76. 2025-02-23 06:39:44.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  77. 2025-02-23 06:43:38.0|Info|RssSyncService|Starting RSS Sync
  78. 2025-02-23 06:44:10.6|Info|DownloadDecisionMaker|No results found
  79. 2025-02-23 06:44:11.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  80. 2025-02-23 06:44:54.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  81. 2025-02-23 06:50:05.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  82. 2025-02-23 06:55:13.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  83. 2025-02-23 06:59:22.5|Info|RssSyncService|Starting RSS Sync
  84. 2025-02-23 06:59:40.2|Info|DownloadDecisionMaker|No results found
  85. 2025-02-23 06:59:40.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  86. 2025-02-23 07:00:23.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  87. 2025-02-23 07:05:33.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  88. 2025-02-23 07:10:44.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  89. 2025-02-23 07:14:50.2|Info|RssSyncService|Starting RSS Sync
  90. 2025-02-23 07:15:33.4|Info|DownloadDecisionMaker|No results found
  91. 2025-02-23 07:15:34.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  92. 2025-02-23 07:15:53.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  93. 2025-02-23 07:21:03.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  94. 2025-02-23 07:26:13.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  95. 2025-02-23 07:30:40.9|Info|RssSyncService|Starting RSS Sync
  96. 2025-02-23 07:31:25.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  97. 2025-02-23 07:31:33.5|Info|DownloadDecisionMaker|No results found
  98. 2025-02-23 07:31:34.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  99. 2025-02-23 07:36:34.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  100. 2025-02-23 07:41:43.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  101. 2025-02-23 07:46:53.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  102. 2025-02-23 07:46:54.3|Info|RssSyncService|Starting RSS Sync
  103. 2025-02-23 07:47:21.9|Info|DownloadDecisionMaker|No results found
  104. 2025-02-23 07:47:21.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  105. 2025-02-23 07:52:03.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  106. 2025-02-23 07:57:13.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  107. 2025-02-23 08:02:23.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  108. 2025-02-23 08:02:40.1|Info|RssSyncService|Starting RSS Sync
  109. 2025-02-23 08:03:03.5|Info|DownloadDecisionMaker|No results found
  110. 2025-02-23 08:03:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  111. 2025-02-23 08:07:33.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  112. 2025-02-23 08:12:43.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  113. 2025-02-23 08:17:53.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  114. 2025-02-23 08:18:18.3|Info|RssSyncService|Starting RSS Sync
  115. 2025-02-23 08:18:33.0|Info|DownloadDecisionMaker|No results found
  116. 2025-02-23 08:18:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  117. 2025-02-23 08:23:03.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  118. 2025-02-23 08:28:13.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  119. 2025-02-23 08:33:23.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  120. 2025-02-23 08:33:55.4|Info|RssSyncService|Starting RSS Sync
  121. 2025-02-23 08:34:07.4|Info|DownloadDecisionMaker|No results found
  122. 2025-02-23 08:34:07.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  123. 2025-02-23 08:38:33.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  124. 2025-02-23 08:43:43.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  125. 2025-02-23 08:48:53.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  126. 2025-02-23 08:49:33.6|Info|RssSyncService|Starting RSS Sync
  127. 2025-02-23 08:49:56.2|Info|DownloadDecisionMaker|No results found
  128. 2025-02-23 08:49:56.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  129. 2025-02-23 08:54:03.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  130. 2025-02-23 08:59:13.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  131. 2025-02-23 09:04:23.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  132. 2025-02-23 09:05:16.8|Info|RssSyncService|Starting RSS Sync
  133. 2025-02-23 09:05:39.6|Info|DownloadDecisionMaker|No results found
  134. 2025-02-23 09:05:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  135. 2025-02-23 09:09:33.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  136. 2025-02-23 09:14:43.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  137. 2025-02-23 09:19:53.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  138. 2025-02-23 09:20:52.9|Info|RssSyncService|Starting RSS Sync
  139. 2025-02-23 09:21:12.6|Info|DownloadDecisionMaker|No results found
  140. 2025-02-23 09:21:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  141. 2025-02-23 09:25:03.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  142. 2025-02-23 09:26:30.9|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  143. 2025-02-23 09:26:31.3|Info|DiskScanService|Scanning Arcane
  144. 2025-02-23 09:26:32.4|Info|DiskScanService|Completed scanning disk for Arcane
  145. 2025-02-23 09:26:32.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  146. 2025-02-23 09:26:32.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  147. 2025-02-23 09:26:32.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  148. 2025-02-23 09:26:32.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  149. 2025-02-23 09:26:33.0|Info|RefreshSeriesService|Updating Bref.
  150. 2025-02-23 09:26:37.5|Info|RefreshEpisodeService|Starting episode info refresh for: [251562][Bref.]
  151. 2025-02-23 09:27:13.3|Info|RefreshEpisodeService|Finished episode refresh for series: [251562][Bref.].
  152. 2025-02-23 09:27:14.5|Info|DiskScanService|Scanning Bref.
  153. 2025-02-23 09:27:15.4|Info|DiskScanService|Completed scanning disk for Bref.
  154. 2025-02-23 09:27:15.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  155. 2025-02-23 09:27:15.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  156. 2025-02-23 09:27:15.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  157. 2025-02-23 09:27:15.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  158. 2025-02-23 09:27:15.5|Info|RefreshSeriesService|Updating Daredevil: Born Again
  159. 2025-02-23 09:27:17.4|Info|RefreshEpisodeService|Starting episode info refresh for: [422712][Daredevil: Born Again]
  160. 2025-02-23 09:27:20.7|Info|RefreshEpisodeService|Finished episode refresh for series: [422712][Daredevil: Born Again].
  161. 2025-02-23 09:27:20.7|Info|DiskScanService|Scanning Daredevil: Born Again
  162. 2025-02-23 09:27:20.8|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  163. 2025-02-23 09:27:20.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  164. 2025-02-23 09:27:20.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  165. 2025-02-23 09:27:20.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  166. 2025-02-23 09:27:21.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  167. 2025-02-23 09:27:21.4|Info|MetadataService|Series folder does not exist, skipping metadata creation
  168. 2025-02-23 09:27:21.5|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  169. 2025-02-23 09:27:21.5|Info|DiskScanService|Scanning Desperate Housewives
  170. 2025-02-23 09:27:26.2|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  171. 2025-02-23 09:27:26.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  172. 2025-02-23 09:27:26.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  173. 2025-02-23 09:27:26.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  174. 2025-02-23 09:27:26.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  175. 2025-02-23 09:27:26.4|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  176. 2025-02-23 09:27:26.4|Info|DiskScanService|Scanning Dexter: New Blood
  177. 2025-02-23 09:27:26.7|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  178. 2025-02-23 09:27:26.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  179. 2025-02-23 09:27:27.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  180. 2025-02-23 09:27:27.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  181. 2025-02-23 09:27:27.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  182. 2025-02-23 09:27:27.1|Info|RefreshSeriesService|Updating Dexter: Original Sin
  183. 2025-02-23 09:27:27.8|Info|RefreshEpisodeService|Starting episode info refresh for: [430780][Dexter: Original Sin]
  184. 2025-02-23 09:27:32.3|Info|RefreshEpisodeService|Finished episode refresh for series: [430780][Dexter: Original Sin].
  185. 2025-02-23 09:27:32.3|Info|DiskScanService|Scanning Dexter: Original Sin
  186. 2025-02-23 09:27:32.5|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  187. 2025-02-23 09:27:32.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  188. 2025-02-23 09:27:32.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  189. 2025-02-23 09:27:32.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  190. 2025-02-23 09:27:32.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  191. 2025-02-23 09:27:32.6|Info|RefreshSeriesService|Updating Dope Thief
  192. 2025-02-23 09:27:33.2|Info|RefreshEpisodeService|Starting episode info refresh for: [423332][Dope Thief]
  193. 2025-02-23 09:27:37.4|Info|RefreshEpisodeService|Finished episode refresh for series: [423332][Dope Thief].
  194. 2025-02-23 09:27:37.4|Info|DiskScanService|Scanning Dope Thief
  195. 2025-02-23 09:27:37.4|Info|DiskScanService|Completed scanning disk for Dope Thief
  196. 2025-02-23 09:27:37.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  197. 2025-02-23 09:27:37.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  198. 2025-02-23 09:27:37.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  199. 2025-02-23 09:27:37.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  200. 2025-02-23 09:27:37.5|Info|MetadataService|Series folder does not exist, skipping metadata creation
  201. 2025-02-23 09:27:37.7|Info|RefreshSeriesService|Updating Dune: Prophecy
  202. 2025-02-23 09:27:39.0|Info|RefreshEpisodeService|Starting episode info refresh for: [367118][Dune: Prophecy]
  203. 2025-02-23 09:27:48.1|Info|RefreshEpisodeService|Finished episode refresh for series: [367118][Dune: Prophecy].
  204. 2025-02-23 09:27:48.2|Info|DiskScanService|Scanning Dune: Prophecy
  205. 2025-02-23 09:27:48.9|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  206. 2025-02-23 09:27:48.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  207. 2025-02-23 09:27:48.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  208. 2025-02-23 09:27:48.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  209. 2025-02-23 09:27:48.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  210. 2025-02-23 09:27:49.0|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  211. 2025-02-23 09:27:49.0|Info|DiskScanService|Scanning The Expanse
  212. 2025-02-23 09:27:51.0|Info|DiskScanService|Completed scanning disk for The Expanse
  213. 2025-02-23 09:27:51.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  214. 2025-02-23 09:27:51.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  215. 2025-02-23 09:27:51.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  216. 2025-02-23 09:27:51.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  217. 2025-02-23 09:27:51.2|Info|RefreshSeriesService|Updating The Last of Us
  218. 2025-02-23 09:27:52.0|Info|RefreshEpisodeService|Starting episode info refresh for: [392256][The Last of Us]
  219. 2025-02-23 09:28:12.2|Info|RefreshEpisodeService|Finished episode refresh for series: [392256][The Last of Us].
  220. 2025-02-23 09:28:12.4|Info|DiskScanService|Scanning The Last of Us
  221. 2025-02-23 09:28:12.4|Info|DiskScanService|Completed scanning disk for The Last of Us
  222. 2025-02-23 09:28:12.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  223. 2025-02-23 09:28:12.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  224. 2025-02-23 09:28:12.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  225. 2025-02-23 09:28:12.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  226. 2025-02-23 09:28:12.4|Info|MetadataService|Series folder does not exist, skipping metadata creation
  227. 2025-02-23 09:28:12.6|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  228. 2025-02-23 09:28:12.6|Info|DiskScanService|Scanning Planet Earth
  229. 2025-02-23 09:28:12.6|Info|DiskScanService|Completed scanning disk for Planet Earth
  230. 2025-02-23 09:28:12.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  231. 2025-02-23 09:28:12.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  232. 2025-02-23 09:28:12.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  233. 2025-02-23 09:28:12.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  234. 2025-02-23 09:28:12.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
  235. 2025-02-23 09:28:12.7|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  236. 2025-02-23 09:28:12.7|Info|DiskScanService|Scanning Planet Earth II
  237. 2025-02-23 09:28:13.2|Info|DiskScanService|Completed scanning disk for Planet Earth II
  238. 2025-02-23 09:28:13.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  239. 2025-02-23 09:28:13.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  240. 2025-02-23 09:28:13.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  241. 2025-02-23 09:28:13.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  242. 2025-02-23 09:28:13.2|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  243. 2025-02-23 09:28:13.2|Info|DiskScanService|Scanning Planet Earth III
  244. 2025-02-23 09:28:13.2|Info|DiskScanService|Completed scanning disk for Planet Earth III
  245. 2025-02-23 09:28:13.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  246. 2025-02-23 09:28:13.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  247. 2025-02-23 09:28:13.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  248. 2025-02-23 09:28:13.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  249. 2025-02-23 09:28:13.2|Info|MetadataService|Series folder does not exist, skipping metadata creation
  250. 2025-02-23 09:28:13.3|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  251. 2025-02-23 09:28:13.3|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  252. 2025-02-23 09:28:14.1|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  253. 2025-02-23 09:28:14.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  254. 2025-02-23 09:28:14.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  255. 2025-02-23 09:28:14.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  256. 2025-02-23 09:28:14.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  257. 2025-02-23 09:28:14.6|Info|RefreshSeriesService|Updating Reacher
  258. 2025-02-23 09:28:15.2|Info|RefreshEpisodeService|Starting episode info refresh for: [366924][Reacher]
  259. 2025-02-23 09:28:29.3|Info|RefreshEpisodeService|Finished episode refresh for series: [366924][Reacher].
  260. 2025-02-23 09:28:29.3|Info|DiskScanService|Scanning Reacher
  261. 2025-02-23 09:28:30.2|Info|DiskScanService|Completed scanning disk for Reacher
  262. 2025-02-23 09:28:30.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  263. 2025-02-23 09:28:30.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  264. 2025-02-23 09:28:30.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  265. 2025-02-23 09:28:30.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  266. 2025-02-23 09:28:30.2|Info|RefreshSeriesService|Updating Secret Level
  267. 2025-02-23 09:28:31.1|Info|RefreshEpisodeService|Starting episode info refresh for: [453280][Secret Level]
  268. 2025-02-23 09:28:37.1|Info|RefreshEpisodeService|Finished episode refresh for series: [453280][Secret Level].
  269. 2025-02-23 09:28:37.1|Info|DiskScanService|Scanning Secret Level
  270. 2025-02-23 09:28:37.6|Info|DiskScanService|Completed scanning disk for Secret Level
  271. 2025-02-23 09:28:37.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  272. 2025-02-23 09:28:37.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  273. 2025-02-23 09:28:37.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  274. 2025-02-23 09:28:37.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  275. 2025-02-23 09:28:37.6|Info|RefreshSeriesService|Updating Severance
  276. 2025-02-23 09:28:38.4|Info|RefreshEpisodeService|Starting episode info refresh for: [371980][Severance]
  277. 2025-02-23 09:28:47.6|Info|RefreshEpisodeService|Finished episode refresh for series: [371980][Severance].
  278. 2025-02-23 09:28:47.6|Info|DiskScanService|Scanning Severance
  279. 2025-02-23 09:28:48.3|Info|DiskScanService|Completed scanning disk for Severance
  280. 2025-02-23 09:28:48.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  281. 2025-02-23 09:28:48.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  282. 2025-02-23 09:28:48.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  283. 2025-02-23 09:28:48.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  284. 2025-02-23 09:28:48.4|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  285. 2025-02-23 09:28:48.4|Info|DiskScanService|Scanning Sex and the City
  286. 2025-02-23 09:28:49.4|Info|DiskScanService|Completed scanning disk for Sex and the City
  287. 2025-02-23 09:28:49.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  288. 2025-02-23 09:28:49.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  289. 2025-02-23 09:28:49.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  290. 2025-02-23 09:28:49.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  291. 2025-02-23 09:28:49.5|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  292. 2025-02-23 09:28:49.5|Info|DiskScanService|Scanning Sherlock
  293. 2025-02-23 09:28:49.7|Info|DiskScanService|Completed scanning disk for Sherlock
  294. 2025-02-23 09:28:49.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  295. 2025-02-23 09:28:49.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  296. 2025-02-23 09:28:49.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  297. 2025-02-23 09:28:49.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  298. 2025-02-23 09:28:50.3|Info|RefreshSeriesService|Updating Shōgun
  299. 2025-02-23 09:28:53.6|Info|RefreshEpisodeService|Starting episode info refresh for: [392573][Shōgun]
  300. 2025-02-23 09:29:07.3|Info|RefreshEpisodeService|Finished episode refresh for series: [392573][Shōgun].
  301. 2025-02-23 09:29:07.3|Info|DiskScanService|Scanning Shōgun
  302. 2025-02-23 09:29:08.9|Info|DiskScanService|Completed scanning disk for Shōgun
  303. 2025-02-23 09:29:09.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  304. 2025-02-23 09:29:09.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  305. 2025-02-23 09:29:09.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  306. 2025-02-23 09:29:09.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  307. 2025-02-23 09:29:09.3|Info|RefreshSeriesService|Updating Wakfu
  308. 2025-02-23 09:29:09.7|Info|RefreshEpisodeService|Starting episode info refresh for: [94121][Wakfu]
  309. 2025-02-23 09:29:52.5|Info|RefreshEpisodeService|Finished episode refresh for series: [94121][Wakfu].
  310. 2025-02-23 09:29:52.6|Info|DiskScanService|Scanning Wakfu
  311. 2025-02-23 09:29:52.8|Info|DiskScanService|Completed scanning disk for Wakfu
  312. 2025-02-23 09:29:52.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  313. 2025-02-23 09:29:52.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  314. 2025-02-23 09:29:52.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  315. 2025-02-23 09:29:52.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  316. 2025-02-23 09:29:52.8|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  317. 2025-02-23 09:29:52.8|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  318. 2025-02-23 09:29:53.0|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  319. 2025-02-23 09:29:53.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  320. 2025-02-23 09:29:53.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  321. 2025-02-23 09:29:53.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  322. 2025-02-23 09:29:53.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  323. 2025-02-23 09:29:53.1|Info|RefreshSeriesService|Updating The White Lotus
  324. 2025-02-23 09:29:54.0|Info|RefreshEpisodeService|Starting episode info refresh for: [390430][The White Lotus]
  325. 2025-02-23 09:30:04.3|Info|RefreshEpisodeService|Finished episode refresh for series: [390430][The White Lotus].
  326. 2025-02-23 09:30:04.3|Info|DiskScanService|Scanning The White Lotus
  327. 2025-02-23 09:30:06.0|Info|DiskScanService|Completed scanning disk for The White Lotus
  328. 2025-02-23 09:30:06.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  329. 2025-02-23 09:30:06.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  330. 2025-02-23 09:30:06.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  331. 2025-02-23 09:30:06.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  332. 2025-02-23 09:30:13.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  333. 2025-02-23 09:35:23.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  334. 2025-02-23 09:36:22.8|Info|RssSyncService|Starting RSS Sync
  335. 2025-02-23 09:36:50.5|Info|DownloadDecisionMaker|No results found
  336. 2025-02-23 09:36:50.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  337. 2025-02-23 09:38:54.5|Info|SceneMappingService|Updating Scene mappings
  338. 2025-02-23 09:40:33.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  339. 2025-02-23 09:45:43.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  340. 2025-02-23 09:50:53.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  341. 2025-02-23 09:52:04.2|Info|RssSyncService|Starting RSS Sync
  342. 2025-02-23 09:52:18.8|Info|DownloadDecisionMaker|No results found
  343. 2025-02-23 09:52:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  344. 2025-02-23 09:56:03.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  345. 2025-02-23 09:58:18.7|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Deluge
  346.  
  347. [v4.0.13.2932] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to Deluge, please check your settings
  348.  ---&gt; System.Net.WebException: Http request timed out
  349.  ---&gt; System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
  350.  ---&gt; System.Net.Sockets.SocketException (125): Operation canceled
  351.    --- End of inner exception stack trace ---
  352.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  353.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
  354.    at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  355.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  356.    --- End of inner exception stack trace ---
  357.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 144
  358.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  359.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  360.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  361.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  362.    --- End of inner exception stack trace ---
  363.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  364.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 254
  365.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel(String label, DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 88
  366.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 120
  367.    at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Sonarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
  368.  
  369. 2025-02-23 10:00:10.0|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Deluge
  370.  
  371. [v4.0.13.2932] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to Deluge, please check your settings
  372.  ---&gt; System.Net.WebException: Http request timed out
  373.  ---&gt; System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
  374.  ---&gt; System.Net.Sockets.SocketException (125): Operation canceled
  375.    --- End of inner exception stack trace ---
  376.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  377.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
  378.    at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  379.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  380.    --- End of inner exception stack trace ---
  381.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 144
  382.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  383.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  384.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  385.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  386.    --- End of inner exception stack trace ---
  387.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  388.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 254
  389.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel(String label, DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 88
  390.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 120
  391.    at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Sonarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
  392.  
  393. 2025-02-23 10:01:34.7|Warn|NotificationService|Unable to send OnHealthIssue notification to: Notifiarr
  394.  
  395. [v4.0.13.2932] System.Net.WebException: Http request timed out
  396.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 144
  397.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  398.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  399.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  400.    at NzbDrone.Core.Notifications.Webhook.WebhookProxy.SendWebhook(WebhookPayload body, WebhookSettings settings) in ./Sonarr.Core/Notifications/Webhook/WebhookProxy.cs:line 51
  401.    at NzbDrone.Core.Notifications.Webhook.Webhook.OnHealthIssue(HealthCheck healthCheck) in ./Sonarr.Core/Notifications/Webhook/Webhook.cs:line 63
  402.    at NzbDrone.Core.Notifications.NotificationService.Handle(HealthCheckFailedEvent message) in ./Sonarr.Core/Notifications/NotificationService.cs:line 485
  403.  
  404. 2025-02-23 10:01:39.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  405. 2025-02-23 10:06:46.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  406. 2025-02-23 10:07:30.0|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Deluge
  407.  
  408. [v4.0.13.2932] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to Deluge, please check your settings
  409.  ---&gt; System.Net.WebException: Http request timed out
  410.  ---&gt; System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
  411.  ---&gt; System.Net.Sockets.SocketException (125): Operation canceled
  412.    --- End of inner exception stack trace ---
  413.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  414.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
  415.    at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  416.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  417.    --- End of inner exception stack trace ---
  418.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 144
  419.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  420.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  421.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  422.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  423.    --- End of inner exception stack trace ---
  424.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  425.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 254
  426.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel(String label, DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 88
  427.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 120
  428.    at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Sonarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
  429.  
  430. 2025-02-23 10:08:21.1|Info|RssSyncService|Starting RSS Sync
  431. 2025-02-23 10:10:02.8|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Deluge
  432.  
  433. [v4.0.13.2932] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to Deluge, please check your settings
  434.  ---&gt; System.Net.WebException: Http request timed out
  435.  ---&gt; System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
  436.  ---&gt; System.Net.Sockets.SocketException (125): Operation canceled
  437.    --- End of inner exception stack trace ---
  438.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  439.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
  440.    at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  441.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  442.    --- End of inner exception stack trace ---
  443.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 144
  444.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  445.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  446.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  447.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  448.    --- End of inner exception stack trace ---
  449.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ExecuteRequest[TResult](JsonRpcRequestBuilder requestBuilder, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 293
  450.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 254
  451.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel(String label, DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 88
  452.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 120
  453.    at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Sonarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
  454.  
  455. 2025-02-23 10:10:47.3|Warn|Torznab|YGG cookie (Prowlarr) server is currently unavailable. http://localhost:9696/13/api?t=tvsearch&cat=5000,5050,5070&extended=1&apikey;=(removed)&offset=0&limit=100 Http request timed out
  456. 2025-02-23 10:10:49.9|Info|DownloadDecisionMaker|No results found
  457. 2025-02-23 10:10:51.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  458. 2025-02-23 10:12:10.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  459. 2025-02-23 10:17:23.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  460. 2025-02-23 10:22:33.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  461. 2025-02-23 10:25:56.5|Info|RssSyncService|Starting RSS Sync
  462. 2025-02-23 10:26:13.4|Info|DownloadDecisionMaker|No results found
  463. 2025-02-23 10:26:13.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  464. 2025-02-23 10:27:43.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  465. 2025-02-23 10:32:53.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  466. 2025-02-23 10:38:03.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  467. 2025-02-23 10:41:38.4|Info|RssSyncService|Starting RSS Sync
  468. 2025-02-23 10:41:50.2|Info|DownloadDecisionMaker|No results found
  469. 2025-02-23 10:41:50.2|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  470. 2025-02-23 10:43:13.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  471. 2025-02-23 10:48:23.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  472. 2025-02-23 10:53:33.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  473. 2025-02-23 10:57:14.8|Info|RssSyncService|Starting RSS Sync
  474. 2025-02-23 10:57:49.9|Info|DownloadDecisionMaker|No results found
  475. 2025-02-23 10:57:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  476. 2025-02-23 10:58:43.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  477. 2025-02-23 11:03:53.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  478. 2025-02-23 11:09:03.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  479. 2025-02-23 11:12:57.8|Info|RssSyncService|Starting RSS Sync
  480. 2025-02-23 11:13:10.9|Info|DownloadDecisionMaker|No results found
  481. 2025-02-23 11:13:11.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  482. 2025-02-23 11:14:13.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  483. 2025-02-23 11:19:23.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  484. 2025-02-23 11:24:33.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  485. 2025-02-23 11:28:37.2|Info|RssSyncService|Starting RSS Sync
  486. 2025-02-23 11:28:50.5|Info|DownloadDecisionMaker|No results found
  487. 2025-02-23 11:28:50.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  488. 2025-02-23 11:29:43.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  489. 2025-02-23 11:34:53.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  490. 2025-02-23 11:40:03.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  491. 2025-02-23 11:44:17.0|Info|RssSyncService|Starting RSS Sync
  492. 2025-02-23 11:44:30.1|Info|DownloadDecisionMaker|No results found
  493. 2025-02-23 11:44:30.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  494. 2025-02-23 11:45:13.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  495. 2025-02-23 11:50:23.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  496. 2025-02-23 11:55:33.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  497. 2025-02-23 11:59:58.0|Info|RssSyncService|Starting RSS Sync
  498. 2025-02-23 12:00:43.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  499. 2025-02-23 12:00:47.1|Info|DownloadDecisionMaker|No results found
  500. 2025-02-23 12:00:47.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  501. 2025-02-23 12:05:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  502. 2025-02-23 12:11:04.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  503. 2025-02-23 12:16:13.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  504. 2025-02-23 12:16:20.5|Info|RssSyncService|Starting RSS Sync
  505. 2025-02-23 12:16:39.1|Info|DownloadDecisionMaker|No results found
  506. 2025-02-23 12:16:39.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  507. 2025-02-23 12:21:14.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  508. 2025-02-23 12:26:23.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  509. 2025-02-23 12:31:35.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  510. 2025-02-23 12:32:03.1|Info|RssSyncService|Starting RSS Sync
  511. 2025-02-23 12:32:28.3|Info|DownloadDecisionMaker|No results found
  512. 2025-02-23 12:32:28.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  513. 2025-02-23 12:36:43.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  514. 2025-02-23 12:39:37.6|Info|SceneMappingService|Updating Scene mappings
  515. 2025-02-23 12:41:53.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  516. 2025-02-23 12:47:06.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  517. 2025-02-23 12:47:49.2|Info|RssSyncService|Starting RSS Sync
  518. 2025-02-23 12:48:32.3|Info|DownloadDecisionMaker|No results found
  519. 2025-02-23 12:48:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  520. 2025-02-23 12:52:13.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  521. 2025-02-23 12:57:24.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  522. 2025-02-23 13:02:33.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  523. 2025-02-23 13:04:01.8|Info|RssSyncService|Starting RSS Sync
  524. 2025-02-23 13:04:21.6|Info|DownloadDecisionMaker|No results found
  525. 2025-02-23 13:04:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  526. 2025-02-23 13:07:43.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  527. 2025-02-23 13:12:54.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  528. 2025-02-23 13:13:06.6|Info|Microsoft.Hosting.Lifetime|Application is shutting down...
  529. 2025-02-23 13:13:11.8|Info|ConsoleApp|Exiting main.
  530. 2025-02-23 13:26:03.5|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr - Version 4.0.13.2932
  531. 2025-02-23 13:26:03.6|Info|AppFolderInfo|Data directory is being overridden to [/config]
  532. 2025-02-23 13:26:04.6|Info|AppFolderInfo|Data directory is being overridden to [/config]
  533. 2025-02-23 13:26:09.4|Info|AppFolderInfo|Data directory is being overridden to [/config]
  534. 2025-02-23 13:26:10.3|Info|MigrationController|*** Migrating data source=/config/sonarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
  535. 2025-02-23 13:26:10.5|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
  536. 2025-02-23 13:26:10.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
  537. 2025-02-23 13:26:10.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
  538. 2025-02-23 13:26:11.6|Info|DatabaseEngineVersionCheck|SQLite 3.48.0
  539. 2025-02-23 13:26:11.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.0548254s
  540. 2025-02-23 13:26:11.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
  541. 2025-02-23 13:26:11.6|Info|FluentMigrator.Runner.MigrationRunner|=> 1.0586389s
  542. 2025-02-23 13:26:11.7|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
  543. 2025-02-23 13:26:11.8|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating
  544. 2025-02-23 13:26:11.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
  545. 2025-02-23 13:26:11.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
  546. 2025-02-23 13:26:12.3|Info|DatabaseEngineVersionCheck|SQLite 3.48.0
  547. 2025-02-23 13:26:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.5121779s
  548. 2025-02-23 13:26:12.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated
  549. 2025-02-23 13:26:12.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.5142048s
  550. 2025-02-23 13:26:15.1|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:8989
  551. 2025-02-23 13:26:39.7|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
  552. 2025-02-23 13:26:39.7|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production
  553. 2025-02-23 13:26:39.7|Info|Microsoft.Hosting.Lifetime|Content root path: /app/sonarr/bin
  554. 2025-02-23 13:26:39.9|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled
  555. 2025-02-23 13:26:46.5|Error|DownloadClientRemovesCompletedDownloadsCheck|Unknown error occurred in DownloadClientHistoryRetentionCheck HealthCheck
  556.  
  557. [v4.0.13.2932] System.Net.Http.HttpRequestException: Connection refused (localhost:8112)
  558.  ---&gt; System.Net.Sockets.SocketException (111): Connection refused
  559.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  560.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
  561.    at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  562.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 327
  563.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 313
  564.    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  565.    --- End of inner exception stack trace ---
  566.    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  567.    at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  568.    at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  569.    at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
  570.    at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  571.    at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  572.    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
  573.    at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
  574.    at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  575.    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
  576.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
  577.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  578.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  579.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  580.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 317
  581.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 224
  582.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 231
  583.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetConfig(DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 66
  584.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetStatus() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 224
  585.    at NzbDrone.Core.HealthCheck.Checks.DownloadClientRemovesCompletedDownloadsCheck.Check() in ./Sonarr.Core/HealthCheck/Checks/DownloadClientRemovesCompletedDownloadsCheck.cs:line 42
  586.  
  587. 2025-02-23 13:26:46.9|Error|DownloadClientSortingCheck|Unknown error occurred in DownloadClientSortingCheck HealthCheck
  588.  
  589. [v4.0.13.2932] System.Net.Http.HttpRequestException: Connection refused (localhost:8112)
  590.  ---&gt; System.Net.Sockets.SocketException (111): Connection refused
  591.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  592.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
  593.    at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  594.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 327
  595.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 313
  596.    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  597.    --- End of inner exception stack trace ---
  598.    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  599.    at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  600.    at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  601.    at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
  602.    at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  603.    at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  604.    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
  605.    at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
  606.    at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  607.    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
  608.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
  609.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  610.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  611.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  612.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 317
  613.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 224
  614.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 231
  615.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetConfig(DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 66
  616.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetStatus() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 224
  617.    at NzbDrone.Core.HealthCheck.Checks.DownloadClientSortingCheck.Check() in ./Sonarr.Core/HealthCheck/Checks/DownloadClientSortingCheck.cs:line 43
  618.  
  619. 2025-02-23 13:27:10.0|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Deluge
  620.  
  621. [v4.0.13.2932] System.Net.Http.HttpRequestException: Connection refused (localhost:8112)
  622.  ---&gt; System.Net.Sockets.SocketException (111): Connection refused
  623.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  624.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
  625.    at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  626.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 327
  627.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 313
  628.    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  629.    --- End of inner exception stack trace ---
  630.    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
  631.    at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  632.    at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  633.    at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
  634.    at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  635.    at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  636.    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
  637.    at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
  638.    at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  639.    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
  640.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
  641.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  642.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  643.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  644.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 317
  645.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 224
  646.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 231
  647.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel(String label, DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 88
  648.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 120
  649.    at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Sonarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
  650.  
  651. 2025-02-23 13:27:12.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  652. 2025-02-23 13:27:23.5|Info|RssSyncService|Starting RSS Sync
  653. 2025-02-23 13:27:38.1|Info|DownloadDecisionMaker|No results found
  654. 2025-02-23 13:27:38.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  655. 2025-02-23 13:27:42.5|Info|RssSyncService|Starting RSS Sync
  656. 2025-02-23 13:27:49.7|Info|DownloadDecisionMaker|No results found
  657. 2025-02-23 13:27:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  658. 2025-02-23 13:28:42.5|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Deluge
  659.  
  660. [v4.0.13.2932] System.Net.Http.HttpRequestException: An error occurred while sending the request.
  661.  ---&gt; System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
  662.  ---&gt; System.Net.Sockets.SocketException (104): Connection reset by peer
  663.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.CreateException(SocketError error, Boolean forAsyncThrow)
  664.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ReceiveAsync(Socket socket, CancellationToken cancellationToken)
  665.    at System.Net.Sockets.Socket.ReceiveAsync(Memory`1 buffer, SocketFlags socketFlags, Boolean fromNetworkStream, CancellationToken cancellationToken)
  666.    at System.Net.Sockets.NetworkStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken)
  667.    at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  668.    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  669.    at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  670.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  671.    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  672.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  673.    at System.Net.Http.HttpConnectionPool.SendWithNtProxyAuthAsync(HttpConnection connection, HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  674.    at System.Net.Http.AuthenticationHelper.SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)
  675.    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
  676.    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
  677.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  678.    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread)
  679.    at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
  680.    at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
  681.    at System.Threading.Tasks.Task`1.TrySetResult(TResult result)
  682.    at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  683.    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)
  684.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  685.    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread)
  686.    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext()
  687.    at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
  688.    at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
  689.    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result)
  690.    at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  691.    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)
  692.    at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
  693.    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread)
  694.    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecuteFromThreadPool(Thread threadPoolThread)
  695.    at System.Threading.ThreadPoolWorkQueue.Dispatch()
  696.    at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
  697.    at System.Threading.Thread.StartCallback()
  698. --- End of stack trace from previous location ---
  699.  
  700.    --- End of inner exception stack trace ---
  701.    at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  702.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  703.    --- End of inner exception stack trace ---
  704.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  705.    at System.Net.Http.AuthenticationHelper.SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)
  706.    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
  707.    at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
  708.    at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  709.    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
  710.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
  711.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  712.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  713.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  714.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 317
  715.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 224
  716.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 231
  717.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel(String label, DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 88
  718.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 120
  719.    at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Sonarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
  720.  
  721. 2025-02-23 13:30:12.9|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Deluge
  722.  
  723. [v4.0.13.2932] System.Net.Http.HttpRequestException: An error occurred while sending the request.
  724.  ---&gt; System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.
  725.  ---&gt; System.Net.Sockets.SocketException (104): Connection reset by peer
  726.    --- End of inner exception stack trace ---
  727.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  728.    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
  729.    at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  730.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  731.    --- End of inner exception stack trace ---
  732.    at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  733.    at System.Net.Http.AuthenticationHelper.SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)
  734.    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
  735.    at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)
  736.    at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  737.    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
  738.    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115
  739.    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
  740.    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
  741.    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
  742.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 317
  743.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 224
  744.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 231
  745.    at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel(String label, DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 88
  746.    at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 120
  747.    at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in ./Sonarr.Core/Download/TrackedDownloads/DownloadMonitoringService.cs:line 90
  748.  
  749. 2025-02-23 13:32:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  750. 2025-02-23 13:37:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  751. 2025-02-23 13:42:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  752. 2025-02-23 13:43:18.8|Info|RssSyncService|Starting RSS Sync
  753. 2025-02-23 13:43:23.6|Info|DownloadDecisionMaker|Processing 31 releases
  754. 2025-02-23 13:43:25.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  755. 2025-02-23 13:47:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  756. 2025-02-23 13:53:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  757. 2025-02-23 13:58:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  758. 2025-02-23 13:58:54.4|Info|RssSyncService|Starting RSS Sync
  759. 2025-02-23 13:58:59.2|Info|DownloadDecisionMaker|Processing 31 releases
  760. 2025-02-23 13:58:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  761. 2025-02-23 14:03:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  762. 2025-02-23 14:08:32.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  763. 2025-02-23 14:13:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  764. 2025-02-23 14:14:10.5|Info|RssSyncService|Starting RSS Sync
  765. 2025-02-23 14:14:18.9|Info|DownloadDecisionMaker|Processing 31 releases
  766. 2025-02-23 14:14:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  767. 2025-02-23 14:18:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  768. 2025-02-23 14:24:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  769. 2025-02-23 14:29:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  770. 2025-02-23 14:29:49.7|Info|RssSyncService|Starting RSS Sync
  771. 2025-02-23 14:29:54.3|Info|DownloadDecisionMaker|Processing 31 releases
  772. 2025-02-23 14:29:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  773. 2025-02-23 14:34:22.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  774. 2025-02-23 14:39:31.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  775. 2025-02-23 14:44:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  776. 2025-02-23 14:45:26.9|Info|RssSyncService|Starting RSS Sync
  777. 2025-02-23 14:45:31.9|Info|DownloadDecisionMaker|Processing 32 releases
  778. 2025-02-23 14:45:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  779. 2025-02-23 14:49:52.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  780. 2025-02-23 14:55:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  781. 2025-02-23 15:00:11.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  782. 2025-02-23 15:01:02.5|Info|RssSyncService|Starting RSS Sync
  783. 2025-02-23 15:01:12.3|Info|DownloadDecisionMaker|Processing 32 releases
  784. 2025-02-23 15:01:14.7|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  785. 2025-02-23 15:05:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  786. 2025-02-23 15:10:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  787. 2025-02-23 15:15:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  788. 2025-02-23 15:17:27.0|Info|RssSyncService|Starting RSS Sync
  789. 2025-02-23 15:17:44.6|Info|DownloadDecisionMaker|Processing 32 releases
  790. 2025-02-23 15:18:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  791. 2025-02-23 15:20:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  792. 2025-02-23 15:26:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  793. 2025-02-23 15:31:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  794. 2025-02-23 15:33:34.9|Info|RssSyncService|Starting RSS Sync
  795. 2025-02-23 15:33:42.0|Info|DownloadDecisionMaker|Processing 32 releases
  796. 2025-02-23 15:33:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  797. 2025-02-23 15:36:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  798. 2025-02-23 15:40:07.6|Info|SceneMappingService|Updating Scene mappings
  799. 2025-02-23 15:41:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  800. 2025-02-23 15:46:48.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  801. 2025-02-23 15:49:05.8|Info|RssSyncService|Starting RSS Sync
  802. 2025-02-23 15:49:26.8|Info|DownloadDecisionMaker|Processing 31 releases
  803. 2025-02-23 15:49:32.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  804. 2025-02-23 15:49:43.4|Info|RssSyncService|Starting RSS Sync
  805. 2025-02-23 15:50:03.4|Info|DownloadDecisionMaker|Processing 31 releases
  806. 2025-02-23 15:50:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  807. 2025-02-23 15:51:56.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  808. 2025-02-23 15:57:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  809. 2025-02-23 16:02:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  810. 2025-02-23 16:05:36.1|Info|RssSyncService|Starting RSS Sync
  811. 2025-02-23 16:05:42.3|Info|DownloadDecisionMaker|Processing 31 releases
  812. 2025-02-23 16:05:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  813. 2025-02-23 16:07:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  814. 2025-02-23 16:12:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  815. 2025-02-23 16:17:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  816. 2025-02-23 16:21:09.3|Info|RssSyncService|Starting RSS Sync
  817. 2025-02-23 16:21:13.8|Info|DownloadDecisionMaker|Processing 31 releases
  818. 2025-02-23 16:21:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  819. 2025-02-23 16:22:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  820. 2025-02-23 16:28:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  821. 2025-02-23 16:33:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  822. 2025-02-23 16:36:41.2|Info|RssSyncService|Starting RSS Sync
  823. 2025-02-23 16:36:46.5|Info|DownloadDecisionMaker|Processing 31 releases
  824. 2025-02-23 16:36:48.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  825. 2025-02-23 16:38:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  826. 2025-02-23 16:43:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  827. 2025-02-23 16:48:42.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  828. 2025-02-23 16:51:57.5|Info|RssSyncService|Starting RSS Sync
  829. 2025-02-23 16:52:02.7|Info|DownloadDecisionMaker|Processing 32 releases
  830. 2025-02-23 16:52:05.6|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  831. 2025-02-23 16:53:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  832. 2025-02-23 16:59:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  833. 2025-02-23 17:04:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  834. 2025-02-23 17:07:32.5|Info|RssSyncService|Starting RSS Sync
  835. 2025-02-23 17:07:37.5|Info|DownloadDecisionMaker|Processing 32 releases
  836. 2025-02-23 17:07:38.2|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  837. 2025-02-23 17:09:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  838. 2025-02-23 17:14:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  839. 2025-02-23 17:19:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  840. 2025-02-23 17:23:06.2|Info|RssSyncService|Starting RSS Sync
  841. 2025-02-23 17:23:11.7|Info|DownloadDecisionMaker|Processing 32 releases
  842. 2025-02-23 17:23:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  843. 2025-02-23 17:24:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  844. 2025-02-23 17:30:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  845. 2025-02-23 17:35:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  846. 2025-02-23 17:38:41.9|Info|RssSyncService|Starting RSS Sync
  847. 2025-02-23 17:38:47.0|Info|DownloadDecisionMaker|Processing 33 releases
  848. 2025-02-23 17:38:47.8|Info|RssSyncService|RSS Sync Completed. Reports found: 33, Reports grabbed: 0
  849. 2025-02-23 17:40:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  850. 2025-02-23 17:45:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  851. 2025-02-23 17:50:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  852. 2025-02-23 17:50:43.8|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
  853. 2025-02-23 17:54:15.2|Info|RssSyncService|Starting RSS Sync
  854. 2025-02-23 17:54:20.2|Info|DownloadDecisionMaker|Processing 33 releases
  855. 2025-02-23 17:54:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 33, Reports grabbed: 0
  856. 2025-02-23 17:55:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  857. 2025-02-23 18:01:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  858. 2025-02-23 18:06:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  859. 2025-02-23 18:09:50.4|Info|RssSyncService|Starting RSS Sync
  860. 2025-02-23 18:09:55.4|Info|DownloadDecisionMaker|Processing 33 releases
  861. 2025-02-23 18:09:56.5|Info|RssSyncService|RSS Sync Completed. Reports found: 33, Reports grabbed: 0
  862. 2025-02-23 18:11:20.9|Info|HousekeepingService|Running housecleaning tasks
  863. 2025-02-23 18:11:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  864. 2025-02-23 18:11:22.4|Info|Database|Vacuuming Log database
  865. 2025-02-23 18:11:23.5|Info|Database|Log database compressed
  866. 2025-02-23 18:11:23.5|Info|Database|Vacuuming Main database
  867. 2025-02-23 18:11:25.2|Info|Database|Main database compressed
  868. 2025-02-23 18:16:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  869. 2025-02-23 18:21:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  870. 2025-02-23 18:25:25.9|Info|RssSyncService|Starting RSS Sync
  871. 2025-02-23 18:25:31.2|Info|DownloadDecisionMaker|Processing 33 releases
  872. 2025-02-23 18:25:31.9|Info|RssSyncService|RSS Sync Completed. Reports found: 33, Reports grabbed: 0
  873. 2025-02-23 18:26:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  874. 2025-02-23 18:32:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  875. 2025-02-23 18:37:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  876. 2025-02-23 18:40:31.5|Info|SceneMappingService|Updating Scene mappings
  877. 2025-02-23 18:41:01.6|Info|RssSyncService|Starting RSS Sync
  878. 2025-02-23 18:41:06.0|Info|DownloadDecisionMaker|Processing 31 releases
  879. 2025-02-23 18:41:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  880. 2025-02-23 18:42:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  881. 2025-02-23 18:47:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  882. 2025-02-23 18:52:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  883. 2025-02-23 18:56:37.7|Info|RssSyncService|Starting RSS Sync
  884. 2025-02-23 18:56:42.6|Info|DownloadDecisionMaker|Processing 31 releases
  885. 2025-02-23 18:56:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  886. 2025-02-23 18:57:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  887. 2025-02-23 19:03:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  888. 2025-02-23 19:08:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  889. 2025-02-23 19:12:14.9|Info|RssSyncService|Starting RSS Sync
  890. 2025-02-23 19:12:20.3|Info|DownloadDecisionMaker|Processing 31 releases
  891. 2025-02-23 19:12:22.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  892. 2025-02-23 19:13:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  893. 2025-02-23 19:18:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  894. 2025-02-23 19:23:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  895. 2025-02-23 19:27:47.6|Info|RssSyncService|Starting RSS Sync
  896. 2025-02-23 19:27:51.8|Info|DownloadDecisionMaker|Processing 31 releases
  897. 2025-02-23 19:27:52.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  898. 2025-02-23 19:28:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  899. 2025-02-23 19:34:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  900. 2025-02-23 19:39:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  901. 2025-02-23 19:43:23.1|Info|RssSyncService|Starting RSS Sync
  902. 2025-02-23 19:43:29.4|Info|DownloadDecisionMaker|Processing 32 releases
  903. 2025-02-23 19:43:30.7|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  904. 2025-02-23 19:44:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  905. 2025-02-23 19:49:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  906. 2025-02-23 19:54:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  907. 2025-02-23 19:58:59.7|Info|RssSyncService|Starting RSS Sync
  908. 2025-02-23 19:59:04.9|Info|DownloadDecisionMaker|Processing 32 releases
  909. 2025-02-23 19:59:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  910. 2025-02-23 19:59:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  911. 2025-02-23 20:05:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  912. 2025-02-23 20:10:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  913. 2025-02-23 20:14:32.5|Info|RssSyncService|Starting RSS Sync
  914. 2025-02-23 20:14:38.7|Info|DownloadDecisionMaker|Processing 32 releases
  915. 2025-02-23 20:14:39.4|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  916. 2025-02-23 20:15:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  917. 2025-02-23 20:20:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  918. 2025-02-23 20:25:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  919. 2025-02-23 20:29:44.0|Info|RssSyncService|Starting RSS Sync
  920. 2025-02-23 20:29:49.5|Info|DownloadDecisionMaker|Processing 32 releases
  921. 2025-02-23 20:29:50.4|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  922. 2025-02-23 20:30:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  923. 2025-02-23 20:36:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  924. 2025-02-23 20:41:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  925. 2025-02-23 20:45:19.2|Info|RssSyncService|Starting RSS Sync
  926. 2025-02-23 20:45:24.2|Info|DownloadDecisionMaker|Processing 31 releases
  927. 2025-02-23 20:45:26.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  928. 2025-02-23 20:46:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  929. 2025-02-23 20:51:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  930. 2025-02-23 20:56:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  931. 2025-02-23 21:00:55.3|Info|RssSyncService|Starting RSS Sync
  932. 2025-02-23 21:01:05.0|Info|DownloadDecisionMaker|Processing 31 releases
  933. 2025-02-23 21:01:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  934. 2025-02-23 21:01:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  935. 2025-02-23 21:07:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  936. 2025-02-23 21:12:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  937. 2025-02-23 21:16:33.0|Info|RssSyncService|Starting RSS Sync
  938. 2025-02-23 21:16:38.6|Info|DownloadDecisionMaker|Processing 31 releases
  939. 2025-02-23 21:16:40.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  940. 2025-02-23 21:17:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  941. 2025-02-23 21:22:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  942. 2025-02-23 21:27:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  943. 2025-02-23 21:30:38.6|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  944. 2025-02-23 21:30:38.7|Info|DiskScanService|Scanning Arcane
  945. 2025-02-23 21:30:38.9|Info|DiskScanService|Completed scanning disk for Arcane
  946. 2025-02-23 21:30:39.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  947. 2025-02-23 21:30:39.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  948. 2025-02-23 21:30:39.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  949. 2025-02-23 21:30:39.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  950. 2025-02-23 21:30:39.4|Info|RefreshSeriesService|Updating Bref.
  951. 2025-02-23 21:30:44.1|Info|RefreshEpisodeService|Starting episode info refresh for: [251562][Bref.]
  952. 2025-02-23 21:31:24.7|Info|RefreshEpisodeService|Finished episode refresh for series: [251562][Bref.].
  953. 2025-02-23 21:31:24.8|Info|DiskScanService|Scanning Bref.
  954. 2025-02-23 21:31:25.0|Info|DiskScanService|Completed scanning disk for Bref.
  955. 2025-02-23 21:31:25.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  956. 2025-02-23 21:31:25.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  957. 2025-02-23 21:31:25.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  958. 2025-02-23 21:31:25.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  959. 2025-02-23 21:31:25.1|Info|RefreshSeriesService|Updating Daredevil: Born Again
  960. 2025-02-23 21:31:26.1|Info|RefreshEpisodeService|Starting episode info refresh for: [422712][Daredevil: Born Again]
  961. 2025-02-23 21:31:30.3|Info|RefreshEpisodeService|Finished episode refresh for series: [422712][Daredevil: Born Again].
  962. 2025-02-23 21:31:30.3|Info|DiskScanService|Scanning Daredevil: Born Again
  963. 2025-02-23 21:31:30.3|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  964. 2025-02-23 21:31:30.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  965. 2025-02-23 21:31:30.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  966. 2025-02-23 21:31:30.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  967. 2025-02-23 21:31:30.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  968. 2025-02-23 21:31:30.4|Info|MetadataService|Series folder does not exist, skipping metadata creation
  969. 2025-02-23 21:31:30.4|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  970. 2025-02-23 21:31:30.4|Info|DiskScanService|Scanning Desperate Housewives
  971. 2025-02-23 21:31:34.7|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  972. 2025-02-23 21:31:34.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  973. 2025-02-23 21:31:34.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  974. 2025-02-23 21:31:34.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  975. 2025-02-23 21:31:34.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  976. 2025-02-23 21:31:34.8|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  977. 2025-02-23 21:31:34.8|Info|DiskScanService|Scanning Dexter: New Blood
  978. 2025-02-23 21:31:35.0|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  979. 2025-02-23 21:31:35.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  980. 2025-02-23 21:31:35.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  981. 2025-02-23 21:31:35.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  982. 2025-02-23 21:31:35.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  983. 2025-02-23 21:31:35.0|Info|RefreshSeriesService|Updating Dexter: Original Sin
  984. 2025-02-23 21:31:35.1|Info|RefreshEpisodeService|Starting episode info refresh for: [430780][Dexter: Original Sin]
  985. 2025-02-23 21:31:40.1|Info|RefreshEpisodeService|Finished episode refresh for series: [430780][Dexter: Original Sin].
  986. 2025-02-23 21:31:40.1|Info|DiskScanService|Scanning Dexter: Original Sin
  987. 2025-02-23 21:31:40.7|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  988. 2025-02-23 21:31:40.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  989. 2025-02-23 21:31:40.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  990. 2025-02-23 21:31:40.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  991. 2025-02-23 21:31:40.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  992. 2025-02-23 21:31:40.7|Info|RefreshSeriesService|Updating Dope Thief
  993. 2025-02-23 21:31:41.6|Info|RefreshEpisodeService|Starting episode info refresh for: [423332][Dope Thief]
  994. 2025-02-23 21:31:45.4|Info|RefreshEpisodeService|Finished episode refresh for series: [423332][Dope Thief].
  995. 2025-02-23 21:31:45.4|Info|DiskScanService|Scanning Dope Thief
  996. 2025-02-23 21:31:45.4|Info|DiskScanService|Completed scanning disk for Dope Thief
  997. 2025-02-23 21:31:45.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  998. 2025-02-23 21:31:45.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  999. 2025-02-23 21:31:45.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1000. 2025-02-23 21:31:45.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1001. 2025-02-23 21:31:45.4|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1002. 2025-02-23 21:31:45.4|Info|RefreshSeriesService|Updating Dune: Prophecy
  1003. 2025-02-23 21:31:46.0|Info|RefreshEpisodeService|Starting episode info refresh for: [367118][Dune: Prophecy]
  1004. 2025-02-23 21:31:52.7|Info|RefreshEpisodeService|Finished episode refresh for series: [367118][Dune: Prophecy].
  1005. 2025-02-23 21:31:52.7|Info|DiskScanService|Scanning Dune: Prophecy
  1006. 2025-02-23 21:31:52.8|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  1007. 2025-02-23 21:31:54.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1008. 2025-02-23 21:31:54.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1009. 2025-02-23 21:31:54.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1010. 2025-02-23 21:31:54.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1011. 2025-02-23 21:31:54.2|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  1012. 2025-02-23 21:31:54.2|Info|DiskScanService|Scanning The Expanse
  1013. 2025-02-23 21:31:55.8|Info|DiskScanService|Completed scanning disk for The Expanse
  1014. 2025-02-23 21:31:55.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1015. 2025-02-23 21:31:55.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1016. 2025-02-23 21:31:55.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1017. 2025-02-23 21:31:55.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1018. 2025-02-23 21:31:55.8|Info|RefreshSeriesService|Updating The Last of Us
  1019. 2025-02-23 21:31:56.5|Info|RefreshEpisodeService|Starting episode info refresh for: [392256][The Last of Us]
  1020. 2025-02-23 21:32:16.1|Info|RefreshEpisodeService|Finished episode refresh for series: [392256][The Last of Us].
  1021. 2025-02-23 21:32:16.1|Info|DiskScanService|Scanning The Last of Us
  1022. 2025-02-23 21:32:16.1|Info|DiskScanService|Completed scanning disk for The Last of Us
  1023. 2025-02-23 21:32:16.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1024. 2025-02-23 21:32:16.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1025. 2025-02-23 21:32:16.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1026. 2025-02-23 21:32:16.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1027. 2025-02-23 21:32:16.1|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1028. 2025-02-23 21:32:16.1|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  1029. 2025-02-23 21:32:16.1|Info|DiskScanService|Scanning Planet Earth
  1030. 2025-02-23 21:32:16.1|Info|DiskScanService|Completed scanning disk for Planet Earth
  1031. 2025-02-23 21:32:16.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1032. 2025-02-23 21:32:16.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1033. 2025-02-23 21:32:16.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1034. 2025-02-23 21:32:16.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1035. 2025-02-23 21:32:16.1|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1036. 2025-02-23 21:32:16.1|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  1037. 2025-02-23 21:32:16.1|Info|DiskScanService|Scanning Planet Earth II
  1038. 2025-02-23 21:32:16.1|Info|DiskScanService|Completed scanning disk for Planet Earth II
  1039. 2025-02-23 21:32:16.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1040. 2025-02-23 21:32:16.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1041. 2025-02-23 21:32:16.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1042. 2025-02-23 21:32:16.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1043. 2025-02-23 21:32:16.1|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  1044. 2025-02-23 21:32:16.1|Info|DiskScanService|Scanning Planet Earth III
  1045. 2025-02-23 21:32:16.1|Info|DiskScanService|Completed scanning disk for Planet Earth III
  1046. 2025-02-23 21:32:16.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1047. 2025-02-23 21:32:16.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1048. 2025-02-23 21:32:16.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1049. 2025-02-23 21:32:16.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1050. 2025-02-23 21:32:16.2|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1051. 2025-02-23 21:32:16.2|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  1052. 2025-02-23 21:32:16.2|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  1053. 2025-02-23 21:32:17.1|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  1054. 2025-02-23 21:32:17.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1055. 2025-02-23 21:32:17.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1056. 2025-02-23 21:32:17.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1057. 2025-02-23 21:32:17.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1058. 2025-02-23 21:32:17.1|Info|RefreshSeriesService|Updating Reacher
  1059. 2025-02-23 21:32:19.5|Info|RefreshEpisodeService|Starting episode info refresh for: [366924][Reacher]
  1060. 2025-02-23 21:32:33.6|Info|RssSyncService|Starting RSS Sync
  1061. 2025-02-23 21:32:37.0|Info|RefreshEpisodeService|Finished episode refresh for series: [366924][Reacher].
  1062. 2025-02-23 21:32:37.0|Info|DiskScanService|Scanning Reacher
  1063. 2025-02-23 21:32:37.1|Info|DiskScanService|Completed scanning disk for Reacher
  1064. 2025-02-23 21:32:37.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1065. 2025-02-23 21:32:37.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1066. 2025-02-23 21:32:37.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1067. 2025-02-23 21:32:37.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1068. 2025-02-23 21:32:37.1|Info|RefreshSeriesService|Updating Secret Level
  1069. 2025-02-23 21:32:38.0|Info|RefreshEpisodeService|Starting episode info refresh for: [453280][Secret Level]
  1070. 2025-02-23 21:32:46.3|Info|RefreshEpisodeService|Finished episode refresh for series: [453280][Secret Level].
  1071. 2025-02-23 21:32:46.3|Info|DiskScanService|Scanning Secret Level
  1072. 2025-02-23 21:32:47.0|Info|DownloadDecisionMaker|Processing 31 releases
  1073. 2025-02-23 21:32:47.1|Info|DiskScanService|Completed scanning disk for Secret Level
  1074. 2025-02-23 21:32:47.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1075. 2025-02-23 21:32:47.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1076. 2025-02-23 21:32:47.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1077. 2025-02-23 21:32:47.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1078. 2025-02-23 21:32:47.1|Info|RefreshSeriesService|Updating Severance
  1079. 2025-02-23 21:32:47.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1080. 2025-02-23 21:32:47.9|Info|RefreshEpisodeService|Starting episode info refresh for: [371980][Severance]
  1081. 2025-02-23 21:32:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1082. 2025-02-23 21:33:00.7|Info|RssSyncService|Starting RSS Sync
  1083. 2025-02-23 21:33:03.6|Info|RefreshEpisodeService|Finished episode refresh for series: [371980][Severance].
  1084. 2025-02-23 21:33:03.6|Info|DiskScanService|Scanning Severance
  1085. 2025-02-23 21:33:03.9|Info|DiskScanService|Completed scanning disk for Severance
  1086. 2025-02-23 21:33:03.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1087. 2025-02-23 21:33:03.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1088. 2025-02-23 21:33:03.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1089. 2025-02-23 21:33:03.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1090. 2025-02-23 21:33:03.9|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  1091. 2025-02-23 21:33:03.9|Info|DiskScanService|Scanning Sex and the City
  1092. 2025-02-23 21:33:05.5|Info|DiskScanService|Completed scanning disk for Sex and the City
  1093. 2025-02-23 21:33:05.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1094. 2025-02-23 21:33:05.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1095. 2025-02-23 21:33:05.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1096. 2025-02-23 21:33:05.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1097. 2025-02-23 21:33:05.6|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  1098. 2025-02-23 21:33:05.6|Info|DiskScanService|Scanning Sherlock
  1099. 2025-02-23 21:33:06.0|Info|DiskScanService|Completed scanning disk for Sherlock
  1100. 2025-02-23 21:33:06.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1101. 2025-02-23 21:33:06.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1102. 2025-02-23 21:33:06.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1103. 2025-02-23 21:33:06.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1104. 2025-02-23 21:33:06.1|Info|RefreshSeriesService|Updating Shōgun
  1105. 2025-02-23 21:33:06.9|Info|RefreshEpisodeService|Starting episode info refresh for: [392573][Shōgun]
  1106. 2025-02-23 21:33:15.2|Info|DownloadDecisionMaker|Processing 31 releases
  1107. 2025-02-23 21:33:16.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1108. 2025-02-23 21:33:22.3|Info|RefreshEpisodeService|Finished episode refresh for series: [392573][Shōgun].
  1109. 2025-02-23 21:33:22.3|Info|DiskScanService|Scanning Shōgun
  1110. 2025-02-23 21:33:22.8|Info|DiskScanService|Completed scanning disk for Shōgun
  1111. 2025-02-23 21:33:22.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1112. 2025-02-23 21:33:22.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1113. 2025-02-23 21:33:22.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1114. 2025-02-23 21:33:22.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1115. 2025-02-23 21:33:22.8|Info|RefreshSeriesService|Updating Wakfu
  1116. 2025-02-23 21:33:23.2|Info|RefreshEpisodeService|Starting episode info refresh for: [94121][Wakfu]
  1117. 2025-02-23 21:34:09.8|Info|RefreshEpisodeService|Finished episode refresh for series: [94121][Wakfu].
  1118. 2025-02-23 21:34:09.8|Info|DiskScanService|Scanning Wakfu
  1119. 2025-02-23 21:34:09.9|Info|DiskScanService|Completed scanning disk for Wakfu
  1120. 2025-02-23 21:34:09.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1121. 2025-02-23 21:34:09.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1122. 2025-02-23 21:34:09.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1123. 2025-02-23 21:34:09.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1124. 2025-02-23 21:34:09.9|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  1125. 2025-02-23 21:34:09.9|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  1126. 2025-02-23 21:34:10.0|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  1127. 2025-02-23 21:34:10.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1128. 2025-02-23 21:34:10.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1129. 2025-02-23 21:34:10.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1130. 2025-02-23 21:34:10.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1131. 2025-02-23 21:34:10.0|Info|RefreshSeriesService|Updating The White Lotus
  1132. 2025-02-23 21:34:10.5|Info|RefreshEpisodeService|Starting episode info refresh for: [390430][The White Lotus]
  1133. 2025-02-23 21:34:23.6|Info|RefreshEpisodeService|Finished episode refresh for series: [390430][The White Lotus].
  1134. 2025-02-23 21:34:23.6|Info|DiskScanService|Scanning The White Lotus
  1135. 2025-02-23 21:34:24.8|Info|DiskScanService|Completed scanning disk for The White Lotus
  1136. 2025-02-23 21:34:24.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1137. 2025-02-23 21:34:24.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1138. 2025-02-23 21:34:24.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1139. 2025-02-23 21:34:24.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1140. 2025-02-23 21:38:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1141. 2025-02-23 21:40:57.2|Info|SceneMappingService|Updating Scene mappings
  1142. 2025-02-23 21:43:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1143. 2025-02-23 21:48:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1144. 2025-02-23 21:48:29.1|Info|RssSyncService|Starting RSS Sync
  1145. 2025-02-23 21:48:34.8|Info|DownloadDecisionMaker|Processing 31 releases
  1146. 2025-02-23 21:48:35.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1147. 2025-02-23 21:53:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1148. 2025-02-23 21:58:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1149. 2025-02-23 22:03:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1150. 2025-02-23 22:04:03.3|Info|RssSyncService|Starting RSS Sync
  1151. 2025-02-23 22:04:07.8|Info|DownloadDecisionMaker|Processing 31 releases
  1152. 2025-02-23 22:04:08.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1153. 2025-02-23 22:09:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1154. 2025-02-23 22:14:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1155. 2025-02-23 22:19:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1156. 2025-02-23 22:19:40.0|Info|RssSyncService|Starting RSS Sync
  1157. 2025-02-23 22:19:48.5|Info|DownloadDecisionMaker|Processing 31 releases
  1158. 2025-02-23 22:19:49.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1159. 2025-02-23 22:24:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1160. 2025-02-23 22:29:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1161. 2025-02-23 22:34:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1162. 2025-02-23 22:35:18.7|Info|RssSyncService|Starting RSS Sync
  1163. 2025-02-23 22:35:23.3|Info|DownloadDecisionMaker|Processing 31 releases
  1164. 2025-02-23 22:35:24.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1165. 2025-02-23 22:40:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1166. 2025-02-23 22:45:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1167. 2025-02-23 22:50:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1168. 2025-02-23 22:50:29.4|Info|RssSyncService|Starting RSS Sync
  1169. 2025-02-23 22:50:37.4|Info|DownloadDecisionMaker|Processing 31 releases
  1170. 2025-02-23 22:50:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1171. 2025-02-23 22:55:31.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1172. 2025-02-23 23:00:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1173. 2025-02-23 23:05:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1174. 2025-02-23 23:06:07.9|Info|RssSyncService|Starting RSS Sync
  1175. 2025-02-23 23:06:12.8|Info|DownloadDecisionMaker|Processing 31 releases
  1176. 2025-02-23 23:06:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1177. 2025-02-23 23:11:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1178. 2025-02-23 23:16:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1179. 2025-02-23 23:21:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1180. 2025-02-23 23:21:41.9|Info|RssSyncService|Starting RSS Sync
  1181. 2025-02-23 23:21:46.3|Info|DownloadDecisionMaker|Processing 31 releases
  1182. 2025-02-23 23:21:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1183. 2025-02-23 23:26:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1184. 2025-02-23 23:31:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1185. 2025-02-23 23:36:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1186. 2025-02-23 23:37:15.8|Info|RssSyncService|Starting RSS Sync
  1187. 2025-02-23 23:37:20.3|Info|DownloadDecisionMaker|Processing 32 releases
  1188. 2025-02-23 23:37:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1189. 2025-02-23 23:42:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1190. 2025-02-23 23:47:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1191. 2025-02-23 23:52:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1192. 2025-02-23 23:52:50.2|Info|RssSyncService|Starting RSS Sync
  1193. 2025-02-23 23:52:54.9|Info|DownloadDecisionMaker|Processing 32 releases
  1194. 2025-02-23 23:52:55.6|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1195. 2025-02-23 23:57:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1196. 2025-02-24 00:02:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1197. 2025-02-24 00:07:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1198. 2025-02-24 00:08:24.3|Info|RssSyncService|Starting RSS Sync
  1199. 2025-02-24 00:08:28.7|Info|DownloadDecisionMaker|Processing 32 releases
  1200. 2025-02-24 00:08:29.4|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1201. 2025-02-24 00:13:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1202. 2025-02-24 00:18:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1203. 2025-02-24 00:23:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1204. 2025-02-24 00:24:00.4|Info|RssSyncService|Starting RSS Sync
  1205. 2025-02-24 00:24:05.8|Info|DownloadDecisionMaker|Processing 32 releases
  1206. 2025-02-24 00:24:06.6|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1207. 2025-02-24 00:28:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1208. 2025-02-24 00:33:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1209. 2025-02-24 00:38:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1210. 2025-02-24 00:39:34.6|Info|RssSyncService|Starting RSS Sync
  1211. 2025-02-24 00:39:39.2|Info|DownloadDecisionMaker|Processing 32 releases
  1212. 2025-02-24 00:39:40.1|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1213. 2025-02-24 00:41:04.9|Info|SceneMappingService|Updating Scene mappings
  1214. 2025-02-24 00:44:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1215. 2025-02-24 00:49:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1216. 2025-02-24 00:54:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1217. 2025-02-24 00:55:09.4|Info|RssSyncService|Starting RSS Sync
  1218. 2025-02-24 00:55:14.1|Info|DownloadDecisionMaker|Processing 32 releases
  1219. 2025-02-24 00:55:15.9|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1220. 2025-02-24 00:59:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1221. 2025-02-24 01:04:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1222. 2025-02-24 01:09:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1223. 2025-02-24 01:10:46.6|Info|RssSyncService|Starting RSS Sync
  1224. 2025-02-24 01:10:53.4|Info|DownloadDecisionMaker|Processing 32 releases
  1225. 2025-02-24 01:10:55.3|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1226. 2025-02-24 01:15:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1227. 2025-02-24 01:20:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1228. 2025-02-24 01:25:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1229. 2025-02-24 01:26:24.3|Info|RssSyncService|Starting RSS Sync
  1230. 2025-02-24 01:26:29.5|Info|DownloadDecisionMaker|Processing 32 releases
  1231. 2025-02-24 01:26:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1232. 2025-02-24 01:30:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1233. 2025-02-24 01:35:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1234. 2025-02-24 01:40:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1235. 2025-02-24 01:42:02.1|Info|RssSyncService|Starting RSS Sync
  1236. 2025-02-24 01:42:08.4|Info|DownloadDecisionMaker|Processing 32 releases
  1237. 2025-02-24 01:42:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1238. 2025-02-24 01:46:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1239. 2025-02-24 01:51:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1240. 2025-02-24 01:56:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1241. 2025-02-24 01:57:35.9|Info|RssSyncService|Starting RSS Sync
  1242. 2025-02-24 01:57:40.7|Info|DownloadDecisionMaker|Processing 32 releases
  1243. 2025-02-24 01:57:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1244. 2025-02-24 02:01:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1245. 2025-02-24 02:06:42.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1246. 2025-02-24 02:11:51.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1247. 2025-02-24 02:12:58.6|Info|RssSyncService|Starting RSS Sync
  1248. 2025-02-24 02:13:11.0|Info|DownloadDecisionMaker|Processing 32 releases
  1249. 2025-02-24 02:13:15.7|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1250. 2025-02-24 02:17:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1251. 2025-02-24 02:22:12.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1252. 2025-02-24 02:27:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1253. 2025-02-24 02:28:31.3|Info|RssSyncService|Starting RSS Sync
  1254. 2025-02-24 02:28:37.1|Info|DownloadDecisionMaker|Processing 32 releases
  1255. 2025-02-24 02:28:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1256. 2025-02-24 02:32:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1257. 2025-02-24 02:37:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1258. 2025-02-24 02:42:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1259. 2025-02-24 02:44:05.6|Info|RssSyncService|Starting RSS Sync
  1260. 2025-02-24 02:44:11.2|Info|DownloadDecisionMaker|Processing 31 releases
  1261. 2025-02-24 02:44:11.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1262. 2025-02-24 02:48:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1263. 2025-02-24 02:53:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1264. 2025-02-24 02:58:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1265. 2025-02-24 02:59:40.1|Info|RssSyncService|Starting RSS Sync
  1266. 2025-02-24 02:59:43.7|Info|DownloadDecisionMaker|Processing 31 releases
  1267. 2025-02-24 02:59:44.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1268. 2025-02-24 03:03:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1269. 2025-02-24 03:08:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1270. 2025-02-24 03:13:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1271. 2025-02-24 03:15:13.0|Info|RssSyncService|Starting RSS Sync
  1272. 2025-02-24 03:15:16.3|Info|DownloadDecisionMaker|Processing 31 releases
  1273. 2025-02-24 03:15:19.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1274. 2025-02-24 03:19:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1275. 2025-02-24 03:24:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1276. 2025-02-24 03:29:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1277. 2025-02-24 03:30:46.7|Info|RssSyncService|Starting RSS Sync
  1278. 2025-02-24 03:30:51.4|Info|DownloadDecisionMaker|Processing 31 releases
  1279. 2025-02-24 03:30:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1280. 2025-02-24 03:34:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1281. 2025-02-24 03:39:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1282. 2025-02-24 03:41:19.9|Info|SceneMappingService|Updating Scene mappings
  1283. 2025-02-24 03:44:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1284. 2025-02-24 03:46:21.5|Info|RssSyncService|Starting RSS Sync
  1285. 2025-02-24 03:46:27.1|Info|DownloadDecisionMaker|Processing 31 releases
  1286. 2025-02-24 03:46:27.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1287. 2025-02-24 03:50:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1288. 2025-02-24 03:55:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1289. 2025-02-24 04:00:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1290. 2025-02-24 04:01:57.1|Info|RssSyncService|Starting RSS Sync
  1291. 2025-02-24 04:02:04.1|Info|DownloadDecisionMaker|Processing 31 releases
  1292. 2025-02-24 04:02:06.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1293. 2025-02-24 04:05:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1294. 2025-02-24 04:10:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1295. 2025-02-24 04:15:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1296. 2025-02-24 04:17:31.8|Info|RssSyncService|Starting RSS Sync
  1297. 2025-02-24 04:17:36.1|Info|DownloadDecisionMaker|Processing 31 releases
  1298. 2025-02-24 04:17:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1299. 2025-02-24 04:21:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1300. 2025-02-24 04:26:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1301. 2025-02-24 04:31:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1302. 2025-02-24 04:33:08.3|Info|RssSyncService|Starting RSS Sync
  1303. 2025-02-24 04:33:14.9|Info|DownloadDecisionMaker|Processing 31 releases
  1304. 2025-02-24 04:33:15.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1305. 2025-02-24 04:36:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1306. 2025-02-24 04:41:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1307. 2025-02-24 04:46:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1308. 2025-02-24 04:48:41.4|Info|RssSyncService|Starting RSS Sync
  1309. 2025-02-24 04:48:46.8|Info|DownloadDecisionMaker|Processing 31 releases
  1310. 2025-02-24 04:48:47.5|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1311. 2025-02-24 04:52:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1312. 2025-02-24 04:57:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1313. 2025-02-24 05:02:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1314. 2025-02-24 05:04:16.9|Info|RssSyncService|Starting RSS Sync
  1315. 2025-02-24 05:04:22.8|Info|DownloadDecisionMaker|Processing 31 releases
  1316. 2025-02-24 05:04:23.5|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1317. 2025-02-24 05:07:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1318. 2025-02-24 05:12:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1319. 2025-02-24 05:17:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1320. 2025-02-24 05:19:51.7|Info|RssSyncService|Starting RSS Sync
  1321. 2025-02-24 05:19:57.7|Info|DownloadDecisionMaker|Processing 31 releases
  1322. 2025-02-24 05:19:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1323. 2025-02-24 05:23:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1324. 2025-02-24 05:28:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1325. 2025-02-24 05:33:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1326. 2025-02-24 05:35:26.4|Info|RssSyncService|Starting RSS Sync
  1327. 2025-02-24 05:35:30.9|Info|DownloadDecisionMaker|Processing 31 releases
  1328. 2025-02-24 05:35:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1329. 2025-02-24 05:38:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1330. 2025-02-24 05:43:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1331. 2025-02-24 05:48:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1332. 2025-02-24 05:50:59.7|Info|RssSyncService|Starting RSS Sync
  1333. 2025-02-24 05:51:06.0|Info|DownloadDecisionMaker|Processing 31 releases
  1334. 2025-02-24 05:51:06.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1335. 2025-02-24 05:54:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1336. 2025-02-24 05:59:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1337. 2025-02-24 06:04:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1338. 2025-02-24 06:06:33.9|Info|RssSyncService|Starting RSS Sync
  1339. 2025-02-24 06:06:40.1|Info|DownloadDecisionMaker|Processing 31 releases
  1340. 2025-02-24 06:06:40.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1341. 2025-02-24 06:09:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1342. 2025-02-24 06:14:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1343. 2025-02-24 06:19:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1344. 2025-02-24 06:22:09.9|Info|RssSyncService|Starting RSS Sync
  1345. 2025-02-24 06:22:15.1|Info|DownloadDecisionMaker|Processing 31 releases
  1346. 2025-02-24 06:22:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1347. 2025-02-24 06:25:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1348. 2025-02-24 06:30:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1349. 2025-02-24 06:35:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1350. 2025-02-24 06:37:43.7|Info|RssSyncService|Starting RSS Sync
  1351. 2025-02-24 06:37:48.8|Info|DownloadDecisionMaker|Processing 31 releases
  1352. 2025-02-24 06:37:49.5|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1353. 2025-02-24 06:40:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1354. 2025-02-24 06:41:44.9|Info|SceneMappingService|Updating Scene mappings
  1355. 2025-02-24 06:45:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1356. 2025-02-24 06:50:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1357. 2025-02-24 06:53:18.1|Info|RssSyncService|Starting RSS Sync
  1358. 2025-02-24 06:53:25.8|Info|DownloadDecisionMaker|Processing 32 releases
  1359. 2025-02-24 06:53:26.5|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1360. 2025-02-24 06:56:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1361. 2025-02-24 07:01:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1362. 2025-02-24 07:06:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1363. 2025-02-24 07:08:51.8|Info|RssSyncService|Starting RSS Sync
  1364. 2025-02-24 07:08:56.7|Info|DownloadDecisionMaker|Processing 32 releases
  1365. 2025-02-24 07:08:58.2|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1366. 2025-02-24 07:11:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1367. 2025-02-24 07:16:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1368. 2025-02-24 07:21:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1369. 2025-02-24 07:24:27.5|Info|RssSyncService|Starting RSS Sync
  1370. 2025-02-24 07:24:31.9|Info|DownloadDecisionMaker|Processing 32 releases
  1371. 2025-02-24 07:24:32.8|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1372. 2025-02-24 07:27:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1373. 2025-02-24 07:32:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1374. 2025-02-24 07:37:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1375. 2025-02-24 07:40:03.1|Info|RssSyncService|Starting RSS Sync
  1376. 2025-02-24 07:40:09.2|Info|DownloadDecisionMaker|Processing 31 releases
  1377. 2025-02-24 07:40:09.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1378. 2025-02-24 07:42:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1379. 2025-02-24 07:47:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1380. 2025-02-24 07:52:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1381. 2025-02-24 07:55:36.6|Info|RssSyncService|Starting RSS Sync
  1382. 2025-02-24 07:55:41.8|Info|DownloadDecisionMaker|Processing 31 releases
  1383. 2025-02-24 07:55:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1384. 2025-02-24 07:58:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1385. 2025-02-24 08:03:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1386. 2025-02-24 08:08:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1387. 2025-02-24 08:11:11.6|Info|RssSyncService|Starting RSS Sync
  1388. 2025-02-24 08:11:16.5|Info|DownloadDecisionMaker|Processing 31 releases
  1389. 2025-02-24 08:11:18.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1390. 2025-02-24 08:13:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1391. 2025-02-24 08:18:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1392. 2025-02-24 08:23:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1393. 2025-02-24 08:26:46.6|Info|RssSyncService|Starting RSS Sync
  1394. 2025-02-24 08:26:52.7|Info|DownloadDecisionMaker|Processing 31 releases
  1395. 2025-02-24 08:26:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1396. 2025-02-24 08:29:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1397. 2025-02-24 08:34:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1398. 2025-02-24 08:39:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1399. 2025-02-24 08:42:19.2|Info|RssSyncService|Starting RSS Sync
  1400. 2025-02-24 08:42:24.6|Info|DownloadDecisionMaker|Processing 31 releases
  1401. 2025-02-24 08:42:27.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1402. 2025-02-24 08:44:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1403. 2025-02-24 08:49:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1404. 2025-02-24 08:54:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1405. 2025-02-24 08:57:54.4|Info|RssSyncService|Starting RSS Sync
  1406. 2025-02-24 08:57:59.5|Info|DownloadDecisionMaker|Processing 31 releases
  1407. 2025-02-24 08:58:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1408. 2025-02-24 09:00:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1409. 2025-02-24 09:05:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1410. 2025-02-24 09:10:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1411. 2025-02-24 09:13:29.0|Info|RssSyncService|Starting RSS Sync
  1412. 2025-02-24 09:13:34.9|Info|DownloadDecisionMaker|Processing 31 releases
  1413. 2025-02-24 09:13:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1414. 2025-02-24 09:15:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1415. 2025-02-24 09:20:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1416. 2025-02-24 09:25:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1417. 2025-02-24 09:29:01.5|Info|RssSyncService|Starting RSS Sync
  1418. 2025-02-24 09:29:07.0|Info|DownloadDecisionMaker|Processing 31 releases
  1419. 2025-02-24 09:29:07.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1420. 2025-02-24 09:31:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1421. 2025-02-24 09:34:33.7|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  1422. 2025-02-24 09:34:33.7|Info|DiskScanService|Scanning Arcane
  1423. 2025-02-24 09:34:33.8|Info|DiskScanService|Completed scanning disk for Arcane
  1424. 2025-02-24 09:34:34.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1425. 2025-02-24 09:34:34.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1426. 2025-02-24 09:34:34.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1427. 2025-02-24 09:34:34.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1428. 2025-02-24 09:34:34.1|Info|RefreshSeriesService|Updating Bref.
  1429. 2025-02-24 09:34:36.5|Info|RefreshEpisodeService|Starting episode info refresh for: [251562][Bref.]
  1430. 2025-02-24 09:35:12.8|Info|RefreshEpisodeService|Finished episode refresh for series: [251562][Bref.].
  1431. 2025-02-24 09:35:12.9|Info|DiskScanService|Scanning Bref.
  1432. 2025-02-24 09:35:13.0|Info|DiskScanService|Completed scanning disk for Bref.
  1433. 2025-02-24 09:35:13.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1434. 2025-02-24 09:35:13.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1435. 2025-02-24 09:35:13.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1436. 2025-02-24 09:35:13.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1437. 2025-02-24 09:35:13.0|Info|RefreshSeriesService|Updating Daredevil: Born Again
  1438. 2025-02-24 09:35:13.3|Info|RefreshEpisodeService|Starting episode info refresh for: [422712][Daredevil: Born Again]
  1439. 2025-02-24 09:35:18.3|Info|RefreshEpisodeService|Finished episode refresh for series: [422712][Daredevil: Born Again].
  1440. 2025-02-24 09:35:18.3|Info|DiskScanService|Scanning Daredevil: Born Again
  1441. 2025-02-24 09:35:18.3|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  1442. 2025-02-24 09:35:18.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1443. 2025-02-24 09:35:18.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1444. 2025-02-24 09:35:18.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1445. 2025-02-24 09:35:18.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1446. 2025-02-24 09:35:18.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1447. 2025-02-24 09:35:18.3|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  1448. 2025-02-24 09:35:18.3|Info|DiskScanService|Scanning Desperate Housewives
  1449. 2025-02-24 09:35:22.1|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  1450. 2025-02-24 09:35:22.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1451. 2025-02-24 09:35:22.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1452. 2025-02-24 09:35:22.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1453. 2025-02-24 09:35:22.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1454. 2025-02-24 09:35:22.2|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  1455. 2025-02-24 09:35:22.2|Info|DiskScanService|Scanning Dexter: New Blood
  1456. 2025-02-24 09:35:22.9|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  1457. 2025-02-24 09:35:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1458. 2025-02-24 09:35:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1459. 2025-02-24 09:35:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1460. 2025-02-24 09:35:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1461. 2025-02-24 09:35:22.9|Info|RefreshSeriesService|Updating Dexter: Original Sin
  1462. 2025-02-24 09:35:23.0|Info|RefreshEpisodeService|Starting episode info refresh for: [430780][Dexter: Original Sin]
  1463. 2025-02-24 09:35:27.8|Info|RefreshEpisodeService|Finished episode refresh for series: [430780][Dexter: Original Sin].
  1464. 2025-02-24 09:35:27.8|Info|DiskScanService|Scanning Dexter: Original Sin
  1465. 2025-02-24 09:35:28.4|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  1466. 2025-02-24 09:35:28.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1467. 2025-02-24 09:35:28.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1468. 2025-02-24 09:35:28.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1469. 2025-02-24 09:35:28.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1470. 2025-02-24 09:35:28.4|Info|RefreshSeriesService|Updating Dope Thief
  1471. 2025-02-24 09:35:28.5|Info|RefreshEpisodeService|Starting episode info refresh for: [423332][Dope Thief]
  1472. 2025-02-24 09:35:32.4|Info|RefreshEpisodeService|Finished episode refresh for series: [423332][Dope Thief].
  1473. 2025-02-24 09:35:32.4|Info|DiskScanService|Scanning Dope Thief
  1474. 2025-02-24 09:35:32.4|Info|DiskScanService|Completed scanning disk for Dope Thief
  1475. 2025-02-24 09:35:32.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1476. 2025-02-24 09:35:32.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1477. 2025-02-24 09:35:32.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1478. 2025-02-24 09:35:32.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1479. 2025-02-24 09:35:32.4|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1480. 2025-02-24 09:35:32.4|Info|RefreshSeriesService|Updating Dune: Prophecy
  1481. 2025-02-24 09:35:33.2|Info|RefreshEpisodeService|Starting episode info refresh for: [367118][Dune: Prophecy]
  1482. 2025-02-24 09:35:38.8|Info|RefreshEpisodeService|Finished episode refresh for series: [367118][Dune: Prophecy].
  1483. 2025-02-24 09:35:38.8|Info|DiskScanService|Scanning Dune: Prophecy
  1484. 2025-02-24 09:35:38.9|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  1485. 2025-02-24 09:35:38.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1486. 2025-02-24 09:35:38.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1487. 2025-02-24 09:35:38.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1488. 2025-02-24 09:35:38.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1489. 2025-02-24 09:35:38.9|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  1490. 2025-02-24 09:35:38.9|Info|DiskScanService|Scanning The Expanse
  1491. 2025-02-24 09:35:41.3|Info|DiskScanService|Completed scanning disk for The Expanse
  1492. 2025-02-24 09:35:41.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1493. 2025-02-24 09:35:41.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1494. 2025-02-24 09:35:41.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1495. 2025-02-24 09:35:41.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1496. 2025-02-24 09:35:41.3|Info|RefreshSeriesService|Updating The Last of Us
  1497. 2025-02-24 09:35:41.6|Info|RefreshEpisodeService|Starting episode info refresh for: [392256][The Last of Us]
  1498. 2025-02-24 09:36:00.6|Info|RefreshEpisodeService|Finished episode refresh for series: [392256][The Last of Us].
  1499. 2025-02-24 09:36:00.6|Info|DiskScanService|Scanning The Last of Us
  1500. 2025-02-24 09:36:00.6|Info|DiskScanService|Completed scanning disk for The Last of Us
  1501. 2025-02-24 09:36:00.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1502. 2025-02-24 09:36:00.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1503. 2025-02-24 09:36:00.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1504. 2025-02-24 09:36:00.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1505. 2025-02-24 09:36:00.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1506. 2025-02-24 09:36:00.6|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  1507. 2025-02-24 09:36:00.6|Info|DiskScanService|Scanning Planet Earth
  1508. 2025-02-24 09:36:00.6|Info|DiskScanService|Completed scanning disk for Planet Earth
  1509. 2025-02-24 09:36:00.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1510. 2025-02-24 09:36:00.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1511. 2025-02-24 09:36:00.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1512. 2025-02-24 09:36:00.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1513. 2025-02-24 09:36:00.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1514. 2025-02-24 09:36:00.6|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  1515. 2025-02-24 09:36:00.6|Info|DiskScanService|Scanning Planet Earth II
  1516. 2025-02-24 09:36:01.3|Info|DiskScanService|Completed scanning disk for Planet Earth II
  1517. 2025-02-24 09:36:01.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1518. 2025-02-24 09:36:01.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1519. 2025-02-24 09:36:01.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1520. 2025-02-24 09:36:01.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1521. 2025-02-24 09:36:01.3|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  1522. 2025-02-24 09:36:01.3|Info|DiskScanService|Scanning Planet Earth III
  1523. 2025-02-24 09:36:01.3|Info|DiskScanService|Completed scanning disk for Planet Earth III
  1524. 2025-02-24 09:36:01.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1525. 2025-02-24 09:36:01.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1526. 2025-02-24 09:36:01.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1527. 2025-02-24 09:36:01.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1528. 2025-02-24 09:36:01.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1529. 2025-02-24 09:36:01.3|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  1530. 2025-02-24 09:36:01.3|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  1531. 2025-02-24 09:36:02.0|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  1532. 2025-02-24 09:36:02.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1533. 2025-02-24 09:36:02.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1534. 2025-02-24 09:36:02.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1535. 2025-02-24 09:36:02.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1536. 2025-02-24 09:36:02.0|Info|RefreshSeriesService|Updating Reacher
  1537. 2025-02-24 09:36:02.5|Info|RefreshEpisodeService|Starting episode info refresh for: [366924][Reacher]
  1538. 2025-02-24 09:36:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1539. 2025-02-24 09:36:17.4|Info|RefreshEpisodeService|Finished episode refresh for series: [366924][Reacher].
  1540. 2025-02-24 09:36:17.4|Info|DiskScanService|Scanning Reacher
  1541. 2025-02-24 09:36:17.5|Info|DiskScanService|Completed scanning disk for Reacher
  1542. 2025-02-24 09:36:17.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1543. 2025-02-24 09:36:17.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1544. 2025-02-24 09:36:17.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1545. 2025-02-24 09:36:17.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1546. 2025-02-24 09:36:17.5|Info|RefreshSeriesService|Updating Secret Level
  1547. 2025-02-24 09:36:18.3|Info|RefreshEpisodeService|Starting episode info refresh for: [453280][Secret Level]
  1548. 2025-02-24 09:36:25.3|Info|RefreshEpisodeService|Finished episode refresh for series: [453280][Secret Level].
  1549. 2025-02-24 09:36:25.3|Info|DiskScanService|Scanning Secret Level
  1550. 2025-02-24 09:36:25.9|Info|DiskScanService|Completed scanning disk for Secret Level
  1551. 2025-02-24 09:36:25.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1552. 2025-02-24 09:36:25.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1553. 2025-02-24 09:36:25.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1554. 2025-02-24 09:36:25.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1555. 2025-02-24 09:36:26.0|Info|RefreshSeriesService|Updating Severance
  1556. 2025-02-24 09:36:26.8|Info|RefreshEpisodeService|Starting episode info refresh for: [371980][Severance]
  1557. 2025-02-24 09:36:38.9|Info|RefreshEpisodeService|Finished episode refresh for series: [371980][Severance].
  1558. 2025-02-24 09:36:38.9|Info|DiskScanService|Scanning Severance
  1559. 2025-02-24 09:36:39.0|Info|DiskScanService|Completed scanning disk for Severance
  1560. 2025-02-24 09:36:39.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1561. 2025-02-24 09:36:39.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1562. 2025-02-24 09:36:39.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1563. 2025-02-24 09:36:39.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1564. 2025-02-24 09:36:39.0|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  1565. 2025-02-24 09:36:39.0|Info|DiskScanService|Scanning Sex and the City
  1566. 2025-02-24 09:36:40.3|Info|DiskScanService|Completed scanning disk for Sex and the City
  1567. 2025-02-24 09:36:40.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1568. 2025-02-24 09:36:40.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1569. 2025-02-24 09:36:40.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1570. 2025-02-24 09:36:40.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1571. 2025-02-24 09:36:40.4|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  1572. 2025-02-24 09:36:40.4|Info|DiskScanService|Scanning Sherlock
  1573. 2025-02-24 09:36:40.8|Info|DiskScanService|Completed scanning disk for Sherlock
  1574. 2025-02-24 09:36:40.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1575. 2025-02-24 09:36:40.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1576. 2025-02-24 09:36:40.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1577. 2025-02-24 09:36:40.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1578. 2025-02-24 09:36:40.9|Info|RefreshSeriesService|Updating Shōgun
  1579. 2025-02-24 09:36:43.9|Info|RefreshEpisodeService|Starting episode info refresh for: [392573][Shōgun]
  1580. 2025-02-24 09:36:55.8|Info|RefreshEpisodeService|Finished episode refresh for series: [392573][Shōgun].
  1581. 2025-02-24 09:36:55.8|Info|DiskScanService|Scanning Shōgun
  1582. 2025-02-24 09:36:55.9|Info|DiskScanService|Completed scanning disk for Shōgun
  1583. 2025-02-24 09:36:55.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1584. 2025-02-24 09:36:55.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1585. 2025-02-24 09:36:55.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1586. 2025-02-24 09:36:55.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1587. 2025-02-24 09:36:55.9|Info|RefreshSeriesService|Updating Wakfu
  1588. 2025-02-24 09:36:56.5|Info|RefreshEpisodeService|Starting episode info refresh for: [94121][Wakfu]
  1589. 2025-02-24 09:37:39.1|Info|RefreshEpisodeService|Finished episode refresh for series: [94121][Wakfu].
  1590. 2025-02-24 09:37:39.1|Info|DiskScanService|Scanning Wakfu
  1591. 2025-02-24 09:37:39.2|Info|DiskScanService|Completed scanning disk for Wakfu
  1592. 2025-02-24 09:37:39.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1593. 2025-02-24 09:37:39.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1594. 2025-02-24 09:37:39.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1595. 2025-02-24 09:37:39.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1596. 2025-02-24 09:37:39.2|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  1597. 2025-02-24 09:37:39.2|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  1598. 2025-02-24 09:37:39.4|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  1599. 2025-02-24 09:37:39.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1600. 2025-02-24 09:37:39.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1601. 2025-02-24 09:37:39.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1602. 2025-02-24 09:37:39.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1603. 2025-02-24 09:37:39.4|Info|RefreshSeriesService|Updating The White Lotus
  1604. 2025-02-24 09:37:40.0|Info|RefreshEpisodeService|Starting episode info refresh for: [390430][The White Lotus]
  1605. 2025-02-24 09:37:49.9|Info|RefreshEpisodeService|Finished episode refresh for series: [390430][The White Lotus].
  1606. 2025-02-24 09:37:49.9|Info|DiskScanService|Scanning The White Lotus
  1607. 2025-02-24 09:37:50.1|Info|DiskScanService|Completed scanning disk for The White Lotus
  1608. 2025-02-24 09:37:50.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1609. 2025-02-24 09:37:50.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1610. 2025-02-24 09:37:50.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1611. 2025-02-24 09:37:50.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1612. 2025-02-24 09:41:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1613. 2025-02-24 09:42:12.6|Info|SceneMappingService|Updating Scene mappings
  1614. 2025-02-24 09:44:14.3|Info|RssSyncService|Starting RSS Sync
  1615. 2025-02-24 09:44:19.5|Info|DownloadDecisionMaker|Processing 29 releases
  1616. 2025-02-24 09:44:20.2|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  1617. 2025-02-24 09:46:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1618. 2025-02-24 09:51:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1619. 2025-02-24 09:56:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1620. 2025-02-24 09:59:50.5|Info|RssSyncService|Starting RSS Sync
  1621. 2025-02-24 09:59:56.5|Info|DownloadDecisionMaker|Processing 29 releases
  1622. 2025-02-24 09:59:57.2|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  1623. 2025-02-24 10:02:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1624. 2025-02-24 10:07:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1625. 2025-02-24 10:12:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1626. 2025-02-24 10:15:00.8|Info|RssSyncService|Starting RSS Sync
  1627. 2025-02-24 10:15:06.7|Info|DownloadDecisionMaker|Processing 29 releases
  1628. 2025-02-24 10:15:07.4|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  1629. 2025-02-24 10:17:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1630. 2025-02-24 10:22:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1631. 2025-02-24 10:27:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1632. 2025-02-24 10:30:37.0|Info|RssSyncService|Starting RSS Sync
  1633. 2025-02-24 10:30:42.8|Info|DownloadDecisionMaker|Processing 29 releases
  1634. 2025-02-24 10:30:43.5|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  1635. 2025-02-24 10:33:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1636. 2025-02-24 10:38:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1637. 2025-02-24 10:43:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1638. 2025-02-24 10:46:11.2|Info|RssSyncService|Starting RSS Sync
  1639. 2025-02-24 10:46:16.1|Info|DownloadDecisionMaker|Processing 30 releases
  1640. 2025-02-24 10:46:18.1|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1641. 2025-02-24 10:48:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1642. 2025-02-24 10:53:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1643. 2025-02-24 10:58:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1644. 2025-02-24 11:01:47.1|Info|RssSyncService|Starting RSS Sync
  1645. 2025-02-24 11:01:52.2|Info|DownloadDecisionMaker|Processing 30 releases
  1646. 2025-02-24 11:01:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1647. 2025-02-24 11:04:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1648. 2025-02-24 11:09:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1649. 2025-02-24 11:14:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1650. 2025-02-24 11:17:20.5|Info|RssSyncService|Starting RSS Sync
  1651. 2025-02-24 11:17:25.1|Info|DownloadDecisionMaker|Processing 30 releases
  1652. 2025-02-24 11:17:25.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1653. 2025-02-24 11:19:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1654. 2025-02-24 11:24:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1655. 2025-02-24 11:29:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1656. 2025-02-24 11:32:53.2|Info|RssSyncService|Starting RSS Sync
  1657. 2025-02-24 11:32:58.2|Info|DownloadDecisionMaker|Processing 30 releases
  1658. 2025-02-24 11:32:59.1|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1659. 2025-02-24 11:35:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1660. 2025-02-24 11:40:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1661. 2025-02-24 11:45:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1662. 2025-02-24 11:48:28.6|Info|RssSyncService|Starting RSS Sync
  1663. 2025-02-24 11:48:33.9|Info|DownloadDecisionMaker|Processing 30 releases
  1664. 2025-02-24 11:48:34.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1665. 2025-02-24 11:50:31.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1666. 2025-02-24 11:55:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1667. 2025-02-24 12:00:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1668. 2025-02-24 12:04:02.4|Info|RssSyncService|Starting RSS Sync
  1669. 2025-02-24 12:04:08.2|Info|DownloadDecisionMaker|Processing 30 releases
  1670. 2025-02-24 12:04:09.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1671. 2025-02-24 12:06:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1672. 2025-02-24 12:11:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1673. 2025-02-24 12:16:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1674. 2025-02-24 12:19:39.7|Info|RssSyncService|Starting RSS Sync
  1675. 2025-02-24 12:19:45.3|Info|DownloadDecisionMaker|Processing 30 releases
  1676. 2025-02-24 12:19:46.6|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1677. 2025-02-24 12:21:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1678. 2025-02-24 12:26:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1679. 2025-02-24 12:31:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1680. 2025-02-24 12:35:14.7|Info|RssSyncService|Starting RSS Sync
  1681. 2025-02-24 12:35:19.8|Info|DownloadDecisionMaker|Processing 30 releases
  1682. 2025-02-24 12:35:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1683. 2025-02-24 12:37:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1684. 2025-02-24 12:42:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1685. 2025-02-24 12:42:50.1|Info|SceneMappingService|Updating Scene mappings
  1686. 2025-02-24 12:47:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1687. 2025-02-24 12:50:22.6|Info|RssSyncService|Starting RSS Sync
  1688. 2025-02-24 12:50:28.7|Info|DownloadDecisionMaker|Processing 31 releases
  1689. 2025-02-24 12:50:29.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1690. 2025-02-24 12:52:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1691. 2025-02-24 12:57:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1692. 2025-02-24 13:02:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1693. 2025-02-24 13:05:58.4|Info|RssSyncService|Starting RSS Sync
  1694. 2025-02-24 13:06:05.1|Info|DownloadDecisionMaker|Processing 31 releases
  1695. 2025-02-24 13:06:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1696. 2025-02-24 13:08:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1697. 2025-02-24 13:13:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1698. 2025-02-24 13:18:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1699. 2025-02-24 13:21:36.4|Info|RssSyncService|Starting RSS Sync
  1700. 2025-02-24 13:21:41.9|Info|DownloadDecisionMaker|Processing 31 releases
  1701. 2025-02-24 13:21:43.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1702. 2025-02-24 13:23:31.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1703. 2025-02-24 13:28:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1704. 2025-02-24 13:33:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1705. 2025-02-24 13:37:12.5|Info|RssSyncService|Starting RSS Sync
  1706. 2025-02-24 13:37:21.0|Info|DownloadDecisionMaker|Processing 31 releases
  1707. 2025-02-24 13:37:25.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1708. 2025-02-24 13:39:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1709. 2025-02-24 13:44:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1710. 2025-02-24 13:49:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1711. 2025-02-24 13:52:46.4|Info|RssSyncService|Starting RSS Sync
  1712. 2025-02-24 13:52:51.7|Info|DownloadDecisionMaker|Processing 30 releases
  1713. 2025-02-24 13:52:52.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1714. 2025-02-24 13:54:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1715. 2025-02-24 13:57:18.5|Info|BackupService|Starting Backup
  1716. 2025-02-24 13:59:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1717. 2025-02-24 14:04:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1718. 2025-02-24 14:08:20.4|Info|RssSyncService|Starting RSS Sync
  1719. 2025-02-24 14:08:26.0|Info|DownloadDecisionMaker|Processing 30 releases
  1720. 2025-02-24 14:08:26.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1721. 2025-02-24 14:10:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1722. 2025-02-24 14:15:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1723. 2025-02-24 14:20:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1724. 2025-02-24 14:23:54.4|Info|RssSyncService|Starting RSS Sync
  1725. 2025-02-24 14:24:00.0|Info|DownloadDecisionMaker|Processing 30 releases
  1726. 2025-02-24 14:24:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1727. 2025-02-24 14:25:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1728. 2025-02-24 14:30:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1729. 2025-02-24 14:35:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1730. 2025-02-24 14:39:31.4|Info|RssSyncService|Starting RSS Sync
  1731. 2025-02-24 14:39:37.2|Info|DownloadDecisionMaker|Processing 30 releases
  1732. 2025-02-24 14:39:37.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1733. 2025-02-24 14:41:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1734. 2025-02-24 14:46:12.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1735. 2025-02-24 14:51:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1736. 2025-02-24 14:55:04.8|Info|RssSyncService|Starting RSS Sync
  1737. 2025-02-24 14:55:09.4|Info|DownloadDecisionMaker|Processing 31 releases
  1738. 2025-02-24 14:55:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1739. 2025-02-24 14:56:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1740. 2025-02-24 15:01:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1741. 2025-02-24 15:06:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1742. 2025-02-24 15:10:40.5|Info|RssSyncService|Starting RSS Sync
  1743. 2025-02-24 15:10:44.5|Info|DownloadDecisionMaker|Processing 31 releases
  1744. 2025-02-24 15:10:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1745. 2025-02-24 15:12:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1746. 2025-02-24 15:17:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1747. 2025-02-24 15:22:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1748. 2025-02-24 15:26:13.2|Info|RssSyncService|Starting RSS Sync
  1749. 2025-02-24 15:26:17.3|Info|DownloadDecisionMaker|Processing 31 releases
  1750. 2025-02-24 15:26:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1751. 2025-02-24 15:27:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1752. 2025-02-24 15:32:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1753. 2025-02-24 15:37:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1754. 2025-02-24 15:41:47.0|Info|RssSyncService|Starting RSS Sync
  1755. 2025-02-24 15:41:51.2|Info|DownloadDecisionMaker|Processing 31 releases
  1756. 2025-02-24 15:41:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1757. 2025-02-24 15:43:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1758. 2025-02-24 15:43:17.6|Info|SceneMappingService|Updating Scene mappings
  1759. 2025-02-24 15:48:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1760. 2025-02-24 15:53:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1761. 2025-02-24 15:57:21.7|Info|RssSyncService|Starting RSS Sync
  1762. 2025-02-24 15:57:25.6|Info|DownloadDecisionMaker|Processing 31 releases
  1763. 2025-02-24 15:57:26.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1764. 2025-02-24 15:58:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1765. 2025-02-24 16:03:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1766. 2025-02-24 16:08:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1767. 2025-02-24 16:12:56.3|Info|RssSyncService|Starting RSS Sync
  1768. 2025-02-24 16:13:00.1|Info|DownloadDecisionMaker|Processing 31 releases
  1769. 2025-02-24 16:13:00.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1770. 2025-02-24 16:14:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1771. 2025-02-24 16:19:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1772. 2025-02-24 16:24:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1773. 2025-02-24 16:28:31.1|Info|RssSyncService|Starting RSS Sync
  1774. 2025-02-24 16:28:36.4|Info|DownloadDecisionMaker|Processing 31 releases
  1775. 2025-02-24 16:28:37.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1776. 2025-02-24 16:29:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1777. 2025-02-24 16:34:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1778. 2025-02-24 16:39:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1779. 2025-02-24 16:44:03.6|Info|RssSyncService|Starting RSS Sync
  1780. 2025-02-24 16:44:07.9|Info|DownloadDecisionMaker|Processing 31 releases
  1781. 2025-02-24 16:44:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1782. 2025-02-24 16:45:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1783. 2025-02-24 16:50:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1784. 2025-02-24 16:55:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1785. 2025-02-24 16:59:38.3|Info|RssSyncService|Starting RSS Sync
  1786. 2025-02-24 16:59:42.4|Info|DownloadDecisionMaker|Processing 31 releases
  1787. 2025-02-24 16:59:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1788. 2025-02-24 17:00:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1789. 2025-02-24 17:05:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1790. 2025-02-24 17:10:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1791. 2025-02-24 17:15:12.7|Info|RssSyncService|Starting RSS Sync
  1792. 2025-02-24 17:15:17.2|Info|DownloadDecisionMaker|Processing 31 releases
  1793. 2025-02-24 17:15:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1794. 2025-02-24 17:16:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1795. 2025-02-24 17:21:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1796. 2025-02-24 17:26:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1797. 2025-02-24 17:30:45.8|Info|RssSyncService|Starting RSS Sync
  1798. 2025-02-24 17:30:50.1|Info|DownloadDecisionMaker|Processing 31 releases
  1799. 2025-02-24 17:30:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1800. 2025-02-24 17:31:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1801. 2025-02-24 17:36:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1802. 2025-02-24 17:41:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1803. 2025-02-24 17:46:18.5|Info|RssSyncService|Starting RSS Sync
  1804. 2025-02-24 17:46:22.9|Info|DownloadDecisionMaker|Processing 31 releases
  1805. 2025-02-24 17:46:23.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1806. 2025-02-24 17:47:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1807. 2025-02-24 17:50:50.4|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
  1808. 2025-02-24 17:52:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1809. 2025-02-24 17:57:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1810. 2025-02-24 18:01:51.6|Info|RssSyncService|Starting RSS Sync
  1811. 2025-02-24 18:01:55.4|Info|DownloadDecisionMaker|Processing 31 releases
  1812. 2025-02-24 18:01:57.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1813. 2025-02-24 18:02:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1814. 2025-02-24 18:07:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1815. 2025-02-24 18:11:53.8|Info|HousekeepingService|Running housecleaning tasks
  1816. 2025-02-24 18:11:56.7|Info|Database|Vacuuming Log database
  1817. 2025-02-24 18:11:57.3|Info|Database|Log database compressed
  1818. 2025-02-24 18:11:57.3|Info|Database|Vacuuming Main database
  1819. 2025-02-24 18:11:58.2|Info|Database|Main database compressed
  1820. 2025-02-24 18:12:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1821. 2025-02-24 18:17:26.3|Info|RssSyncService|Starting RSS Sync
  1822. 2025-02-24 18:17:31.8|Info|DownloadDecisionMaker|Processing 31 releases
  1823. 2025-02-24 18:17:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1824. 2025-02-24 18:18:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1825. 2025-02-24 18:23:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1826. 2025-02-24 18:28:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1827. 2025-02-24 18:33:04.9|Info|RssSyncService|Starting RSS Sync
  1828. 2025-02-24 18:33:11.2|Info|DownloadDecisionMaker|Processing 31 releases
  1829. 2025-02-24 18:33:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1830. 2025-02-24 18:33:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1831. 2025-02-24 18:38:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1832. 2025-02-24 18:43:38.2|Info|SceneMappingService|Updating Scene mappings
  1833. 2025-02-24 18:43:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1834. 2025-02-24 18:48:41.1|Info|RssSyncService|Starting RSS Sync
  1835. 2025-02-24 18:48:45.4|Info|DownloadDecisionMaker|Processing 30 releases
  1836. 2025-02-24 18:48:46.1|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1837. 2025-02-24 18:49:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1838. 2025-02-24 18:54:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1839. 2025-02-24 18:59:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1840. 2025-02-24 19:04:14.1|Info|RssSyncService|Starting RSS Sync
  1841. 2025-02-24 19:04:19.1|Info|DownloadDecisionMaker|Processing 30 releases
  1842. 2025-02-24 19:04:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1843. 2025-02-24 19:04:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1844. 2025-02-24 19:09:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1845. 2025-02-24 19:14:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1846. 2025-02-24 19:19:48.2|Info|RssSyncService|Starting RSS Sync
  1847. 2025-02-24 19:19:53.2|Info|DownloadDecisionMaker|Processing 30 releases
  1848. 2025-02-24 19:19:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1849. 2025-02-24 19:20:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1850. 2025-02-24 19:25:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1851. 2025-02-24 19:30:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1852. 2025-02-24 19:35:21.3|Info|RssSyncService|Starting RSS Sync
  1853. 2025-02-24 19:35:26.2|Info|DownloadDecisionMaker|Processing 30 releases
  1854. 2025-02-24 19:35:27.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  1855. 2025-02-24 19:35:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1856. 2025-02-24 19:40:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1857. 2025-02-24 19:45:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1858. 2025-02-24 19:50:55.6|Info|RssSyncService|Starting RSS Sync
  1859. 2025-02-24 19:51:00.7|Info|DownloadDecisionMaker|Processing 32 releases
  1860. 2025-02-24 19:51:01.6|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1861. 2025-02-24 19:51:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1862. 2025-02-24 19:56:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1863. 2025-02-24 20:01:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1864. 2025-02-24 20:06:31.2|Info|RssSyncService|Starting RSS Sync
  1865. 2025-02-24 20:06:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1866. 2025-02-24 20:06:36.2|Info|DownloadDecisionMaker|Processing 32 releases
  1867. 2025-02-24 20:06:38.4|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1868. 2025-02-24 20:11:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1869. 2025-02-24 20:16:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1870. 2025-02-24 20:22:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1871. 2025-02-24 20:22:05.7|Info|RssSyncService|Starting RSS Sync
  1872. 2025-02-24 20:22:12.2|Info|DownloadDecisionMaker|Processing 32 releases
  1873. 2025-02-24 20:22:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1874. 2025-02-24 20:27:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1875. 2025-02-24 20:32:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1876. 2025-02-24 20:37:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1877. 2025-02-24 20:37:40.6|Info|RssSyncService|Starting RSS Sync
  1878. 2025-02-24 20:37:45.3|Info|DownloadDecisionMaker|Processing 32 releases
  1879. 2025-02-24 20:37:46.0|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  1880. 2025-02-24 20:42:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1881. 2025-02-24 20:47:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1882. 2025-02-24 20:53:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1883. 2025-02-24 20:53:15.1|Info|RssSyncService|Starting RSS Sync
  1884. 2025-02-24 20:53:20.0|Info|DownloadDecisionMaker|Processing 31 releases
  1885. 2025-02-24 20:53:20.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1886. 2025-02-24 20:58:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1887. 2025-02-24 21:03:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1888. 2025-02-24 21:08:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1889. 2025-02-24 21:08:47.6|Info|RssSyncService|Starting RSS Sync
  1890. 2025-02-24 21:08:53.8|Info|DownloadDecisionMaker|Processing 31 releases
  1891. 2025-02-24 21:08:54.5|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1892. 2025-02-24 21:13:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1893. 2025-02-24 21:18:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1894. 2025-02-24 21:24:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1895. 2025-02-24 21:24:19.7|Info|RssSyncService|Starting RSS Sync
  1896. 2025-02-24 21:24:24.5|Info|DownloadDecisionMaker|Processing 31 releases
  1897. 2025-02-24 21:24:25.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  1898. 2025-02-24 21:29:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1899. 2025-02-24 21:34:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  1900. 2025-02-24 21:37:52.4|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  1901. 2025-02-24 21:37:52.4|Info|DiskScanService|Scanning Arcane
  1902. 2025-02-24 21:37:52.5|Info|DiskScanService|Completed scanning disk for Arcane
  1903. 2025-02-24 21:37:52.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1904. 2025-02-24 21:37:52.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1905. 2025-02-24 21:37:52.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1906. 2025-02-24 21:37:52.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1907. 2025-02-24 21:37:52.5|Info|RefreshSeriesService|Updating Bref.
  1908. 2025-02-24 21:37:53.9|Info|RefreshEpisodeService|Starting episode info refresh for: [251562][Bref.]
  1909. 2025-02-24 21:38:21.8|Info|RefreshEpisodeService|Finished episode refresh for series: [251562][Bref.].
  1910. 2025-02-24 21:38:21.8|Info|DiskScanService|Scanning Bref.
  1911. 2025-02-24 21:38:22.0|Info|DiskScanService|Completed scanning disk for Bref.
  1912. 2025-02-24 21:38:22.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1913. 2025-02-24 21:38:22.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1914. 2025-02-24 21:38:22.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1915. 2025-02-24 21:38:22.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1916. 2025-02-24 21:38:22.0|Info|RefreshSeriesService|Updating Daredevil: Born Again
  1917. 2025-02-24 21:38:23.7|Info|RefreshEpisodeService|Starting episode info refresh for: [422712][Daredevil: Born Again]
  1918. 2025-02-24 21:38:27.3|Info|RefreshEpisodeService|Finished episode refresh for series: [422712][Daredevil: Born Again].
  1919. 2025-02-24 21:38:27.3|Info|DiskScanService|Scanning Daredevil: Born Again
  1920. 2025-02-24 21:38:27.3|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  1921. 2025-02-24 21:38:27.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1922. 2025-02-24 21:38:27.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1923. 2025-02-24 21:38:27.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1924. 2025-02-24 21:38:27.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1925. 2025-02-24 21:38:27.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1926. 2025-02-24 21:38:27.4|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  1927. 2025-02-24 21:38:27.4|Info|DiskScanService|Scanning Desperate Housewives
  1928. 2025-02-24 21:38:31.2|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  1929. 2025-02-24 21:38:31.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1930. 2025-02-24 21:38:31.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1931. 2025-02-24 21:38:31.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1932. 2025-02-24 21:38:31.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1933. 2025-02-24 21:38:31.3|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  1934. 2025-02-24 21:38:31.3|Info|DiskScanService|Scanning Dexter: New Blood
  1935. 2025-02-24 21:38:31.8|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  1936. 2025-02-24 21:38:31.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1937. 2025-02-24 21:38:31.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1938. 2025-02-24 21:38:31.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1939. 2025-02-24 21:38:31.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1940. 2025-02-24 21:38:31.8|Info|RefreshSeriesService|Updating Dexter: Original Sin
  1941. 2025-02-24 21:38:32.2|Info|RefreshEpisodeService|Starting episode info refresh for: [430780][Dexter: Original Sin]
  1942. 2025-02-24 21:38:35.4|Info|RefreshEpisodeService|Finished episode refresh for series: [430780][Dexter: Original Sin].
  1943. 2025-02-24 21:38:35.4|Info|DiskScanService|Scanning Dexter: Original Sin
  1944. 2025-02-24 21:38:35.8|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  1945. 2025-02-24 21:38:35.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1946. 2025-02-24 21:38:35.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1947. 2025-02-24 21:38:35.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1948. 2025-02-24 21:38:35.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1949. 2025-02-24 21:38:35.9|Info|RefreshSeriesService|Updating Dope Thief
  1950. 2025-02-24 21:38:36.5|Info|RefreshEpisodeService|Starting episode info refresh for: [423332][Dope Thief]
  1951. 2025-02-24 21:38:39.5|Info|RefreshEpisodeService|Finished episode refresh for series: [423332][Dope Thief].
  1952. 2025-02-24 21:38:39.5|Info|DiskScanService|Scanning Dope Thief
  1953. 2025-02-24 21:38:39.5|Info|DiskScanService|Completed scanning disk for Dope Thief
  1954. 2025-02-24 21:38:39.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1955. 2025-02-24 21:38:39.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1956. 2025-02-24 21:38:39.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1957. 2025-02-24 21:38:39.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1958. 2025-02-24 21:38:39.5|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1959. 2025-02-24 21:38:39.5|Info|RefreshSeriesService|Updating Dune: Prophecy
  1960. 2025-02-24 21:38:39.5|Info|MediaCoverService|Downloading Fanart for [423332][Dope Thief] https://artworks.thetvdb.com/banners/v4/series/423332/backgrounds/67b49b2e98840.jpg
  1961. 2025-02-24 21:38:40.0|Info|RefreshEpisodeService|Starting episode info refresh for: [367118][Dune: Prophecy]
  1962. 2025-02-24 21:38:41.4|Info|MetadataService|Series folder does not exist, skipping metadata image creation
  1963. 2025-02-24 21:38:44.6|Info|RefreshEpisodeService|Finished episode refresh for series: [367118][Dune: Prophecy].
  1964. 2025-02-24 21:38:44.6|Info|DiskScanService|Scanning Dune: Prophecy
  1965. 2025-02-24 21:38:45.0|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  1966. 2025-02-24 21:38:45.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1967. 2025-02-24 21:38:45.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1968. 2025-02-24 21:38:45.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1969. 2025-02-24 21:38:45.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1970. 2025-02-24 21:38:45.0|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  1971. 2025-02-24 21:38:45.0|Info|DiskScanService|Scanning The Expanse
  1972. 2025-02-24 21:38:46.4|Info|DiskScanService|Completed scanning disk for The Expanse
  1973. 2025-02-24 21:38:46.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1974. 2025-02-24 21:38:46.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1975. 2025-02-24 21:38:46.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1976. 2025-02-24 21:38:46.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1977. 2025-02-24 21:38:46.5|Info|RefreshSeriesService|Updating The Last of Us
  1978. 2025-02-24 21:38:46.6|Info|RefreshEpisodeService|Starting episode info refresh for: [392256][The Last of Us]
  1979. 2025-02-24 21:39:02.9|Info|RefreshEpisodeService|Finished episode refresh for series: [392256][The Last of Us].
  1980. 2025-02-24 21:39:02.9|Info|DiskScanService|Scanning The Last of Us
  1981. 2025-02-24 21:39:02.9|Info|DiskScanService|Completed scanning disk for The Last of Us
  1982. 2025-02-24 21:39:02.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1983. 2025-02-24 21:39:02.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1984. 2025-02-24 21:39:02.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1985. 2025-02-24 21:39:02.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1986. 2025-02-24 21:39:02.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1987. 2025-02-24 21:39:02.9|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  1988. 2025-02-24 21:39:02.9|Info|DiskScanService|Scanning Planet Earth
  1989. 2025-02-24 21:39:02.9|Info|DiskScanService|Completed scanning disk for Planet Earth
  1990. 2025-02-24 21:39:02.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1991. 2025-02-24 21:39:02.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  1992. 2025-02-24 21:39:02.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  1993. 2025-02-24 21:39:02.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  1994. 2025-02-24 21:39:02.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
  1995. 2025-02-24 21:39:02.9|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  1996. 2025-02-24 21:39:02.9|Info|DiskScanService|Scanning Planet Earth II
  1997. 2025-02-24 21:39:03.0|Info|DiskScanService|Completed scanning disk for Planet Earth II
  1998. 2025-02-24 21:39:03.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  1999. 2025-02-24 21:39:03.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2000. 2025-02-24 21:39:03.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2001. 2025-02-24 21:39:03.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2002. 2025-02-24 21:39:03.0|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  2003. 2025-02-24 21:39:03.0|Info|DiskScanService|Scanning Planet Earth III
  2004. 2025-02-24 21:39:03.0|Info|DiskScanService|Completed scanning disk for Planet Earth III
  2005. 2025-02-24 21:39:03.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2006. 2025-02-24 21:39:03.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2007. 2025-02-24 21:39:03.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2008. 2025-02-24 21:39:03.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2009. 2025-02-24 21:39:03.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2010. 2025-02-24 21:39:03.0|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  2011. 2025-02-24 21:39:03.0|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  2012. 2025-02-24 21:39:03.1|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  2013. 2025-02-24 21:39:03.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2014. 2025-02-24 21:39:03.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2015. 2025-02-24 21:39:03.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2016. 2025-02-24 21:39:03.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2017. 2025-02-24 21:39:03.1|Info|RefreshSeriesService|Updating Reacher
  2018. 2025-02-24 21:39:03.7|Info|RefreshEpisodeService|Starting episode info refresh for: [366924][Reacher]
  2019. 2025-02-24 21:39:13.8|Info|RefreshEpisodeService|Finished episode refresh for series: [366924][Reacher].
  2020. 2025-02-24 21:39:13.8|Info|DiskScanService|Scanning Reacher
  2021. 2025-02-24 21:39:13.8|Info|DiskScanService|Completed scanning disk for Reacher
  2022. 2025-02-24 21:39:13.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2023. 2025-02-24 21:39:13.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2024. 2025-02-24 21:39:13.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2025. 2025-02-24 21:39:13.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2026. 2025-02-24 21:39:13.8|Info|RefreshSeriesService|Updating Secret Level
  2027. 2025-02-24 21:39:14.2|Info|RefreshEpisodeService|Starting episode info refresh for: [453280][Secret Level]
  2028. 2025-02-24 21:39:20.1|Info|RefreshEpisodeService|Finished episode refresh for series: [453280][Secret Level].
  2029. 2025-02-24 21:39:20.1|Info|DiskScanService|Scanning Secret Level
  2030. 2025-02-24 21:39:20.4|Info|DiskScanService|Completed scanning disk for Secret Level
  2031. 2025-02-24 21:39:20.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2032. 2025-02-24 21:39:20.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2033. 2025-02-24 21:39:20.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2034. 2025-02-24 21:39:20.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2035. 2025-02-24 21:39:20.4|Info|RefreshSeriesService|Updating Severance
  2036. 2025-02-24 21:39:20.9|Info|RefreshEpisodeService|Starting episode info refresh for: [371980][Severance]
  2037. 2025-02-24 21:39:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2038. 2025-02-24 21:39:33.3|Info|RefreshEpisodeService|Finished episode refresh for series: [371980][Severance].
  2039. 2025-02-24 21:39:33.3|Info|DiskScanService|Scanning Severance
  2040. 2025-02-24 21:39:33.4|Info|DiskScanService|Completed scanning disk for Severance
  2041. 2025-02-24 21:39:33.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2042. 2025-02-24 21:39:33.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2043. 2025-02-24 21:39:33.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2044. 2025-02-24 21:39:33.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2045. 2025-02-24 21:39:33.4|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  2046. 2025-02-24 21:39:33.4|Info|DiskScanService|Scanning Sex and the City
  2047. 2025-02-24 21:39:34.3|Info|DiskScanService|Completed scanning disk for Sex and the City
  2048. 2025-02-24 21:39:34.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2049. 2025-02-24 21:39:34.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2050. 2025-02-24 21:39:34.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2051. 2025-02-24 21:39:34.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2052. 2025-02-24 21:39:34.4|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  2053. 2025-02-24 21:39:34.4|Info|DiskScanService|Scanning Sherlock
  2054. 2025-02-24 21:39:34.5|Info|DiskScanService|Completed scanning disk for Sherlock
  2055. 2025-02-24 21:39:34.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2056. 2025-02-24 21:39:34.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2057. 2025-02-24 21:39:34.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2058. 2025-02-24 21:39:34.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2059. 2025-02-24 21:39:34.5|Info|RefreshSeriesService|Updating Shōgun
  2060. 2025-02-24 21:39:35.3|Info|RefreshEpisodeService|Starting episode info refresh for: [392573][Shōgun]
  2061. 2025-02-24 21:39:45.9|Info|RefreshEpisodeService|Finished episode refresh for series: [392573][Shōgun].
  2062. 2025-02-24 21:39:45.9|Info|DiskScanService|Scanning Shōgun
  2063. 2025-02-24 21:39:46.0|Info|DiskScanService|Completed scanning disk for Shōgun
  2064. 2025-02-24 21:39:46.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2065. 2025-02-24 21:39:46.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2066. 2025-02-24 21:39:46.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2067. 2025-02-24 21:39:46.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2068. 2025-02-24 21:39:46.0|Info|RefreshSeriesService|Updating Wakfu
  2069. 2025-02-24 21:39:46.4|Info|RefreshEpisodeService|Starting episode info refresh for: [94121][Wakfu]
  2070. 2025-02-24 21:40:22.5|Info|RefreshEpisodeService|Finished episode refresh for series: [94121][Wakfu].
  2071. 2025-02-24 21:40:22.5|Info|DiskScanService|Scanning Wakfu
  2072. 2025-02-24 21:40:22.7|Info|DiskScanService|Completed scanning disk for Wakfu
  2073. 2025-02-24 21:40:22.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2074. 2025-02-24 21:40:22.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2075. 2025-02-24 21:40:22.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2076. 2025-02-24 21:40:22.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2077. 2025-02-24 21:40:22.7|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  2078. 2025-02-24 21:40:22.7|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  2079. 2025-02-24 21:40:22.9|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  2080. 2025-02-24 21:40:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2081. 2025-02-24 21:40:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2082. 2025-02-24 21:40:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2083. 2025-02-24 21:40:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2084. 2025-02-24 21:40:22.9|Info|RefreshSeriesService|Updating The White Lotus
  2085. 2025-02-24 21:40:25.1|Info|RssSyncService|Starting RSS Sync
  2086. 2025-02-24 21:40:27.3|Info|RefreshEpisodeService|Starting episode info refresh for: [390430][The White Lotus]
  2087. 2025-02-24 21:40:35.7|Info|DownloadDecisionMaker|Processing 32 releases
  2088. 2025-02-24 21:40:36.5|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2089. 2025-02-24 21:40:37.8|Info|RefreshEpisodeService|Finished episode refresh for series: [390430][The White Lotus].
  2090. 2025-02-24 21:40:37.8|Info|DiskScanService|Scanning The White Lotus
  2091. 2025-02-24 21:40:38.3|Info|DiskScanService|Completed scanning disk for The White Lotus
  2092. 2025-02-24 21:40:38.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2093. 2025-02-24 21:40:38.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2094. 2025-02-24 21:40:38.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2095. 2025-02-24 21:40:38.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2096. 2025-02-24 21:43:53.8|Info|SceneMappingService|Updating Scene mappings
  2097. 2025-02-24 21:44:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2098. 2025-02-24 21:49:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2099. 2025-02-24 21:55:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2100. 2025-02-24 21:55:57.5|Info|RssSyncService|Starting RSS Sync
  2101. 2025-02-24 21:56:02.7|Info|DownloadDecisionMaker|Processing 32 releases
  2102. 2025-02-24 21:56:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2103. 2025-02-24 22:00:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2104. 2025-02-24 22:05:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2105. 2025-02-24 22:10:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2106. 2025-02-24 22:11:33.4|Info|RssSyncService|Starting RSS Sync
  2107. 2025-02-24 22:11:38.1|Info|DownloadDecisionMaker|Processing 32 releases
  2108. 2025-02-24 22:11:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2109. 2025-02-24 22:15:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2110. 2025-02-24 22:20:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2111. 2025-02-24 22:26:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2112. 2025-02-24 22:27:07.2|Info|RssSyncService|Starting RSS Sync
  2113. 2025-02-24 22:27:15.5|Info|DownloadDecisionMaker|Processing 32 releases
  2114. 2025-02-24 22:27:16.3|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2115. 2025-02-24 22:31:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2116. 2025-02-24 22:36:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2117. 2025-02-24 22:41:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2118. 2025-02-24 22:42:42.3|Info|RssSyncService|Starting RSS Sync
  2119. 2025-02-24 22:42:46.7|Info|DownloadDecisionMaker|Processing 32 releases
  2120. 2025-02-24 22:42:47.5|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2121. 2025-02-24 22:46:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2122. 2025-02-24 22:51:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2123. 2025-02-24 22:57:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2124. 2025-02-24 22:58:16.1|Info|RssSyncService|Starting RSS Sync
  2125. 2025-02-24 22:58:20.7|Info|DownloadDecisionMaker|Processing 32 releases
  2126. 2025-02-24 22:58:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2127. 2025-02-24 23:02:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2128. 2025-02-24 23:07:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2129. 2025-02-24 23:12:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2130. 2025-02-24 23:13:49.7|Info|RssSyncService|Starting RSS Sync
  2131. 2025-02-24 23:13:54.1|Info|DownloadDecisionMaker|Processing 32 releases
  2132. 2025-02-24 23:13:54.8|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2133. 2025-02-24 23:17:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2134. 2025-02-24 23:22:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2135. 2025-02-24 23:28:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2136. 2025-02-24 23:29:23.7|Info|RssSyncService|Starting RSS Sync
  2137. 2025-02-24 23:29:28.0|Info|DownloadDecisionMaker|Processing 32 releases
  2138. 2025-02-24 23:29:28.8|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2139. 2025-02-24 23:33:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2140. 2025-02-24 23:38:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2141. 2025-02-24 23:43:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2142. 2025-02-24 23:44:57.7|Info|RssSyncService|Starting RSS Sync
  2143. 2025-02-24 23:45:02.8|Info|DownloadDecisionMaker|Processing 31 releases
  2144. 2025-02-24 23:45:03.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2145. 2025-02-24 23:48:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2146. 2025-02-24 23:53:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2147. 2025-02-24 23:59:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2148. 2025-02-25 00:00:30.5|Info|RssSyncService|Starting RSS Sync
  2149. 2025-02-25 00:00:35.4|Info|DownloadDecisionMaker|Processing 31 releases
  2150. 2025-02-25 00:00:36.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2151. 2025-02-25 00:04:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2152. 2025-02-25 00:09:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2153. 2025-02-25 00:14:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2154. 2025-02-25 00:16:04.6|Info|RssSyncService|Starting RSS Sync
  2155. 2025-02-25 00:16:09.2|Info|DownloadDecisionMaker|Processing 31 releases
  2156. 2025-02-25 00:16:10.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2157. 2025-02-25 00:19:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2158. 2025-02-25 00:24:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2159. 2025-02-25 00:30:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2160. 2025-02-25 00:31:38.4|Info|RssSyncService|Starting RSS Sync
  2161. 2025-02-25 00:31:43.3|Info|DownloadDecisionMaker|Processing 31 releases
  2162. 2025-02-25 00:31:44.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2163. 2025-02-25 00:35:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2164. 2025-02-25 00:40:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2165. 2025-02-25 00:44:10.7|Info|SceneMappingService|Updating Scene mappings
  2166. 2025-02-25 00:45:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2167. 2025-02-25 00:47:11.2|Info|RssSyncService|Starting RSS Sync
  2168. 2025-02-25 00:47:16.4|Info|DownloadDecisionMaker|Processing 32 releases
  2169. 2025-02-25 00:47:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2170. 2025-02-25 00:50:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2171. 2025-02-25 00:55:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2172. 2025-02-25 01:01:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2173. 2025-02-25 01:02:45.4|Info|RssSyncService|Starting RSS Sync
  2174. 2025-02-25 01:02:50.6|Info|DownloadDecisionMaker|Processing 32 releases
  2175. 2025-02-25 01:02:51.7|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2176. 2025-02-25 01:06:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2177. 2025-02-25 01:11:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2178. 2025-02-25 01:16:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2179. 2025-02-25 01:18:18.5|Info|RssSyncService|Starting RSS Sync
  2180. 2025-02-25 01:18:23.5|Info|DownloadDecisionMaker|Processing 32 releases
  2181. 2025-02-25 01:18:24.6|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2182. 2025-02-25 01:21:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2183. 2025-02-25 01:26:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2184. 2025-02-25 01:32:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2185. 2025-02-25 01:33:52.4|Info|RssSyncService|Starting RSS Sync
  2186. 2025-02-25 01:33:57.5|Info|DownloadDecisionMaker|Processing 32 releases
  2187. 2025-02-25 01:33:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2188. 2025-02-25 01:37:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2189. 2025-02-25 01:42:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2190. 2025-02-25 01:47:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2191. 2025-02-25 01:49:25.9|Info|RssSyncService|Starting RSS Sync
  2192. 2025-02-25 01:49:30.5|Info|DownloadDecisionMaker|Processing 32 releases
  2193. 2025-02-25 01:49:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2194. 2025-02-25 01:52:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2195. 2025-02-25 01:57:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2196. 2025-02-25 02:03:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2197. 2025-02-25 02:04:59.9|Info|RssSyncService|Starting RSS Sync
  2198. 2025-02-25 02:05:05.1|Info|DownloadDecisionMaker|Processing 32 releases
  2199. 2025-02-25 02:05:05.9|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2200. 2025-02-25 02:08:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2201. 2025-02-25 02:13:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2202. 2025-02-25 02:18:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2203. 2025-02-25 02:20:35.7|Info|RssSyncService|Starting RSS Sync
  2204. 2025-02-25 02:20:39.7|Info|DownloadDecisionMaker|Processing 32 releases
  2205. 2025-02-25 02:20:40.6|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2206. 2025-02-25 02:23:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2207. 2025-02-25 02:28:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2208. 2025-02-25 02:34:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2209. 2025-02-25 02:36:08.4|Info|RssSyncService|Starting RSS Sync
  2210. 2025-02-25 02:36:13.1|Info|DownloadDecisionMaker|Processing 32 releases
  2211. 2025-02-25 02:36:14.1|Info|RssSyncService|RSS Sync Completed. Reports found: 32, Reports grabbed: 0
  2212. 2025-02-25 02:39:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2213. 2025-02-25 02:44:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2214. 2025-02-25 02:49:31.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2215. 2025-02-25 02:51:44.4|Info|RssSyncService|Starting RSS Sync
  2216. 2025-02-25 02:51:48.9|Info|DownloadDecisionMaker|Processing 31 releases
  2217. 2025-02-25 02:51:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2218. 2025-02-25 02:54:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2219. 2025-02-25 02:59:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2220. 2025-02-25 03:05:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2221. 2025-02-25 03:07:18.4|Info|RssSyncService|Starting RSS Sync
  2222. 2025-02-25 03:07:22.8|Info|DownloadDecisionMaker|Processing 31 releases
  2223. 2025-02-25 03:07:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2224. 2025-02-25 03:10:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2225. 2025-02-25 03:15:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2226. 2025-02-25 03:20:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2227. 2025-02-25 03:22:50.9|Info|RssSyncService|Starting RSS Sync
  2228. 2025-02-25 03:22:55.4|Info|DownloadDecisionMaker|Processing 31 releases
  2229. 2025-02-25 03:22:57.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2230. 2025-02-25 03:25:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2231. 2025-02-25 03:30:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2232. 2025-02-25 03:36:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2233. 2025-02-25 03:38:25.6|Info|RssSyncService|Starting RSS Sync
  2234. 2025-02-25 03:38:29.9|Info|DownloadDecisionMaker|Processing 31 releases
  2235. 2025-02-25 03:38:32.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2236. 2025-02-25 03:41:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2237. 2025-02-25 03:44:28.1|Info|SceneMappingService|Updating Scene mappings
  2238. 2025-02-25 03:46:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2239. 2025-02-25 03:51:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2240. 2025-02-25 03:54:04.3|Info|RssSyncService|Starting RSS Sync
  2241. 2025-02-25 03:54:09.7|Info|DownloadDecisionMaker|Processing 30 releases
  2242. 2025-02-25 03:54:10.4|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2243. 2025-02-25 03:56:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2244. 2025-02-25 04:01:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2245. 2025-02-25 04:07:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2246. 2025-02-25 04:09:35.2|Info|RssSyncService|Starting RSS Sync
  2247. 2025-02-25 04:09:38.9|Info|DownloadDecisionMaker|Processing 30 releases
  2248. 2025-02-25 04:09:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2249. 2025-02-25 04:12:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2250. 2025-02-25 04:17:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2251. 2025-02-25 04:22:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2252. 2025-02-25 04:25:09.4|Info|RssSyncService|Starting RSS Sync
  2253. 2025-02-25 04:25:13.1|Info|DownloadDecisionMaker|Processing 30 releases
  2254. 2025-02-25 04:25:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2255. 2025-02-25 04:27:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2256. 2025-02-25 04:32:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2257. 2025-02-25 04:38:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2258. 2025-02-25 04:40:43.1|Info|RssSyncService|Starting RSS Sync
  2259. 2025-02-25 04:40:48.1|Info|DownloadDecisionMaker|Processing 30 releases
  2260. 2025-02-25 04:40:48.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2261. 2025-02-25 04:43:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2262. 2025-02-25 04:48:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2263. 2025-02-25 04:53:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2264. 2025-02-25 04:56:16.3|Info|RssSyncService|Starting RSS Sync
  2265. 2025-02-25 04:56:21.1|Info|DownloadDecisionMaker|Processing 30 releases
  2266. 2025-02-25 04:56:23.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2267. 2025-02-25 04:58:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2268. 2025-02-25 05:03:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2269. 2025-02-25 05:09:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2270. 2025-02-25 05:11:50.7|Info|RssSyncService|Starting RSS Sync
  2271. 2025-02-25 05:11:55.0|Info|DownloadDecisionMaker|Processing 30 releases
  2272. 2025-02-25 05:11:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2273. 2025-02-25 05:14:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2274. 2025-02-25 05:19:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2275. 2025-02-25 05:24:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2276. 2025-02-25 05:27:24.6|Info|RssSyncService|Starting RSS Sync
  2277. 2025-02-25 05:27:29.7|Info|DownloadDecisionMaker|Processing 30 releases
  2278. 2025-02-25 05:27:32.3|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2279. 2025-02-25 05:29:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2280. 2025-02-25 05:34:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2281. 2025-02-25 05:40:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2282. 2025-02-25 05:43:00.5|Info|RssSyncService|Starting RSS Sync
  2283. 2025-02-25 05:43:05.5|Info|DownloadDecisionMaker|Processing 30 releases
  2284. 2025-02-25 05:43:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2285. 2025-02-25 05:45:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2286. 2025-02-25 05:50:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2287. 2025-02-25 05:55:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2288. 2025-02-25 05:58:33.4|Info|RssSyncService|Starting RSS Sync
  2289. 2025-02-25 05:58:38.2|Info|DownloadDecisionMaker|Processing 30 releases
  2290. 2025-02-25 05:58:41.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2291. 2025-02-25 06:00:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2292. 2025-02-25 06:05:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2293. 2025-02-25 06:11:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2294. 2025-02-25 06:14:08.1|Info|RssSyncService|Starting RSS Sync
  2295. 2025-02-25 06:14:12.5|Info|DownloadDecisionMaker|Processing 30 releases
  2296. 2025-02-25 06:14:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2297. 2025-02-25 06:16:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2298. 2025-02-25 06:21:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2299. 2025-02-25 06:26:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2300. 2025-02-25 06:29:42.0|Info|RssSyncService|Starting RSS Sync
  2301. 2025-02-25 06:29:46.7|Info|DownloadDecisionMaker|Processing 30 releases
  2302. 2025-02-25 06:29:48.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2303. 2025-02-25 06:31:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2304. 2025-02-25 06:36:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2305. 2025-02-25 06:42:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2306. 2025-02-25 06:44:46.4|Info|SceneMappingService|Updating Scene mappings
  2307. 2025-02-25 06:45:16.5|Info|RssSyncService|Starting RSS Sync
  2308. 2025-02-25 06:45:21.5|Info|DownloadDecisionMaker|Processing 29 releases
  2309. 2025-02-25 06:45:22.2|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  2310. 2025-02-25 06:47:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2311. 2025-02-25 06:52:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2312. 2025-02-25 06:57:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2313. 2025-02-25 07:00:23.7|Info|RssSyncService|Starting RSS Sync
  2314. 2025-02-25 07:00:28.9|Info|DownloadDecisionMaker|Processing 29 releases
  2315. 2025-02-25 07:00:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  2316. 2025-02-25 07:02:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2317. 2025-02-25 07:07:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2318. 2025-02-25 07:13:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2319. 2025-02-25 07:16:01.0|Info|RssSyncService|Starting RSS Sync
  2320. 2025-02-25 07:16:07.6|Info|DownloadDecisionMaker|Processing 29 releases
  2321. 2025-02-25 07:16:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  2322. 2025-02-25 07:18:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2323. 2025-02-25 07:23:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2324. 2025-02-25 07:28:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2325. 2025-02-25 07:31:33.9|Info|RssSyncService|Starting RSS Sync
  2326. 2025-02-25 07:31:41.4|Info|DownloadDecisionMaker|Processing 29 releases
  2327. 2025-02-25 07:31:42.8|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  2328. 2025-02-25 07:33:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2329. 2025-02-25 07:38:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2330. 2025-02-25 07:44:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2331. 2025-02-25 07:47:06.8|Info|RssSyncService|Starting RSS Sync
  2332. 2025-02-25 07:47:11.0|Info|DownloadDecisionMaker|Processing 29 releases
  2333. 2025-02-25 07:47:11.7|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  2334. 2025-02-25 07:49:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2335. 2025-02-25 07:54:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2336. 2025-02-25 07:59:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2337. 2025-02-25 08:02:40.2|Info|RssSyncService|Starting RSS Sync
  2338. 2025-02-25 08:02:45.2|Info|DownloadDecisionMaker|Processing 29 releases
  2339. 2025-02-25 08:02:45.9|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  2340. 2025-02-25 08:04:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2341. 2025-02-25 08:09:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2342. 2025-02-25 08:15:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2343. 2025-02-25 08:18:13.8|Info|RssSyncService|Starting RSS Sync
  2344. 2025-02-25 08:18:19.0|Info|DownloadDecisionMaker|Processing 29 releases
  2345. 2025-02-25 08:18:20.3|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  2346. 2025-02-25 08:20:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2347. 2025-02-25 08:25:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2348. 2025-02-25 08:30:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2349. 2025-02-25 08:33:46.6|Info|RssSyncService|Starting RSS Sync
  2350. 2025-02-25 08:33:51.1|Info|DownloadDecisionMaker|Processing 29 releases
  2351. 2025-02-25 08:33:51.8|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  2352. 2025-02-25 08:35:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2353. 2025-02-25 08:40:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2354. 2025-02-25 08:46:02.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2355. 2025-02-25 08:49:20.0|Info|RssSyncService|Starting RSS Sync
  2356. 2025-02-25 08:49:23.9|Info|DownloadDecisionMaker|Processing 28 releases
  2357. 2025-02-25 08:49:24.8|Info|RssSyncService|RSS Sync Completed. Reports found: 28, Reports grabbed: 0
  2358. 2025-02-25 08:51:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2359. 2025-02-25 08:56:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2360. 2025-02-25 09:01:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2361. 2025-02-25 09:04:53.5|Info|RssSyncService|Starting RSS Sync
  2362. 2025-02-25 09:04:58.8|Info|DownloadDecisionMaker|Processing 28 releases
  2363. 2025-02-25 09:05:00.7|Info|RssSyncService|RSS Sync Completed. Reports found: 28, Reports grabbed: 0
  2364. 2025-02-25 09:06:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2365. 2025-02-25 09:11:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2366. 2025-02-25 09:17:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2367. 2025-02-25 09:20:26.4|Info|RssSyncService|Starting RSS Sync
  2368. 2025-02-25 09:20:30.5|Info|DownloadDecisionMaker|Processing 28 releases
  2369. 2025-02-25 09:20:31.6|Info|RssSyncService|RSS Sync Completed. Reports found: 28, Reports grabbed: 0
  2370. 2025-02-25 09:22:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2371. 2025-02-25 09:27:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2372. 2025-02-25 09:32:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2373. 2025-02-25 09:36:01.3|Info|RssSyncService|Starting RSS Sync
  2374. 2025-02-25 09:36:05.8|Info|DownloadDecisionMaker|Processing 28 releases
  2375. 2025-02-25 09:36:06.4|Info|RssSyncService|RSS Sync Completed. Reports found: 28, Reports grabbed: 0
  2376. 2025-02-25 09:37:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2377. 2025-02-25 09:41:01.3|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  2378. 2025-02-25 09:41:01.3|Info|DiskScanService|Scanning Arcane
  2379. 2025-02-25 09:41:01.4|Info|DiskScanService|Completed scanning disk for Arcane
  2380. 2025-02-25 09:41:01.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2381. 2025-02-25 09:41:01.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2382. 2025-02-25 09:41:01.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2383. 2025-02-25 09:41:01.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2384. 2025-02-25 09:41:01.4|Info|RefreshSeriesService|Updating Bref.
  2385. 2025-02-25 09:41:04.3|Info|RefreshEpisodeService|Starting episode info refresh for: [251562][Bref.]
  2386. 2025-02-25 09:41:31.7|Info|RefreshEpisodeService|Finished episode refresh for series: [251562][Bref.].
  2387. 2025-02-25 09:41:31.8|Info|DiskScanService|Scanning Bref.
  2388. 2025-02-25 09:41:31.9|Info|DiskScanService|Completed scanning disk for Bref.
  2389. 2025-02-25 09:41:31.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2390. 2025-02-25 09:41:31.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2391. 2025-02-25 09:41:31.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2392. 2025-02-25 09:41:31.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2393. 2025-02-25 09:41:31.9|Info|RefreshSeriesService|Updating Daredevil: Born Again
  2394. 2025-02-25 09:41:32.4|Info|RefreshEpisodeService|Starting episode info refresh for: [422712][Daredevil: Born Again]
  2395. 2025-02-25 09:41:35.6|Info|RefreshEpisodeService|Finished episode refresh for series: [422712][Daredevil: Born Again].
  2396. 2025-02-25 09:41:35.6|Info|DiskScanService|Scanning Daredevil: Born Again
  2397. 2025-02-25 09:41:35.6|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  2398. 2025-02-25 09:41:35.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2399. 2025-02-25 09:41:35.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2400. 2025-02-25 09:41:35.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2401. 2025-02-25 09:41:35.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2402. 2025-02-25 09:41:35.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2403. 2025-02-25 09:41:35.6|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  2404. 2025-02-25 09:41:35.6|Info|DiskScanService|Scanning Desperate Housewives
  2405. 2025-02-25 09:41:38.9|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  2406. 2025-02-25 09:41:38.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2407. 2025-02-25 09:41:38.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2408. 2025-02-25 09:41:38.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2409. 2025-02-25 09:41:38.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2410. 2025-02-25 09:41:39.0|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  2411. 2025-02-25 09:41:39.0|Info|DiskScanService|Scanning Dexter: New Blood
  2412. 2025-02-25 09:41:39.6|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  2413. 2025-02-25 09:41:39.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2414. 2025-02-25 09:41:39.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2415. 2025-02-25 09:41:39.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2416. 2025-02-25 09:41:39.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2417. 2025-02-25 09:41:39.6|Info|RefreshSeriesService|Updating Dexter: Original Sin
  2418. 2025-02-25 09:41:39.9|Info|RefreshEpisodeService|Starting episode info refresh for: [430780][Dexter: Original Sin]
  2419. 2025-02-25 09:41:43.5|Info|RefreshEpisodeService|Finished episode refresh for series: [430780][Dexter: Original Sin].
  2420. 2025-02-25 09:41:43.5|Info|DiskScanService|Scanning Dexter: Original Sin
  2421. 2025-02-25 09:41:43.8|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  2422. 2025-02-25 09:41:43.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2423. 2025-02-25 09:41:43.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2424. 2025-02-25 09:41:43.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2425. 2025-02-25 09:41:43.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2426. 2025-02-25 09:41:43.8|Info|RefreshSeriesService|Updating Dope Thief
  2427. 2025-02-25 09:41:44.0|Info|RefreshEpisodeService|Starting episode info refresh for: [423332][Dope Thief]
  2428. 2025-02-25 09:41:47.0|Info|RefreshEpisodeService|Finished episode refresh for series: [423332][Dope Thief].
  2429. 2025-02-25 09:41:47.0|Info|DiskScanService|Scanning Dope Thief
  2430. 2025-02-25 09:41:47.0|Info|DiskScanService|Completed scanning disk for Dope Thief
  2431. 2025-02-25 09:41:47.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2432. 2025-02-25 09:41:47.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2433. 2025-02-25 09:41:47.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2434. 2025-02-25 09:41:47.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2435. 2025-02-25 09:41:47.1|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2436. 2025-02-25 09:41:47.1|Info|RefreshSeriesService|Updating Dune: Prophecy
  2437. 2025-02-25 09:41:48.2|Info|RefreshEpisodeService|Starting episode info refresh for: [367118][Dune: Prophecy]
  2438. 2025-02-25 09:41:53.3|Info|RefreshEpisodeService|Finished episode refresh for series: [367118][Dune: Prophecy].
  2439. 2025-02-25 09:41:53.3|Info|DiskScanService|Scanning Dune: Prophecy
  2440. 2025-02-25 09:41:53.3|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  2441. 2025-02-25 09:41:53.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2442. 2025-02-25 09:41:53.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2443. 2025-02-25 09:41:53.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2444. 2025-02-25 09:41:53.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2445. 2025-02-25 09:41:53.4|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  2446. 2025-02-25 09:41:53.4|Info|DiskScanService|Scanning The Expanse
  2447. 2025-02-25 09:41:53.6|Info|DiskScanService|Completed scanning disk for The Expanse
  2448. 2025-02-25 09:41:53.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2449. 2025-02-25 09:41:53.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2450. 2025-02-25 09:41:53.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2451. 2025-02-25 09:41:53.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2452. 2025-02-25 09:41:53.6|Info|RefreshSeriesService|Updating The Last of Us
  2453. 2025-02-25 09:41:53.8|Info|RefreshEpisodeService|Starting episode info refresh for: [392256][The Last of Us]
  2454. 2025-02-25 09:42:08.5|Info|RefreshEpisodeService|Finished episode refresh for series: [392256][The Last of Us].
  2455. 2025-02-25 09:42:08.5|Info|DiskScanService|Scanning The Last of Us
  2456. 2025-02-25 09:42:08.5|Info|DiskScanService|Completed scanning disk for The Last of Us
  2457. 2025-02-25 09:42:08.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2458. 2025-02-25 09:42:08.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2459. 2025-02-25 09:42:08.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2460. 2025-02-25 09:42:08.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2461. 2025-02-25 09:42:08.5|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2462. 2025-02-25 09:42:08.5|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  2463. 2025-02-25 09:42:08.5|Info|DiskScanService|Scanning Planet Earth
  2464. 2025-02-25 09:42:08.5|Info|DiskScanService|Completed scanning disk for Planet Earth
  2465. 2025-02-25 09:42:08.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2466. 2025-02-25 09:42:08.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2467. 2025-02-25 09:42:08.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2468. 2025-02-25 09:42:08.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2469. 2025-02-25 09:42:08.5|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2470. 2025-02-25 09:42:08.6|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  2471. 2025-02-25 09:42:08.6|Info|DiskScanService|Scanning Planet Earth II
  2472. 2025-02-25 09:42:08.8|Info|DiskScanService|Completed scanning disk for Planet Earth II
  2473. 2025-02-25 09:42:08.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2474. 2025-02-25 09:42:08.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2475. 2025-02-25 09:42:08.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2476. 2025-02-25 09:42:08.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2477. 2025-02-25 09:42:08.8|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  2478. 2025-02-25 09:42:08.8|Info|DiskScanService|Scanning Planet Earth III
  2479. 2025-02-25 09:42:08.8|Info|DiskScanService|Completed scanning disk for Planet Earth III
  2480. 2025-02-25 09:42:08.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2481. 2025-02-25 09:42:08.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2482. 2025-02-25 09:42:08.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2483. 2025-02-25 09:42:08.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2484. 2025-02-25 09:42:08.8|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2485. 2025-02-25 09:42:08.8|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  2486. 2025-02-25 09:42:08.8|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  2487. 2025-02-25 09:42:09.0|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  2488. 2025-02-25 09:42:09.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2489. 2025-02-25 09:42:09.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2490. 2025-02-25 09:42:09.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2491. 2025-02-25 09:42:09.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2492. 2025-02-25 09:42:09.0|Info|RefreshSeriesService|Updating Reacher
  2493. 2025-02-25 09:42:09.7|Info|RefreshEpisodeService|Starting episode info refresh for: [366924][Reacher]
  2494. 2025-02-25 09:42:17.6|Info|RefreshEpisodeService|Finished episode refresh for series: [366924][Reacher].
  2495. 2025-02-25 09:42:17.6|Info|DiskScanService|Scanning Reacher
  2496. 2025-02-25 09:42:17.9|Info|DiskScanService|Completed scanning disk for Reacher
  2497. 2025-02-25 09:42:17.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2498. 2025-02-25 09:42:17.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2499. 2025-02-25 09:42:17.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2500. 2025-02-25 09:42:17.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2501. 2025-02-25 09:42:17.9|Info|RefreshSeriesService|Updating Secret Level
  2502. 2025-02-25 09:42:18.8|Info|RefreshEpisodeService|Starting episode info refresh for: [453280][Secret Level]
  2503. 2025-02-25 09:42:23.4|Info|RefreshEpisodeService|Finished episode refresh for series: [453280][Secret Level].
  2504. 2025-02-25 09:42:23.4|Info|DiskScanService|Scanning Secret Level
  2505. 2025-02-25 09:42:24.2|Info|DiskScanService|Completed scanning disk for Secret Level
  2506. 2025-02-25 09:42:24.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2507. 2025-02-25 09:42:24.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2508. 2025-02-25 09:42:24.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2509. 2025-02-25 09:42:24.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2510. 2025-02-25 09:42:24.2|Info|RefreshSeriesService|Updating Severance
  2511. 2025-02-25 09:42:24.5|Info|RefreshEpisodeService|Starting episode info refresh for: [371980][Severance]
  2512. 2025-02-25 09:42:33.1|Info|RefreshEpisodeService|Finished episode refresh for series: [371980][Severance].
  2513. 2025-02-25 09:42:33.1|Info|DiskScanService|Scanning Severance
  2514. 2025-02-25 09:42:33.2|Info|DiskScanService|Completed scanning disk for Severance
  2515. 2025-02-25 09:42:33.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2516. 2025-02-25 09:42:33.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2517. 2025-02-25 09:42:33.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2518. 2025-02-25 09:42:33.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2519. 2025-02-25 09:42:33.2|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  2520. 2025-02-25 09:42:33.2|Info|DiskScanService|Scanning Sex and the City
  2521. 2025-02-25 09:42:33.4|Info|DiskScanService|Completed scanning disk for Sex and the City
  2522. 2025-02-25 09:42:33.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2523. 2025-02-25 09:42:33.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2524. 2025-02-25 09:42:33.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2525. 2025-02-25 09:42:33.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2526. 2025-02-25 09:42:33.5|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  2527. 2025-02-25 09:42:33.5|Info|DiskScanService|Scanning Sherlock
  2528. 2025-02-25 09:42:33.7|Info|DiskScanService|Completed scanning disk for Sherlock
  2529. 2025-02-25 09:42:33.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2530. 2025-02-25 09:42:33.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2531. 2025-02-25 09:42:33.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2532. 2025-02-25 09:42:33.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2533. 2025-02-25 09:42:33.8|Info|RefreshSeriesService|Updating Shōgun
  2534. 2025-02-25 09:42:34.3|Info|RefreshEpisodeService|Starting episode info refresh for: [392573][Shōgun]
  2535. 2025-02-25 09:42:44.5|Info|RefreshEpisodeService|Finished episode refresh for series: [392573][Shōgun].
  2536. 2025-02-25 09:42:44.5|Info|DiskScanService|Scanning Shōgun
  2537. 2025-02-25 09:42:44.6|Info|DiskScanService|Completed scanning disk for Shōgun
  2538. 2025-02-25 09:42:44.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2539. 2025-02-25 09:42:44.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2540. 2025-02-25 09:42:44.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2541. 2025-02-25 09:42:44.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2542. 2025-02-25 09:42:44.6|Info|RefreshSeriesService|Updating Wakfu
  2543. 2025-02-25 09:42:45.9|Info|RefreshEpisodeService|Starting episode info refresh for: [94121][Wakfu]
  2544. 2025-02-25 09:42:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2545. 2025-02-25 09:43:18.9|Info|RefreshEpisodeService|Finished episode refresh for series: [94121][Wakfu].
  2546. 2025-02-25 09:43:18.9|Info|DiskScanService|Scanning Wakfu
  2547. 2025-02-25 09:43:18.9|Info|DiskScanService|Completed scanning disk for Wakfu
  2548. 2025-02-25 09:43:18.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2549. 2025-02-25 09:43:18.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2550. 2025-02-25 09:43:18.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2551. 2025-02-25 09:43:18.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2552. 2025-02-25 09:43:18.9|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  2553. 2025-02-25 09:43:18.9|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  2554. 2025-02-25 09:43:19.0|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  2555. 2025-02-25 09:43:19.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2556. 2025-02-25 09:43:19.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2557. 2025-02-25 09:43:19.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2558. 2025-02-25 09:43:19.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2559. 2025-02-25 09:43:19.0|Info|RefreshSeriesService|Updating The White Lotus
  2560. 2025-02-25 09:43:19.1|Info|RefreshEpisodeService|Starting episode info refresh for: [390430][The White Lotus]
  2561. 2025-02-25 09:43:26.6|Info|RefreshEpisodeService|Finished episode refresh for series: [390430][The White Lotus].
  2562. 2025-02-25 09:43:26.6|Info|DiskScanService|Scanning The White Lotus
  2563. 2025-02-25 09:43:26.8|Info|DiskScanService|Completed scanning disk for The White Lotus
  2564. 2025-02-25 09:43:26.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2565. 2025-02-25 09:43:26.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2566. 2025-02-25 09:43:26.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2567. 2025-02-25 09:43:26.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2568. 2025-02-25 09:43:27.3|Info|ReleaseSearchService|Searching indexers for [The White Lotus] Specials. 1 active indexers
  2569. 2025-02-25 09:43:29.8|Info|DownloadDecisionMaker|No results found
  2570. 2025-02-25 09:43:29.8|Info|ReleaseSearchService|Searching indexers for [The White Lotus : S00E01]. 1 active indexers
  2571. 2025-02-25 09:43:38.7|Info|DownloadDecisionMaker|Processing 50 releases
  2572. 2025-02-25 09:43:41.5|Info|EpisodeSearchService|Episode search completed. 0 reports downloaded.
  2573. 2025-02-25 09:43:41.5|Info|ReleaseSearchService|Searching indexers for [The White Lotus] Specials. 1 active indexers
  2574. 2025-02-25 09:43:42.6|Info|DownloadDecisionMaker|No results found
  2575. 2025-02-25 09:43:42.6|Info|ReleaseSearchService|Searching indexers for [The White Lotus : S00E02]. 1 active indexers
  2576. 2025-02-25 09:43:50.7|Info|DownloadDecisionMaker|Processing 50 releases
  2577. 2025-02-25 09:43:53.2|Info|EpisodeSearchService|Episode search completed. 0 reports downloaded.
  2578. 2025-02-25 09:45:15.6|Info|SceneMappingService|Updating Scene mappings
  2579. 2025-02-25 09:48:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2580. 2025-02-25 09:51:16.9|Info|RssSyncService|Starting RSS Sync
  2581. 2025-02-25 09:51:21.1|Info|DownloadDecisionMaker|Processing 30 releases
  2582. 2025-02-25 09:51:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2583. 2025-02-25 09:53:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2584. 2025-02-25 09:58:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2585. 2025-02-25 10:03:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2586. 2025-02-25 10:06:49.5|Info|RssSyncService|Starting RSS Sync
  2587. 2025-02-25 10:06:59.2|Info|DownloadDecisionMaker|Processing 30 releases
  2588. 2025-02-25 10:07:00.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2589. 2025-02-25 10:08:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2590. 2025-02-25 10:13:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2591. 2025-02-25 10:19:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2592. 2025-02-25 10:22:23.4|Info|RssSyncService|Starting RSS Sync
  2593. 2025-02-25 10:22:28.4|Info|DownloadDecisionMaker|Processing 30 releases
  2594. 2025-02-25 10:22:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2595. 2025-02-25 10:24:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2596. 2025-02-25 10:29:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2597. 2025-02-25 10:34:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2598. 2025-02-25 10:37:59.8|Info|RssSyncService|Starting RSS Sync
  2599. 2025-02-25 10:38:04.4|Info|DownloadDecisionMaker|Processing 30 releases
  2600. 2025-02-25 10:38:05.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2601. 2025-02-25 10:39:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2602. 2025-02-25 10:44:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2603. 2025-02-25 10:50:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2604. 2025-02-25 10:53:34.3|Info|RssSyncService|Starting RSS Sync
  2605. 2025-02-25 10:53:38.7|Info|DownloadDecisionMaker|Processing 30 releases
  2606. 2025-02-25 10:53:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2607. 2025-02-25 10:55:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2608. 2025-02-25 11:00:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2609. 2025-02-25 11:05:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2610. 2025-02-25 11:09:09.7|Info|RssSyncService|Starting RSS Sync
  2611. 2025-02-25 11:09:14.8|Info|DownloadDecisionMaker|Processing 30 releases
  2612. 2025-02-25 11:09:16.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2613. 2025-02-25 11:10:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2614. 2025-02-25 11:15:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2615. 2025-02-25 11:21:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2616. 2025-02-25 11:24:42.3|Info|RssSyncService|Starting RSS Sync
  2617. 2025-02-25 11:24:47.0|Info|DownloadDecisionMaker|Processing 30 releases
  2618. 2025-02-25 11:24:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2619. 2025-02-25 11:26:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2620. 2025-02-25 11:31:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2621. 2025-02-25 11:36:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2622. 2025-02-25 11:40:15.4|Info|RssSyncService|Starting RSS Sync
  2623. 2025-02-25 11:40:19.7|Info|DownloadDecisionMaker|Processing 30 releases
  2624. 2025-02-25 11:40:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2625. 2025-02-25 11:41:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2626. 2025-02-25 11:46:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2627. 2025-02-25 11:52:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2628. 2025-02-25 11:55:50.1|Info|RssSyncService|Starting RSS Sync
  2629. 2025-02-25 11:55:54.5|Info|DownloadDecisionMaker|Processing 30 releases
  2630. 2025-02-25 11:55:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2631. 2025-02-25 11:57:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2632. 2025-02-25 12:02:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2633. 2025-02-25 12:07:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2634. 2025-02-25 12:11:25.1|Info|RssSyncService|Starting RSS Sync
  2635. 2025-02-25 12:11:29.0|Info|DownloadDecisionMaker|Processing 30 releases
  2636. 2025-02-25 12:11:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2637. 2025-02-25 12:12:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2638. 2025-02-25 12:17:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2639. 2025-02-25 12:23:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2640. 2025-02-25 12:27:02.8|Info|RssSyncService|Starting RSS Sync
  2641. 2025-02-25 12:27:07.9|Info|DownloadDecisionMaker|Processing 30 releases
  2642. 2025-02-25 12:27:08.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2643. 2025-02-25 12:28:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2644. 2025-02-25 12:33:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2645. 2025-02-25 12:38:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2646. 2025-02-25 12:42:36.4|Info|RssSyncService|Starting RSS Sync
  2647. 2025-02-25 12:42:42.2|Info|DownloadDecisionMaker|Processing 30 releases
  2648. 2025-02-25 12:42:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2649. 2025-02-25 12:43:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2650. 2025-02-25 12:45:37.4|Info|SceneMappingService|Updating Scene mappings
  2651. 2025-02-25 12:48:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2652. 2025-02-25 12:54:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2653. 2025-02-25 12:58:11.6|Info|RssSyncService|Starting RSS Sync
  2654. 2025-02-25 12:58:16.0|Info|DownloadDecisionMaker|Processing 30 releases
  2655. 2025-02-25 12:58:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2656. 2025-02-25 12:59:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2657. 2025-02-25 13:04:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2658. 2025-02-25 13:09:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2659. 2025-02-25 13:13:45.9|Info|RssSyncService|Starting RSS Sync
  2660. 2025-02-25 13:13:50.1|Info|DownloadDecisionMaker|Processing 30 releases
  2661. 2025-02-25 13:13:50.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2662. 2025-02-25 13:14:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2663. 2025-02-25 13:19:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2664. 2025-02-25 13:25:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2665. 2025-02-25 13:29:20.0|Info|RssSyncService|Starting RSS Sync
  2666. 2025-02-25 13:29:25.5|Info|DownloadDecisionMaker|Processing 30 releases
  2667. 2025-02-25 13:29:26.4|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2668. 2025-02-25 13:30:12.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2669. 2025-02-25 13:35:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2670. 2025-02-25 13:40:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2671. 2025-02-25 13:44:52.6|Info|RssSyncService|Starting RSS Sync
  2672. 2025-02-25 13:44:57.1|Info|DownloadDecisionMaker|Processing 30 releases
  2673. 2025-02-25 13:44:58.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2674. 2025-02-25 13:45:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2675. 2025-02-25 13:50:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2676. 2025-02-25 13:56:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2677. 2025-02-25 14:00:25.9|Info|RssSyncService|Starting RSS Sync
  2678. 2025-02-25 14:00:31.0|Info|DownloadDecisionMaker|Processing 30 releases
  2679. 2025-02-25 14:00:31.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2680. 2025-02-25 14:01:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2681. 2025-02-25 14:06:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2682. 2025-02-25 14:11:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2683. 2025-02-25 14:15:59.3|Info|RssSyncService|Starting RSS Sync
  2684. 2025-02-25 14:16:03.9|Info|DownloadDecisionMaker|Processing 30 releases
  2685. 2025-02-25 14:16:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2686. 2025-02-25 14:16:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2687. 2025-02-25 14:21:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2688. 2025-02-25 14:27:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2689. 2025-02-25 14:31:33.9|Info|RssSyncService|Starting RSS Sync
  2690. 2025-02-25 14:31:39.3|Info|DownloadDecisionMaker|Processing 30 releases
  2691. 2025-02-25 14:31:40.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2692. 2025-02-25 14:32:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2693. 2025-02-25 14:37:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2694. 2025-02-25 14:42:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2695. 2025-02-25 14:47:08.0|Info|RssSyncService|Starting RSS Sync
  2696. 2025-02-25 14:47:13.6|Info|DownloadDecisionMaker|Processing 30 releases
  2697. 2025-02-25 14:47:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2698. 2025-02-25 14:47:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2699. 2025-02-25 14:52:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2700. 2025-02-25 14:58:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2701. 2025-02-25 15:02:41.7|Info|RssSyncService|Starting RSS Sync
  2702. 2025-02-25 15:02:46.4|Info|DownloadDecisionMaker|Processing 31 releases
  2703. 2025-02-25 15:02:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2704. 2025-02-25 15:03:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2705. 2025-02-25 15:08:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2706. 2025-02-25 15:13:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2707. 2025-02-25 15:18:13.7|Info|RssSyncService|Starting RSS Sync
  2708. 2025-02-25 15:18:18.4|Info|DownloadDecisionMaker|Processing 31 releases
  2709. 2025-02-25 15:18:20.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2710. 2025-02-25 15:18:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2711. 2025-02-25 15:23:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2712. 2025-02-25 15:29:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2713. 2025-02-25 15:33:46.3|Info|RssSyncService|Starting RSS Sync
  2714. 2025-02-25 15:33:51.0|Info|DownloadDecisionMaker|Processing 31 releases
  2715. 2025-02-25 15:33:51.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2716. 2025-02-25 15:34:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2717. 2025-02-25 15:39:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2718. 2025-02-25 15:44:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2719. 2025-02-25 15:45:49.2|Info|SceneMappingService|Updating Scene mappings
  2720. 2025-02-25 15:49:20.4|Info|RssSyncService|Starting RSS Sync
  2721. 2025-02-25 15:49:25.8|Info|DownloadDecisionMaker|Processing 31 releases
  2722. 2025-02-25 15:49:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2723. 2025-02-25 15:49:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2724. 2025-02-25 15:54:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2725. 2025-02-25 16:00:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2726. 2025-02-25 16:04:54.1|Info|RssSyncService|Starting RSS Sync
  2727. 2025-02-25 16:04:59.2|Info|DownloadDecisionMaker|Processing 31 releases
  2728. 2025-02-25 16:05:00.5|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2729. 2025-02-25 16:05:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2730. 2025-02-25 16:10:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2731. 2025-02-25 16:15:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2732. 2025-02-25 16:20:27.3|Info|RssSyncService|Starting RSS Sync
  2733. 2025-02-25 16:20:32.4|Info|DownloadDecisionMaker|Processing 31 releases
  2734. 2025-02-25 16:20:33.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2735. 2025-02-25 16:20:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2736. 2025-02-25 16:25:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2737. 2025-02-25 16:31:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2738. 2025-02-25 16:36:02.9|Info|RssSyncService|Starting RSS Sync
  2739. 2025-02-25 16:36:08.0|Info|DownloadDecisionMaker|Processing 31 releases
  2740. 2025-02-25 16:36:08.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2741. 2025-02-25 16:36:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2742. 2025-02-25 16:41:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2743. 2025-02-25 16:46:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2744. 2025-02-25 16:51:36.4|Info|RssSyncService|Starting RSS Sync
  2745. 2025-02-25 16:51:41.1|Info|DownloadDecisionMaker|Processing 31 releases
  2746. 2025-02-25 16:51:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2747. 2025-02-25 16:51:41.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2748. 2025-02-25 16:56:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2749. 2025-02-25 17:02:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2750. 2025-02-25 17:07:10.2|Info|RssSyncService|Starting RSS Sync
  2751. 2025-02-25 17:07:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2752. 2025-02-25 17:07:16.7|Info|DownloadDecisionMaker|Processing 31 releases
  2753. 2025-02-25 17:07:18.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2754. 2025-02-25 17:12:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2755. 2025-02-25 17:17:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2756. 2025-02-25 17:22:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2757. 2025-02-25 17:22:47.2|Info|RssSyncService|Starting RSS Sync
  2758. 2025-02-25 17:22:53.0|Info|DownloadDecisionMaker|Processing 31 releases
  2759. 2025-02-25 17:22:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2760. 2025-02-25 17:27:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2761. 2025-02-25 17:33:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2762. 2025-02-25 17:38:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2763. 2025-02-25 17:38:19.5|Info|RssSyncService|Starting RSS Sync
  2764. 2025-02-25 17:38:24.5|Info|DownloadDecisionMaker|Processing 31 releases
  2765. 2025-02-25 17:38:25.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2766. 2025-02-25 17:43:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2767. 2025-02-25 17:48:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2768. 2025-02-25 17:50:52.0|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
  2769. 2025-02-25 17:53:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2770. 2025-02-25 17:53:52.1|Info|RssSyncService|Starting RSS Sync
  2771. 2025-02-25 17:53:57.4|Info|DownloadDecisionMaker|Processing 30 releases
  2772. 2025-02-25 17:53:58.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2773. 2025-02-25 17:58:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2774. 2025-02-25 18:04:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2775. 2025-02-25 18:09:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2776. 2025-02-25 18:09:26.3|Info|RssSyncService|Starting RSS Sync
  2777. 2025-02-25 18:09:32.1|Info|DownloadDecisionMaker|Processing 30 releases
  2778. 2025-02-25 18:09:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2779. 2025-02-25 18:12:27.9|Info|HousekeepingService|Running housecleaning tasks
  2780. 2025-02-25 18:12:30.8|Info|Database|Vacuuming Log database
  2781. 2025-02-25 18:12:31.3|Info|Database|Log database compressed
  2782. 2025-02-25 18:12:31.4|Info|Database|Vacuuming Main database
  2783. 2025-02-25 18:12:32.2|Info|Database|Main database compressed
  2784. 2025-02-25 18:14:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2785. 2025-02-25 18:19:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2786. 2025-02-25 18:24:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2787. 2025-02-25 18:25:00.6|Info|RssSyncService|Starting RSS Sync
  2788. 2025-02-25 18:25:05.4|Info|DownloadDecisionMaker|Processing 30 releases
  2789. 2025-02-25 18:25:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2790. 2025-02-25 18:29:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2791. 2025-02-25 18:35:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2792. 2025-02-25 18:40:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2793. 2025-02-25 18:40:33.3|Info|RssSyncService|Starting RSS Sync
  2794. 2025-02-25 18:40:38.2|Info|DownloadDecisionMaker|Processing 30 releases
  2795. 2025-02-25 18:40:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2796. 2025-02-25 18:45:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2797. 2025-02-25 18:46:04.5|Info|SceneMappingService|Updating Scene mappings
  2798. 2025-02-25 18:50:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2799. 2025-02-25 18:55:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2800. 2025-02-25 18:56:07.0|Info|RssSyncService|Starting RSS Sync
  2801. 2025-02-25 18:56:12.4|Info|DownloadDecisionMaker|Processing 31 releases
  2802. 2025-02-25 18:56:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2803. 2025-02-25 19:00:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2804. 2025-02-25 19:06:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2805. 2025-02-25 19:11:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2806. 2025-02-25 19:11:40.2|Info|RssSyncService|Starting RSS Sync
  2807. 2025-02-25 19:11:44.8|Info|DownloadDecisionMaker|Processing 31 releases
  2808. 2025-02-25 19:11:46.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2809. 2025-02-25 19:16:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2810. 2025-02-25 19:21:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2811. 2025-02-25 19:26:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2812. 2025-02-25 19:27:15.0|Info|RssSyncService|Starting RSS Sync
  2813. 2025-02-25 19:27:19.2|Info|DownloadDecisionMaker|Processing 31 releases
  2814. 2025-02-25 19:27:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2815. 2025-02-25 19:31:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2816. 2025-02-25 19:37:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2817. 2025-02-25 19:42:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2818. 2025-02-25 19:42:22.3|Info|RssSyncService|Starting RSS Sync
  2819. 2025-02-25 19:42:26.8|Info|DownloadDecisionMaker|Processing 31 releases
  2820. 2025-02-25 19:42:27.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2821. 2025-02-25 19:47:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2822. 2025-02-25 19:52:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2823. 2025-02-25 19:57:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2824. 2025-02-25 19:57:54.7|Info|RssSyncService|Starting RSS Sync
  2825. 2025-02-25 19:57:59.2|Info|DownloadDecisionMaker|Processing 30 releases
  2826. 2025-02-25 19:57:59.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2827. 2025-02-25 20:02:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2828. 2025-02-25 20:08:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2829. 2025-02-25 20:13:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2830. 2025-02-25 20:13:28.1|Info|RssSyncService|Starting RSS Sync
  2831. 2025-02-25 20:13:32.6|Info|DownloadDecisionMaker|Processing 30 releases
  2832. 2025-02-25 20:13:33.3|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2833. 2025-02-25 20:18:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2834. 2025-02-25 20:23:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2835. 2025-02-25 20:28:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2836. 2025-02-25 20:29:02.3|Info|RssSyncService|Starting RSS Sync
  2837. 2025-02-25 20:29:08.7|Info|DownloadDecisionMaker|Processing 30 releases
  2838. 2025-02-25 20:29:10.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  2839. 2025-02-25 20:33:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2840. 2025-02-25 20:39:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2841. 2025-02-25 20:44:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2842. 2025-02-25 20:44:36.3|Info|RssSyncService|Starting RSS Sync
  2843. 2025-02-25 20:44:41.0|Info|DownloadDecisionMaker|Processing 31 releases
  2844. 2025-02-25 20:44:41.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2845. 2025-02-25 20:49:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2846. 2025-02-25 20:54:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2847. 2025-02-25 20:59:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2848. 2025-02-25 21:00:11.2|Info|RssSyncService|Starting RSS Sync
  2849. 2025-02-25 21:00:19.1|Info|DownloadDecisionMaker|Processing 31 releases
  2850. 2025-02-25 21:00:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2851. 2025-02-25 21:04:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2852. 2025-02-25 21:10:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2853. 2025-02-25 21:15:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2854. 2025-02-25 21:15:48.2|Info|RssSyncService|Starting RSS Sync
  2855. 2025-02-25 21:15:57.6|Info|DownloadDecisionMaker|Processing 31 releases
  2856. 2025-02-25 21:15:59.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2857. 2025-02-25 21:20:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2858. 2025-02-25 21:25:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2859. 2025-02-25 21:30:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2860. 2025-02-25 21:31:21.1|Info|RssSyncService|Starting RSS Sync
  2861. 2025-02-25 21:31:26.2|Info|DownloadDecisionMaker|Processing 31 releases
  2862. 2025-02-25 21:31:27.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  2863. 2025-02-25 21:35:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2864. 2025-02-25 21:41:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  2865. 2025-02-25 21:43:53.1|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  2866. 2025-02-25 21:43:53.1|Info|DiskScanService|Scanning Arcane
  2867. 2025-02-25 21:43:53.1|Info|DiskScanService|Completed scanning disk for Arcane
  2868. 2025-02-25 21:43:53.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2869. 2025-02-25 21:43:53.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2870. 2025-02-25 21:43:53.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2871. 2025-02-25 21:43:53.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2872. 2025-02-25 21:43:53.2|Info|RefreshSeriesService|Updating Bref.
  2873. 2025-02-25 21:43:56.0|Info|RefreshEpisodeService|Starting episode info refresh for: [251562][Bref.]
  2874. 2025-02-25 21:44:36.8|Info|RefreshEpisodeService|Finished episode refresh for series: [251562][Bref.].
  2875. 2025-02-25 21:44:36.8|Info|DiskScanService|Scanning Bref.
  2876. 2025-02-25 21:44:37.1|Info|DiskScanService|Completed scanning disk for Bref.
  2877. 2025-02-25 21:44:37.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2878. 2025-02-25 21:44:37.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2879. 2025-02-25 21:44:37.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2880. 2025-02-25 21:44:37.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2881. 2025-02-25 21:44:37.1|Info|RefreshSeriesService|Updating Daredevil: Born Again
  2882. 2025-02-25 21:44:38.6|Info|RefreshEpisodeService|Starting episode info refresh for: [422712][Daredevil: Born Again]
  2883. 2025-02-25 21:44:42.7|Info|RefreshEpisodeService|Finished episode refresh for series: [422712][Daredevil: Born Again].
  2884. 2025-02-25 21:44:42.7|Info|DiskScanService|Scanning Daredevil: Born Again
  2885. 2025-02-25 21:44:42.7|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  2886. 2025-02-25 21:44:42.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2887. 2025-02-25 21:44:42.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2888. 2025-02-25 21:44:42.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2889. 2025-02-25 21:44:42.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2890. 2025-02-25 21:44:42.7|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2891. 2025-02-25 21:44:43.1|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  2892. 2025-02-25 21:44:43.1|Info|DiskScanService|Scanning Desperate Housewives
  2893. 2025-02-25 21:44:47.0|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  2894. 2025-02-25 21:44:47.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2895. 2025-02-25 21:44:47.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2896. 2025-02-25 21:44:47.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2897. 2025-02-25 21:44:47.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2898. 2025-02-25 21:44:47.1|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  2899. 2025-02-25 21:44:47.1|Info|DiskScanService|Scanning Dexter: New Blood
  2900. 2025-02-25 21:44:47.4|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  2901. 2025-02-25 21:44:47.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2902. 2025-02-25 21:44:47.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2903. 2025-02-25 21:44:47.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2904. 2025-02-25 21:44:47.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2905. 2025-02-25 21:44:47.4|Info|RefreshSeriesService|Updating Dexter: Original Sin
  2906. 2025-02-25 21:44:47.5|Info|RefreshEpisodeService|Starting episode info refresh for: [430780][Dexter: Original Sin]
  2907. 2025-02-25 21:44:52.3|Info|RefreshEpisodeService|Finished episode refresh for series: [430780][Dexter: Original Sin].
  2908. 2025-02-25 21:44:52.3|Info|DiskScanService|Scanning Dexter: Original Sin
  2909. 2025-02-25 21:44:52.8|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  2910. 2025-02-25 21:44:52.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2911. 2025-02-25 21:44:52.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2912. 2025-02-25 21:44:52.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2913. 2025-02-25 21:44:52.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2914. 2025-02-25 21:44:52.8|Info|RefreshSeriesService|Updating Dope Thief
  2915. 2025-02-25 21:44:53.0|Info|RefreshEpisodeService|Starting episode info refresh for: [423332][Dope Thief]
  2916. 2025-02-25 21:44:56.6|Info|RefreshEpisodeService|Finished episode refresh for series: [423332][Dope Thief].
  2917. 2025-02-25 21:44:56.6|Info|DiskScanService|Scanning Dope Thief
  2918. 2025-02-25 21:44:56.6|Info|DiskScanService|Completed scanning disk for Dope Thief
  2919. 2025-02-25 21:44:56.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2920. 2025-02-25 21:44:56.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2921. 2025-02-25 21:44:56.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2922. 2025-02-25 21:44:56.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2923. 2025-02-25 21:44:56.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2924. 2025-02-25 21:44:56.6|Info|RefreshSeriesService|Updating Dune: Prophecy
  2925. 2025-02-25 21:44:57.3|Info|RefreshEpisodeService|Starting episode info refresh for: [367118][Dune: Prophecy]
  2926. 2025-02-25 21:45:03.5|Info|RefreshEpisodeService|Finished episode refresh for series: [367118][Dune: Prophecy].
  2927. 2025-02-25 21:45:03.5|Info|DiskScanService|Scanning Dune: Prophecy
  2928. 2025-02-25 21:45:04.0|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  2929. 2025-02-25 21:45:04.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2930. 2025-02-25 21:45:04.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2931. 2025-02-25 21:45:04.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2932. 2025-02-25 21:45:04.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2933. 2025-02-25 21:45:04.0|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  2934. 2025-02-25 21:45:04.0|Info|DiskScanService|Scanning The Expanse
  2935. 2025-02-25 21:45:04.9|Info|DiskScanService|Completed scanning disk for The Expanse
  2936. 2025-02-25 21:45:04.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2937. 2025-02-25 21:45:04.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2938. 2025-02-25 21:45:04.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2939. 2025-02-25 21:45:04.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2940. 2025-02-25 21:45:05.0|Info|RefreshSeriesService|Updating The Last of Us
  2941. 2025-02-25 21:45:05.1|Info|RefreshEpisodeService|Starting episode info refresh for: [392256][The Last of Us]
  2942. 2025-02-25 21:45:24.7|Info|RefreshEpisodeService|Finished episode refresh for series: [392256][The Last of Us].
  2943. 2025-02-25 21:45:24.7|Info|DiskScanService|Scanning The Last of Us
  2944. 2025-02-25 21:45:24.7|Info|DiskScanService|Completed scanning disk for The Last of Us
  2945. 2025-02-25 21:45:24.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2946. 2025-02-25 21:45:24.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2947. 2025-02-25 21:45:24.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2948. 2025-02-25 21:45:24.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2949. 2025-02-25 21:45:24.8|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2950. 2025-02-25 21:45:24.8|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  2951. 2025-02-25 21:45:24.8|Info|DiskScanService|Scanning Planet Earth
  2952. 2025-02-25 21:45:24.8|Info|DiskScanService|Completed scanning disk for Planet Earth
  2953. 2025-02-25 21:45:24.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2954. 2025-02-25 21:45:24.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2955. 2025-02-25 21:45:24.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2956. 2025-02-25 21:45:24.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2957. 2025-02-25 21:45:24.8|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2958. 2025-02-25 21:45:24.8|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  2959. 2025-02-25 21:45:24.8|Info|DiskScanService|Scanning Planet Earth II
  2960. 2025-02-25 21:45:24.9|Info|DiskScanService|Completed scanning disk for Planet Earth II
  2961. 2025-02-25 21:45:24.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2962. 2025-02-25 21:45:24.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2963. 2025-02-25 21:45:24.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2964. 2025-02-25 21:45:24.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2965. 2025-02-25 21:45:24.9|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  2966. 2025-02-25 21:45:24.9|Info|DiskScanService|Scanning Planet Earth III
  2967. 2025-02-25 21:45:24.9|Info|DiskScanService|Completed scanning disk for Planet Earth III
  2968. 2025-02-25 21:45:24.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2969. 2025-02-25 21:45:24.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2970. 2025-02-25 21:45:24.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2971. 2025-02-25 21:45:24.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2972. 2025-02-25 21:45:24.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
  2973. 2025-02-25 21:45:24.9|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  2974. 2025-02-25 21:45:24.9|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  2975. 2025-02-25 21:45:25.3|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  2976. 2025-02-25 21:45:25.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2977. 2025-02-25 21:45:25.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2978. 2025-02-25 21:45:25.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2979. 2025-02-25 21:45:25.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2980. 2025-02-25 21:45:25.3|Info|RefreshSeriesService|Updating Reacher
  2981. 2025-02-25 21:45:26.5|Info|RefreshEpisodeService|Starting episode info refresh for: [366924][Reacher]
  2982. 2025-02-25 21:45:38.9|Info|RefreshEpisodeService|Finished episode refresh for series: [366924][Reacher].
  2983. 2025-02-25 21:45:38.9|Info|DiskScanService|Scanning Reacher
  2984. 2025-02-25 21:45:39.0|Info|DiskScanService|Completed scanning disk for Reacher
  2985. 2025-02-25 21:45:39.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2986. 2025-02-25 21:45:39.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2987. 2025-02-25 21:45:39.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2988. 2025-02-25 21:45:39.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2989. 2025-02-25 21:45:39.0|Info|RefreshSeriesService|Updating Secret Level
  2990. 2025-02-25 21:45:40.0|Info|RefreshEpisodeService|Starting episode info refresh for: [453280][Secret Level]
  2991. 2025-02-25 21:45:47.0|Info|RefreshEpisodeService|Finished episode refresh for series: [453280][Secret Level].
  2992. 2025-02-25 21:45:47.0|Info|DiskScanService|Scanning Secret Level
  2993. 2025-02-25 21:45:47.5|Info|DiskScanService|Completed scanning disk for Secret Level
  2994. 2025-02-25 21:45:47.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  2995. 2025-02-25 21:45:47.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  2996. 2025-02-25 21:45:47.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  2997. 2025-02-25 21:45:47.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  2998. 2025-02-25 21:45:47.5|Info|RefreshSeriesService|Updating Severance
  2999. 2025-02-25 21:45:48.2|Info|RefreshEpisodeService|Starting episode info refresh for: [371980][Severance]
  3000. 2025-02-25 21:45:59.6|Info|RefreshEpisodeService|Finished episode refresh for series: [371980][Severance].
  3001. 2025-02-25 21:45:59.6|Info|DiskScanService|Scanning Severance
  3002. 2025-02-25 21:45:59.7|Info|DiskScanService|Completed scanning disk for Severance
  3003. 2025-02-25 21:45:59.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3004. 2025-02-25 21:45:59.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3005. 2025-02-25 21:45:59.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3006. 2025-02-25 21:45:59.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3007. 2025-02-25 21:45:59.7|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  3008. 2025-02-25 21:45:59.7|Info|DiskScanService|Scanning Sex and the City
  3009. 2025-02-25 21:46:00.6|Info|DiskScanService|Completed scanning disk for Sex and the City
  3010. 2025-02-25 21:46:00.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3011. 2025-02-25 21:46:00.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3012. 2025-02-25 21:46:00.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3013. 2025-02-25 21:46:00.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3014. 2025-02-25 21:46:00.7|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  3015. 2025-02-25 21:46:00.7|Info|DiskScanService|Scanning Sherlock
  3016. 2025-02-25 21:46:01.6|Info|DiskScanService|Completed scanning disk for Sherlock
  3017. 2025-02-25 21:46:01.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3018. 2025-02-25 21:46:01.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3019. 2025-02-25 21:46:01.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3020. 2025-02-25 21:46:01.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3021. 2025-02-25 21:46:01.7|Info|RefreshSeriesService|Updating Shōgun
  3022. 2025-02-25 21:46:04.2|Info|RefreshEpisodeService|Starting episode info refresh for: [392573][Shōgun]
  3023. 2025-02-25 21:46:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3024. 2025-02-25 21:46:20.3|Info|RefreshEpisodeService|Finished episode refresh for series: [392573][Shōgun].
  3025. 2025-02-25 21:46:20.3|Info|DiskScanService|Scanning Shōgun
  3026. 2025-02-25 21:46:20.4|Info|DiskScanService|Completed scanning disk for Shōgun
  3027. 2025-02-25 21:46:20.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3028. 2025-02-25 21:46:20.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3029. 2025-02-25 21:46:20.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3030. 2025-02-25 21:46:20.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3031. 2025-02-25 21:46:20.5|Info|RefreshSeriesService|Updating Wakfu
  3032. 2025-02-25 21:46:20.8|Info|RefreshEpisodeService|Starting episode info refresh for: [94121][Wakfu]
  3033. 2025-02-25 21:46:53.3|Info|SceneMappingService|Updating Scene mappings
  3034. 2025-02-25 21:46:56.0|Info|RssSyncService|Starting RSS Sync
  3035. 2025-02-25 21:47:05.0|Info|DownloadDecisionMaker|Processing 31 releases
  3036. 2025-02-25 21:47:06.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3037. 2025-02-25 21:47:16.8|Info|RefreshEpisodeService|Finished episode refresh for series: [94121][Wakfu].
  3038. 2025-02-25 21:47:16.8|Info|DiskScanService|Scanning Wakfu
  3039. 2025-02-25 21:47:17.3|Info|DiskScanService|Completed scanning disk for Wakfu
  3040. 2025-02-25 21:47:17.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3041. 2025-02-25 21:47:17.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3042. 2025-02-25 21:47:17.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3043. 2025-02-25 21:47:17.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3044. 2025-02-25 21:47:17.3|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  3045. 2025-02-25 21:47:17.3|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  3046. 2025-02-25 21:47:17.5|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  3047. 2025-02-25 21:47:17.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3048. 2025-02-25 21:47:17.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3049. 2025-02-25 21:47:17.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3050. 2025-02-25 21:47:17.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3051. 2025-02-25 21:47:17.5|Info|RefreshSeriesService|Updating The White Lotus
  3052. 2025-02-25 21:47:17.9|Info|RefreshEpisodeService|Starting episode info refresh for: [390430][The White Lotus]
  3053. 2025-02-25 21:47:26.0|Info|RefreshEpisodeService|Finished episode refresh for series: [390430][The White Lotus].
  3054. 2025-02-25 21:47:26.0|Info|DiskScanService|Scanning The White Lotus
  3055. 2025-02-25 21:47:26.1|Info|DiskScanService|Completed scanning disk for The White Lotus
  3056. 2025-02-25 21:47:26.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3057. 2025-02-25 21:47:26.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3058. 2025-02-25 21:47:26.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3059. 2025-02-25 21:47:26.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3060. 2025-02-25 21:47:30.1|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  3061. 2025-02-25 21:47:30.1|Info|DiskScanService|Scanning Arcane
  3062. 2025-02-25 21:47:30.2|Info|DiskScanService|Completed scanning disk for Arcane
  3063. 2025-02-25 21:47:30.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3064. 2025-02-25 21:47:30.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3065. 2025-02-25 21:47:30.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3066. 2025-02-25 21:47:30.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3067. 2025-02-25 21:47:30.2|Info|RefreshSeriesService|Skipping refresh of series: Bref.
  3068. 2025-02-25 21:47:30.2|Info|DiskScanService|Scanning Bref.
  3069. 2025-02-25 21:47:30.2|Info|DiskScanService|Completed scanning disk for Bref.
  3070. 2025-02-25 21:47:30.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3071. 2025-02-25 21:47:30.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3072. 2025-02-25 21:47:30.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3073. 2025-02-25 21:47:30.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3074. 2025-02-25 21:47:30.2|Info|RefreshSeriesService|Skipping refresh of series: Daredevil: Born Again
  3075. 2025-02-25 21:47:30.2|Info|DiskScanService|Scanning Daredevil: Born Again
  3076. 2025-02-25 21:47:30.2|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  3077. 2025-02-25 21:47:30.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3078. 2025-02-25 21:47:30.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3079. 2025-02-25 21:47:30.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3080. 2025-02-25 21:47:30.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3081. 2025-02-25 21:47:30.2|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3082. 2025-02-25 21:47:30.2|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  3083. 2025-02-25 21:47:30.2|Info|DiskScanService|Scanning Desperate Housewives
  3084. 2025-02-25 21:47:30.4|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  3085. 2025-02-25 21:47:30.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3086. 2025-02-25 21:47:30.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3087. 2025-02-25 21:47:30.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3088. 2025-02-25 21:47:30.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3089. 2025-02-25 21:47:30.5|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  3090. 2025-02-25 21:47:30.5|Info|DiskScanService|Scanning Dexter: New Blood
  3091. 2025-02-25 21:47:30.5|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  3092. 2025-02-25 21:47:30.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3093. 2025-02-25 21:47:30.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3094. 2025-02-25 21:47:30.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3095. 2025-02-25 21:47:30.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3096. 2025-02-25 21:47:30.5|Info|RefreshSeriesService|Skipping refresh of series: Dexter: Original Sin
  3097. 2025-02-25 21:47:30.5|Info|DiskScanService|Scanning Dexter: Original Sin
  3098. 2025-02-25 21:47:30.5|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  3099. 2025-02-25 21:47:30.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3100. 2025-02-25 21:47:30.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3101. 2025-02-25 21:47:30.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3102. 2025-02-25 21:47:30.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3103. 2025-02-25 21:47:30.5|Info|RefreshSeriesService|Skipping refresh of series: Dope Thief
  3104. 2025-02-25 21:47:30.5|Info|DiskScanService|Scanning Dope Thief
  3105. 2025-02-25 21:47:30.5|Info|DiskScanService|Completed scanning disk for Dope Thief
  3106. 2025-02-25 21:47:30.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3107. 2025-02-25 21:47:30.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3108. 2025-02-25 21:47:30.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3109. 2025-02-25 21:47:30.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3110. 2025-02-25 21:47:30.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3111. 2025-02-25 21:47:30.6|Info|RefreshSeriesService|Skipping refresh of series: Dune: Prophecy
  3112. 2025-02-25 21:47:30.6|Info|DiskScanService|Scanning Dune: Prophecy
  3113. 2025-02-25 21:47:30.6|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  3114. 2025-02-25 21:47:30.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3115. 2025-02-25 21:47:30.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3116. 2025-02-25 21:47:30.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3117. 2025-02-25 21:47:30.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3118. 2025-02-25 21:47:30.6|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  3119. 2025-02-25 21:47:30.6|Info|DiskScanService|Scanning The Expanse
  3120. 2025-02-25 21:47:30.6|Info|DiskScanService|Completed scanning disk for The Expanse
  3121. 2025-02-25 21:47:30.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3122. 2025-02-25 21:47:30.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3123. 2025-02-25 21:47:30.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3124. 2025-02-25 21:47:30.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3125. 2025-02-25 21:47:30.7|Info|RefreshSeriesService|Skipping refresh of series: The Last of Us
  3126. 2025-02-25 21:47:30.7|Info|DiskScanService|Scanning The Last of Us
  3127. 2025-02-25 21:47:30.7|Info|DiskScanService|Completed scanning disk for The Last of Us
  3128. 2025-02-25 21:47:30.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3129. 2025-02-25 21:47:30.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3130. 2025-02-25 21:47:30.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3131. 2025-02-25 21:47:30.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3132. 2025-02-25 21:47:30.7|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3133. 2025-02-25 21:47:30.7|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  3134. 2025-02-25 21:47:30.7|Info|DiskScanService|Scanning Planet Earth
  3135. 2025-02-25 21:47:30.7|Info|DiskScanService|Completed scanning disk for Planet Earth
  3136. 2025-02-25 21:47:30.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3137. 2025-02-25 21:47:30.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3138. 2025-02-25 21:47:30.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3139. 2025-02-25 21:47:30.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3140. 2025-02-25 21:47:30.7|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3141. 2025-02-25 21:47:30.7|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  3142. 2025-02-25 21:47:30.7|Info|DiskScanService|Scanning Planet Earth II
  3143. 2025-02-25 21:47:30.7|Info|DiskScanService|Completed scanning disk for Planet Earth II
  3144. 2025-02-25 21:47:30.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3145. 2025-02-25 21:47:30.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3146. 2025-02-25 21:47:30.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3147. 2025-02-25 21:47:30.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3148. 2025-02-25 21:47:30.8|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  3149. 2025-02-25 21:47:30.8|Info|DiskScanService|Scanning Planet Earth III
  3150. 2025-02-25 21:47:30.8|Info|DiskScanService|Completed scanning disk for Planet Earth III
  3151. 2025-02-25 21:47:30.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3152. 2025-02-25 21:47:30.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3153. 2025-02-25 21:47:30.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3154. 2025-02-25 21:47:30.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3155. 2025-02-25 21:47:30.8|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3156. 2025-02-25 21:47:30.8|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  3157. 2025-02-25 21:47:30.8|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  3158. 2025-02-25 21:47:30.8|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  3159. 2025-02-25 21:47:30.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3160. 2025-02-25 21:47:30.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3161. 2025-02-25 21:47:30.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3162. 2025-02-25 21:47:30.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3163. 2025-02-25 21:47:30.8|Info|RefreshSeriesService|Skipping refresh of series: Reacher
  3164. 2025-02-25 21:47:30.8|Info|DiskScanService|Scanning Reacher
  3165. 2025-02-25 21:47:30.8|Info|DiskScanService|Completed scanning disk for Reacher
  3166. 2025-02-25 21:47:30.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3167. 2025-02-25 21:47:30.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3168. 2025-02-25 21:47:30.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3169. 2025-02-25 21:47:30.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3170. 2025-02-25 21:47:30.9|Info|RefreshSeriesService|Skipping refresh of series: Secret Level
  3171. 2025-02-25 21:47:30.9|Info|DiskScanService|Scanning Secret Level
  3172. 2025-02-25 21:47:30.9|Info|DiskScanService|Completed scanning disk for Secret Level
  3173. 2025-02-25 21:47:30.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3174. 2025-02-25 21:47:30.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3175. 2025-02-25 21:47:30.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3176. 2025-02-25 21:47:30.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3177. 2025-02-25 21:47:30.9|Info|RefreshSeriesService|Skipping refresh of series: Severance
  3178. 2025-02-25 21:47:30.9|Info|DiskScanService|Scanning Severance
  3179. 2025-02-25 21:47:30.9|Info|DiskScanService|Completed scanning disk for Severance
  3180. 2025-02-25 21:47:31.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3181. 2025-02-25 21:47:31.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3182. 2025-02-25 21:47:31.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3183. 2025-02-25 21:47:31.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3184. 2025-02-25 21:47:31.0|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  3185. 2025-02-25 21:47:31.0|Info|DiskScanService|Scanning Sex and the City
  3186. 2025-02-25 21:47:31.0|Info|DiskScanService|Completed scanning disk for Sex and the City
  3187. 2025-02-25 21:47:31.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3188. 2025-02-25 21:47:31.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3189. 2025-02-25 21:47:31.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3190. 2025-02-25 21:47:31.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3191. 2025-02-25 21:47:31.1|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  3192. 2025-02-25 21:47:31.1|Info|DiskScanService|Scanning Sherlock
  3193. 2025-02-25 21:47:31.2|Info|DiskScanService|Completed scanning disk for Sherlock
  3194. 2025-02-25 21:47:31.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3195. 2025-02-25 21:47:31.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3196. 2025-02-25 21:47:31.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3197. 2025-02-25 21:47:31.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3198. 2025-02-25 21:47:31.2|Info|RefreshSeriesService|Skipping refresh of series: Shōgun
  3199. 2025-02-25 21:47:31.2|Info|DiskScanService|Scanning Shōgun
  3200. 2025-02-25 21:47:31.2|Info|DiskScanService|Completed scanning disk for Shōgun
  3201. 2025-02-25 21:47:31.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3202. 2025-02-25 21:47:31.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3203. 2025-02-25 21:47:31.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3204. 2025-02-25 21:47:31.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3205. 2025-02-25 21:47:31.2|Info|RefreshSeriesService|Skipping refresh of series: Wakfu
  3206. 2025-02-25 21:47:31.2|Info|DiskScanService|Scanning Wakfu
  3207. 2025-02-25 21:47:31.2|Info|DiskScanService|Completed scanning disk for Wakfu
  3208. 2025-02-25 21:47:31.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3209. 2025-02-25 21:47:31.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3210. 2025-02-25 21:47:31.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3211. 2025-02-25 21:47:31.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3212. 2025-02-25 21:47:31.2|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  3213. 2025-02-25 21:47:31.2|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  3214. 2025-02-25 21:47:31.2|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  3215. 2025-02-25 21:47:31.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3216. 2025-02-25 21:47:31.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3217. 2025-02-25 21:47:31.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3218. 2025-02-25 21:47:31.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3219. 2025-02-25 21:47:31.3|Info|RefreshSeriesService|Skipping refresh of series: The White Lotus
  3220. 2025-02-25 21:47:31.3|Info|DiskScanService|Scanning The White Lotus
  3221. 2025-02-25 21:47:31.3|Info|DiskScanService|Completed scanning disk for The White Lotus
  3222. 2025-02-25 21:47:31.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3223. 2025-02-25 21:47:31.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3224. 2025-02-25 21:47:31.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3225. 2025-02-25 21:47:31.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3226. 2025-02-25 21:51:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3227. 2025-02-25 21:56:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3228. 2025-02-25 22:01:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3229. 2025-02-25 22:02:33.1|Info|RssSyncService|Starting RSS Sync
  3230. 2025-02-25 22:02:40.3|Info|DownloadDecisionMaker|Processing 31 releases
  3231. 2025-02-25 22:02:41.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3232. 2025-02-25 22:06:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3233. 2025-02-25 22:12:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3234. 2025-02-25 22:17:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3235. 2025-02-25 22:18:07.8|Info|RssSyncService|Starting RSS Sync
  3236. 2025-02-25 22:18:12.8|Info|DownloadDecisionMaker|Processing 31 releases
  3237. 2025-02-25 22:18:14.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3238. 2025-02-25 22:22:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3239. 2025-02-25 22:27:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3240. 2025-02-25 22:32:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3241. 2025-02-25 22:33:16.5|Info|RssSyncService|Starting RSS Sync
  3242. 2025-02-25 22:33:20.8|Info|DownloadDecisionMaker|Processing 31 releases
  3243. 2025-02-25 22:33:22.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3244. 2025-02-25 22:37:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3245. 2025-02-25 22:43:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3246. 2025-02-25 22:48:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3247. 2025-02-25 22:48:27.8|Info|RssSyncService|Starting RSS Sync
  3248. 2025-02-25 22:48:32.7|Info|DownloadDecisionMaker|Processing 29 releases
  3249. 2025-02-25 22:48:34.6|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3250. 2025-02-25 22:53:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3251. 2025-02-25 22:58:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3252. 2025-02-25 23:03:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3253. 2025-02-25 23:04:05.9|Info|RssSyncService|Starting RSS Sync
  3254. 2025-02-25 23:04:11.3|Info|DownloadDecisionMaker|Processing 29 releases
  3255. 2025-02-25 23:04:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3256. 2025-02-25 23:08:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3257. 2025-02-25 23:14:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3258. 2025-02-25 23:19:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3259. 2025-02-25 23:19:40.2|Info|RssSyncService|Starting RSS Sync
  3260. 2025-02-25 23:19:44.9|Info|DownloadDecisionMaker|Processing 29 releases
  3261. 2025-02-25 23:19:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3262. 2025-02-25 23:24:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3263. 2025-02-25 23:29:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3264. 2025-02-25 23:34:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3265. 2025-02-25 23:35:16.3|Info|RssSyncService|Starting RSS Sync
  3266. 2025-02-25 23:35:21.2|Info|DownloadDecisionMaker|Processing 29 releases
  3267. 2025-02-25 23:35:22.0|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3268. 2025-02-25 23:39:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3269. 2025-02-25 23:45:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3270. 2025-02-25 23:50:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3271. 2025-02-25 23:50:51.0|Info|RssSyncService|Starting RSS Sync
  3272. 2025-02-25 23:50:55.0|Info|DownloadDecisionMaker|Processing 30 releases
  3273. 2025-02-25 23:50:55.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3274. 2025-02-25 23:55:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3275. 2025-02-26 00:00:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3276. 2025-02-26 00:05:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3277. 2025-02-26 00:06:24.6|Info|RssSyncService|Starting RSS Sync
  3278. 2025-02-26 00:06:29.4|Info|DownloadDecisionMaker|Processing 30 releases
  3279. 2025-02-26 00:06:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3280. 2025-02-26 00:10:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3281. 2025-02-26 00:16:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3282. 2025-02-26 00:21:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3283. 2025-02-26 00:21:58.3|Info|RssSyncService|Starting RSS Sync
  3284. 2025-02-26 00:22:03.9|Info|DownloadDecisionMaker|Processing 30 releases
  3285. 2025-02-26 00:22:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3286. 2025-02-26 00:26:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3287. 2025-02-26 00:31:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3288. 2025-02-26 00:36:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3289. 2025-02-26 00:37:34.0|Info|RssSyncService|Starting RSS Sync
  3290. 2025-02-26 00:37:38.2|Info|DownloadDecisionMaker|Processing 30 releases
  3291. 2025-02-26 00:37:39.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3292. 2025-02-26 00:41:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3293. 2025-02-26 00:47:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3294. 2025-02-26 00:47:07.1|Info|SceneMappingService|Updating Scene mappings
  3295. 2025-02-26 00:52:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3296. 2025-02-26 00:53:10.8|Info|RssSyncService|Starting RSS Sync
  3297. 2025-02-26 00:53:15.8|Info|DownloadDecisionMaker|Processing 30 releases
  3298. 2025-02-26 00:53:16.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3299. 2025-02-26 00:57:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3300. 2025-02-26 01:02:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3301. 2025-02-26 01:07:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3302. 2025-02-26 01:08:42.1|Info|RssSyncService|Starting RSS Sync
  3303. 2025-02-26 01:08:46.1|Info|DownloadDecisionMaker|Processing 30 releases
  3304. 2025-02-26 01:08:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3305. 2025-02-26 01:12:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3306. 2025-02-26 01:18:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3307. 2025-02-26 01:23:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3308. 2025-02-26 01:24:15.9|Info|RssSyncService|Starting RSS Sync
  3309. 2025-02-26 01:24:20.3|Info|DownloadDecisionMaker|Processing 30 releases
  3310. 2025-02-26 01:24:21.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3311. 2025-02-26 01:28:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3312. 2025-02-26 01:33:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3313. 2025-02-26 01:38:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3314. 2025-02-26 01:39:50.8|Info|RssSyncService|Starting RSS Sync
  3315. 2025-02-26 01:39:55.2|Info|DownloadDecisionMaker|Processing 30 releases
  3316. 2025-02-26 01:39:55.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3317. 2025-02-26 01:43:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3318. 2025-02-26 01:49:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3319. 2025-02-26 01:54:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3320. 2025-02-26 01:55:24.4|Info|RssSyncService|Starting RSS Sync
  3321. 2025-02-26 01:55:28.8|Info|DownloadDecisionMaker|Processing 30 releases
  3322. 2025-02-26 01:55:29.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3323. 2025-02-26 01:59:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3324. 2025-02-26 02:04:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3325. 2025-02-26 02:09:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3326. 2025-02-26 02:11:00.3|Info|RssSyncService|Starting RSS Sync
  3327. 2025-02-26 02:11:05.0|Info|DownloadDecisionMaker|Processing 30 releases
  3328. 2025-02-26 02:11:05.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3329. 2025-02-26 02:14:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3330. 2025-02-26 02:20:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3331. 2025-02-26 02:25:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3332. 2025-02-26 02:26:32.9|Info|RssSyncService|Starting RSS Sync
  3333. 2025-02-26 02:26:37.1|Info|DownloadDecisionMaker|Processing 30 releases
  3334. 2025-02-26 02:26:37.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3335. 2025-02-26 02:30:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3336. 2025-02-26 02:35:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3337. 2025-02-26 02:40:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3338. 2025-02-26 02:42:06.7|Info|RssSyncService|Starting RSS Sync
  3339. 2025-02-26 02:42:11.2|Info|DownloadDecisionMaker|Processing 30 releases
  3340. 2025-02-26 02:42:12.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3341. 2025-02-26 02:45:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3342. 2025-02-26 02:51:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3343. 2025-02-26 02:56:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3344. 2025-02-26 02:57:42.0|Info|RssSyncService|Starting RSS Sync
  3345. 2025-02-26 02:57:47.3|Info|DownloadDecisionMaker|Processing 30 releases
  3346. 2025-02-26 02:57:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3347. 2025-02-26 03:01:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3348. 2025-02-26 03:06:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3349. 2025-02-26 03:11:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3350. 2025-02-26 03:13:15.5|Info|RssSyncService|Starting RSS Sync
  3351. 2025-02-26 03:13:20.5|Info|DownloadDecisionMaker|Processing 30 releases
  3352. 2025-02-26 03:13:21.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3353. 2025-02-26 03:16:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3354. 2025-02-26 03:22:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3355. 2025-02-26 03:27:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3356. 2025-02-26 03:28:50.0|Info|RssSyncService|Starting RSS Sync
  3357. 2025-02-26 03:28:54.9|Info|DownloadDecisionMaker|Processing 30 releases
  3358. 2025-02-26 03:28:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3359. 2025-02-26 03:32:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3360. 2025-02-26 03:37:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3361. 2025-02-26 03:42:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3362. 2025-02-26 03:44:23.4|Info|RssSyncService|Starting RSS Sync
  3363. 2025-02-26 03:44:28.6|Info|DownloadDecisionMaker|Processing 31 releases
  3364. 2025-02-26 03:44:29.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3365. 2025-02-26 03:47:26.7|Info|SceneMappingService|Updating Scene mappings
  3366. 2025-02-26 03:47:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3367. 2025-02-26 03:53:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3368. 2025-02-26 03:58:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3369. 2025-02-26 03:59:58.3|Info|RssSyncService|Starting RSS Sync
  3370. 2025-02-26 04:00:03.7|Info|DownloadDecisionMaker|Processing 31 releases
  3371. 2025-02-26 04:00:04.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3372. 2025-02-26 04:03:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3373. 2025-02-26 04:08:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3374. 2025-02-26 04:13:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3375. 2025-02-26 04:15:08.5|Info|RssSyncService|Starting RSS Sync
  3376. 2025-02-26 04:15:13.8|Info|DownloadDecisionMaker|Processing 31 releases
  3377. 2025-02-26 04:15:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3378. 2025-02-26 04:18:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3379. 2025-02-26 04:24:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3380. 2025-02-26 04:29:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3381. 2025-02-26 04:30:44.8|Info|RssSyncService|Starting RSS Sync
  3382. 2025-02-26 04:30:51.3|Info|DownloadDecisionMaker|Processing 31 releases
  3383. 2025-02-26 04:30:52.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3384. 2025-02-26 04:34:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3385. 2025-02-26 04:39:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3386. 2025-02-26 04:44:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3387. 2025-02-26 04:46:18.3|Info|RssSyncService|Starting RSS Sync
  3388. 2025-02-26 04:46:22.9|Info|DownloadDecisionMaker|Processing 30 releases
  3389. 2025-02-26 04:46:23.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3390. 2025-02-26 04:49:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3391. 2025-02-26 04:55:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3392. 2025-02-26 05:00:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3393. 2025-02-26 05:01:54.3|Info|RssSyncService|Starting RSS Sync
  3394. 2025-02-26 05:01:59.4|Info|DownloadDecisionMaker|Processing 30 releases
  3395. 2025-02-26 05:02:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3396. 2025-02-26 05:05:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3397. 2025-02-26 05:10:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3398. 2025-02-26 05:15:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3399. 2025-02-26 05:17:28.4|Info|RssSyncService|Starting RSS Sync
  3400. 2025-02-26 05:17:33.9|Info|DownloadDecisionMaker|Processing 30 releases
  3401. 2025-02-26 05:17:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3402. 2025-02-26 05:20:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3403. 2025-02-26 05:26:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3404. 2025-02-26 05:31:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3405. 2025-02-26 05:32:42.6|Info|RssSyncService|Starting RSS Sync
  3406. 2025-02-26 05:32:47.1|Info|DownloadDecisionMaker|Processing 30 releases
  3407. 2025-02-26 05:32:47.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3408. 2025-02-26 05:36:21.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3409. 2025-02-26 05:41:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3410. 2025-02-26 05:46:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3411. 2025-02-26 05:48:14.1|Info|RssSyncService|Starting RSS Sync
  3412. 2025-02-26 05:48:18.0|Info|DownloadDecisionMaker|Processing 29 releases
  3413. 2025-02-26 05:48:18.7|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3414. 2025-02-26 05:51:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3415. 2025-02-26 05:57:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3416. 2025-02-26 06:02:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3417. 2025-02-26 06:03:49.3|Info|RssSyncService|Starting RSS Sync
  3418. 2025-02-26 06:03:53.7|Info|DownloadDecisionMaker|Processing 29 releases
  3419. 2025-02-26 06:03:54.4|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3420. 2025-02-26 06:07:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3421. 2025-02-26 06:12:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3422. 2025-02-26 06:17:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3423. 2025-02-26 06:19:24.3|Info|RssSyncService|Starting RSS Sync
  3424. 2025-02-26 06:19:29.0|Info|DownloadDecisionMaker|Processing 29 releases
  3425. 2025-02-26 06:19:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3426. 2025-02-26 06:22:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3427. 2025-02-26 06:28:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3428. 2025-02-26 06:33:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3429. 2025-02-26 06:34:57.7|Info|RssSyncService|Starting RSS Sync
  3430. 2025-02-26 06:35:02.6|Info|DownloadDecisionMaker|Processing 29 releases
  3431. 2025-02-26 06:35:03.3|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3432. 2025-02-26 06:38:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3433. 2025-02-26 06:43:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3434. 2025-02-26 06:47:33.2|Info|SceneMappingService|Updating Scene mappings
  3435. 2025-02-26 06:48:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3436. 2025-02-26 06:50:33.5|Info|RssSyncService|Starting RSS Sync
  3437. 2025-02-26 06:50:38.1|Info|DownloadDecisionMaker|Processing 29 releases
  3438. 2025-02-26 06:50:38.8|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3439. 2025-02-26 06:53:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3440. 2025-02-26 06:59:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3441. 2025-02-26 07:04:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3442. 2025-02-26 07:06:08.1|Info|RssSyncService|Starting RSS Sync
  3443. 2025-02-26 07:06:12.2|Info|DownloadDecisionMaker|Processing 29 releases
  3444. 2025-02-26 07:06:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3445. 2025-02-26 07:09:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3446. 2025-02-26 07:14:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3447. 2025-02-26 07:19:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3448. 2025-02-26 07:21:42.2|Info|RssSyncService|Starting RSS Sync
  3449. 2025-02-26 07:21:46.4|Info|DownloadDecisionMaker|Processing 29 releases
  3450. 2025-02-26 07:21:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3451. 2025-02-26 07:24:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3452. 2025-02-26 07:30:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3453. 2025-02-26 07:35:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3454. 2025-02-26 07:37:17.4|Info|RssSyncService|Starting RSS Sync
  3455. 2025-02-26 07:37:21.6|Info|DownloadDecisionMaker|Processing 29 releases
  3456. 2025-02-26 07:37:22.3|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3457. 2025-02-26 07:40:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3458. 2025-02-26 07:45:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3459. 2025-02-26 07:50:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3460. 2025-02-26 07:52:51.3|Info|RssSyncService|Starting RSS Sync
  3461. 2025-02-26 07:52:55.9|Info|DownloadDecisionMaker|Processing 29 releases
  3462. 2025-02-26 07:52:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3463. 2025-02-26 07:55:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3464. 2025-02-26 08:01:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3465. 2025-02-26 08:06:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3466. 2025-02-26 08:08:24.5|Info|RssSyncService|Starting RSS Sync
  3467. 2025-02-26 08:08:28.8|Info|DownloadDecisionMaker|Processing 29 releases
  3468. 2025-02-26 08:08:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3469. 2025-02-26 08:11:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3470. 2025-02-26 08:16:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3471. 2025-02-26 08:21:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3472. 2025-02-26 08:23:59.4|Info|RssSyncService|Starting RSS Sync
  3473. 2025-02-26 08:24:03.5|Info|DownloadDecisionMaker|Processing 29 releases
  3474. 2025-02-26 08:24:04.2|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3475. 2025-02-26 08:26:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3476. 2025-02-26 08:32:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3477. 2025-02-26 08:37:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3478. 2025-02-26 08:39:34.5|Info|RssSyncService|Starting RSS Sync
  3479. 2025-02-26 08:39:39.1|Info|DownloadDecisionMaker|Processing 29 releases
  3480. 2025-02-26 08:39:39.8|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3481. 2025-02-26 08:42:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3482. 2025-02-26 08:47:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3483. 2025-02-26 08:52:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3484. 2025-02-26 08:55:09.9|Info|RssSyncService|Starting RSS Sync
  3485. 2025-02-26 08:56:50.4|Warn|Torznab|YGG cookie (Prowlarr) server is currently unavailable. http://localhost:9696/13/api?t=tvsearch&cat=5000,5050,5070&extended=1&apikey;=(removed)&offset=0&limit=100 Http request timed out
  3486. 2025-02-26 08:56:50.5|Info|DownloadDecisionMaker|No results found
  3487. 2025-02-26 08:56:50.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
  3488. 2025-02-26 08:57:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3489. 2025-02-26 09:03:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3490. 2025-02-26 09:08:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3491. 2025-02-26 09:12:16.3|Info|RssSyncService|Starting RSS Sync
  3492. 2025-02-26 09:12:21.8|Info|DownloadDecisionMaker|Processing 29 releases
  3493. 2025-02-26 09:12:22.7|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3494. 2025-02-26 09:13:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3495. 2025-02-26 09:18:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3496. 2025-02-26 09:23:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3497. 2025-02-26 09:27:50.5|Info|RssSyncService|Starting RSS Sync
  3498. 2025-02-26 09:27:55.3|Info|DownloadDecisionMaker|Processing 29 releases
  3499. 2025-02-26 09:27:56.1|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3500. 2025-02-26 09:28:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3501. 2025-02-26 09:34:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3502. 2025-02-26 09:39:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3503. 2025-02-26 09:43:24.9|Info|RssSyncService|Starting RSS Sync
  3504. 2025-02-26 09:43:29.5|Info|DownloadDecisionMaker|Processing 29 releases
  3505. 2025-02-26 09:43:31.2|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3506. 2025-02-26 09:44:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3507. 2025-02-26 09:47:57.1|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  3508. 2025-02-26 09:47:57.1|Info|DiskScanService|Scanning Arcane
  3509. 2025-02-26 09:47:57.1|Info|DiskScanService|Completed scanning disk for Arcane
  3510. 2025-02-26 09:47:57.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3511. 2025-02-26 09:47:57.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3512. 2025-02-26 09:47:57.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3513. 2025-02-26 09:47:57.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3514. 2025-02-26 09:47:57.2|Info|RefreshSeriesService|Updating Bref.
  3515. 2025-02-26 09:48:00.0|Info|SceneMappingService|Updating Scene mappings
  3516. 2025-02-26 09:48:00.5|Info|RefreshEpisodeService|Starting episode info refresh for: [251562][Bref.]
  3517. 2025-02-26 09:48:26.7|Info|RefreshEpisodeService|Finished episode refresh for series: [251562][Bref.].
  3518. 2025-02-26 09:48:26.7|Info|DiskScanService|Scanning Bref.
  3519. 2025-02-26 09:48:26.9|Info|DiskScanService|Completed scanning disk for Bref.
  3520. 2025-02-26 09:48:26.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3521. 2025-02-26 09:48:26.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3522. 2025-02-26 09:48:26.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3523. 2025-02-26 09:48:26.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3524. 2025-02-26 09:48:26.9|Info|RefreshSeriesService|Updating Daredevil: Born Again
  3525. 2025-02-26 09:48:27.4|Info|RefreshEpisodeService|Starting episode info refresh for: [422712][Daredevil: Born Again]
  3526. 2025-02-26 09:48:31.1|Info|RefreshEpisodeService|Finished episode refresh for series: [422712][Daredevil: Born Again].
  3527. 2025-02-26 09:48:31.1|Info|DiskScanService|Scanning Daredevil: Born Again
  3528. 2025-02-26 09:48:31.1|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  3529. 2025-02-26 09:48:31.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3530. 2025-02-26 09:48:31.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3531. 2025-02-26 09:48:31.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3532. 2025-02-26 09:48:31.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3533. 2025-02-26 09:48:31.1|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3534. 2025-02-26 09:48:31.1|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  3535. 2025-02-26 09:48:31.1|Info|DiskScanService|Scanning Desperate Housewives
  3536. 2025-02-26 09:48:36.5|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  3537. 2025-02-26 09:48:36.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3538. 2025-02-26 09:48:36.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3539. 2025-02-26 09:48:36.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3540. 2025-02-26 09:48:36.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3541. 2025-02-26 09:48:36.6|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  3542. 2025-02-26 09:48:36.6|Info|DiskScanService|Scanning Dexter: New Blood
  3543. 2025-02-26 09:48:36.8|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  3544. 2025-02-26 09:48:36.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3545. 2025-02-26 09:48:36.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3546. 2025-02-26 09:48:36.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3547. 2025-02-26 09:48:36.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3548. 2025-02-26 09:48:36.8|Info|RefreshSeriesService|Updating Dexter: Original Sin
  3549. 2025-02-26 09:48:37.0|Info|RefreshEpisodeService|Starting episode info refresh for: [430780][Dexter: Original Sin]
  3550. 2025-02-26 09:48:40.6|Info|RefreshEpisodeService|Finished episode refresh for series: [430780][Dexter: Original Sin].
  3551. 2025-02-26 09:48:40.6|Info|DiskScanService|Scanning Dexter: Original Sin
  3552. 2025-02-26 09:48:41.4|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  3553. 2025-02-26 09:48:41.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3554. 2025-02-26 09:48:41.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3555. 2025-02-26 09:48:41.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3556. 2025-02-26 09:48:41.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3557. 2025-02-26 09:48:41.4|Info|RefreshSeriesService|Updating Dope Thief
  3558. 2025-02-26 09:48:42.1|Info|RefreshEpisodeService|Starting episode info refresh for: [423332][Dope Thief]
  3559. 2025-02-26 09:48:44.6|Info|RefreshEpisodeService|Finished episode refresh for series: [423332][Dope Thief].
  3560. 2025-02-26 09:48:44.6|Info|DiskScanService|Scanning Dope Thief
  3561. 2025-02-26 09:48:44.6|Info|DiskScanService|Completed scanning disk for Dope Thief
  3562. 2025-02-26 09:48:44.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3563. 2025-02-26 09:48:44.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3564. 2025-02-26 09:48:44.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3565. 2025-02-26 09:48:44.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3566. 2025-02-26 09:48:44.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3567. 2025-02-26 09:48:44.6|Info|RefreshSeriesService|Updating Dune: Prophecy
  3568. 2025-02-26 09:48:44.9|Info|RefreshEpisodeService|Starting episode info refresh for: [367118][Dune: Prophecy]
  3569. 2025-02-26 09:48:49.3|Info|RefreshEpisodeService|Finished episode refresh for series: [367118][Dune: Prophecy].
  3570. 2025-02-26 09:48:49.3|Info|DiskScanService|Scanning Dune: Prophecy
  3571. 2025-02-26 09:48:49.4|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  3572. 2025-02-26 09:48:49.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3573. 2025-02-26 09:48:49.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3574. 2025-02-26 09:48:49.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3575. 2025-02-26 09:48:49.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3576. 2025-02-26 09:48:49.4|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  3577. 2025-02-26 09:48:49.4|Info|DiskScanService|Scanning The Expanse
  3578. 2025-02-26 09:48:50.8|Info|DiskScanService|Completed scanning disk for The Expanse
  3579. 2025-02-26 09:48:50.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3580. 2025-02-26 09:48:50.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3581. 2025-02-26 09:48:50.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3582. 2025-02-26 09:48:50.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3583. 2025-02-26 09:48:50.8|Info|RefreshSeriesService|Updating The Last of Us
  3584. 2025-02-26 09:48:51.0|Info|RefreshEpisodeService|Starting episode info refresh for: [392256][The Last of Us]
  3585. 2025-02-26 09:49:06.7|Info|RefreshEpisodeService|Finished episode refresh for series: [392256][The Last of Us].
  3586. 2025-02-26 09:49:06.7|Info|DiskScanService|Scanning The Last of Us
  3587. 2025-02-26 09:49:06.7|Info|DiskScanService|Completed scanning disk for The Last of Us
  3588. 2025-02-26 09:49:06.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3589. 2025-02-26 09:49:06.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3590. 2025-02-26 09:49:06.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3591. 2025-02-26 09:49:06.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3592. 2025-02-26 09:49:06.7|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3593. 2025-02-26 09:49:06.7|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  3594. 2025-02-26 09:49:06.7|Info|DiskScanService|Scanning Planet Earth
  3595. 2025-02-26 09:49:06.7|Info|DiskScanService|Completed scanning disk for Planet Earth
  3596. 2025-02-26 09:49:06.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3597. 2025-02-26 09:49:06.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3598. 2025-02-26 09:49:06.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3599. 2025-02-26 09:49:06.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3600. 2025-02-26 09:49:06.7|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3601. 2025-02-26 09:49:06.7|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  3602. 2025-02-26 09:49:06.7|Info|DiskScanService|Scanning Planet Earth II
  3603. 2025-02-26 09:49:06.8|Info|DiskScanService|Completed scanning disk for Planet Earth II
  3604. 2025-02-26 09:49:06.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3605. 2025-02-26 09:49:06.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3606. 2025-02-26 09:49:06.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3607. 2025-02-26 09:49:06.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3608. 2025-02-26 09:49:06.8|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  3609. 2025-02-26 09:49:06.8|Info|DiskScanService|Scanning Planet Earth III
  3610. 2025-02-26 09:49:06.8|Info|DiskScanService|Completed scanning disk for Planet Earth III
  3611. 2025-02-26 09:49:06.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3612. 2025-02-26 09:49:06.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3613. 2025-02-26 09:49:06.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3614. 2025-02-26 09:49:06.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3615. 2025-02-26 09:49:06.8|Info|MetadataService|Series folder does not exist, skipping metadata creation
  3616. 2025-02-26 09:49:06.8|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  3617. 2025-02-26 09:49:06.8|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  3618. 2025-02-26 09:49:06.9|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  3619. 2025-02-26 09:49:06.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3620. 2025-02-26 09:49:06.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3621. 2025-02-26 09:49:06.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3622. 2025-02-26 09:49:06.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3623. 2025-02-26 09:49:07.0|Info|RefreshSeriesService|Updating Reacher
  3624. 2025-02-26 09:49:07.6|Info|RefreshEpisodeService|Starting episode info refresh for: [366924][Reacher]
  3625. 2025-02-26 09:49:16.4|Info|RefreshEpisodeService|Finished episode refresh for series: [366924][Reacher].
  3626. 2025-02-26 09:49:16.4|Info|DiskScanService|Scanning Reacher
  3627. 2025-02-26 09:49:16.4|Info|DiskScanService|Completed scanning disk for Reacher
  3628. 2025-02-26 09:49:16.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3629. 2025-02-26 09:49:16.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3630. 2025-02-26 09:49:16.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3631. 2025-02-26 09:49:16.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3632. 2025-02-26 09:49:16.4|Info|RefreshSeriesService|Updating Secret Level
  3633. 2025-02-26 09:49:17.0|Info|RefreshEpisodeService|Starting episode info refresh for: [453280][Secret Level]
  3634. 2025-02-26 09:49:22.3|Info|RefreshEpisodeService|Finished episode refresh for series: [453280][Secret Level].
  3635. 2025-02-26 09:49:22.3|Info|DiskScanService|Scanning Secret Level
  3636. 2025-02-26 09:49:22.9|Info|DiskScanService|Completed scanning disk for Secret Level
  3637. 2025-02-26 09:49:22.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3638. 2025-02-26 09:49:22.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3639. 2025-02-26 09:49:22.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3640. 2025-02-26 09:49:22.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3641. 2025-02-26 09:49:23.0|Info|RefreshSeriesService|Updating Severance
  3642. 2025-02-26 09:49:23.1|Info|RefreshEpisodeService|Starting episode info refresh for: [371980][Severance]
  3643. 2025-02-26 09:49:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3644. 2025-02-26 09:49:33.9|Info|RefreshEpisodeService|Finished episode refresh for series: [371980][Severance].
  3645. 2025-02-26 09:49:33.9|Info|DiskScanService|Scanning Severance
  3646. 2025-02-26 09:49:34.3|Info|DiskScanService|Completed scanning disk for Severance
  3647. 2025-02-26 09:49:34.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3648. 2025-02-26 09:49:34.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3649. 2025-02-26 09:49:34.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3650. 2025-02-26 09:49:34.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3651. 2025-02-26 09:49:34.3|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  3652. 2025-02-26 09:49:34.3|Info|DiskScanService|Scanning Sex and the City
  3653. 2025-02-26 09:49:35.9|Info|DiskScanService|Completed scanning disk for Sex and the City
  3654. 2025-02-26 09:49:36.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3655. 2025-02-26 09:49:36.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3656. 2025-02-26 09:49:36.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3657. 2025-02-26 09:49:36.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3658. 2025-02-26 09:49:36.0|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  3659. 2025-02-26 09:49:36.0|Info|DiskScanService|Scanning Sherlock
  3660. 2025-02-26 09:49:36.1|Info|DiskScanService|Completed scanning disk for Sherlock
  3661. 2025-02-26 09:49:36.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3662. 2025-02-26 09:49:36.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3663. 2025-02-26 09:49:36.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3664. 2025-02-26 09:49:36.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3665. 2025-02-26 09:49:36.1|Info|RefreshSeriesService|Updating Shōgun
  3666. 2025-02-26 09:49:37.1|Info|RefreshEpisodeService|Starting episode info refresh for: [392573][Shōgun]
  3667. 2025-02-26 09:49:48.1|Info|RefreshEpisodeService|Finished episode refresh for series: [392573][Shōgun].
  3668. 2025-02-26 09:49:48.1|Info|DiskScanService|Scanning Shōgun
  3669. 2025-02-26 09:49:48.2|Info|DiskScanService|Completed scanning disk for Shōgun
  3670. 2025-02-26 09:49:48.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3671. 2025-02-26 09:49:48.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3672. 2025-02-26 09:49:48.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3673. 2025-02-26 09:49:48.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3674. 2025-02-26 09:49:48.2|Info|RefreshSeriesService|Updating Wakfu
  3675. 2025-02-26 09:49:48.7|Info|RefreshEpisodeService|Starting episode info refresh for: [94121][Wakfu]
  3676. 2025-02-26 09:50:21.9|Info|RefreshEpisodeService|Finished episode refresh for series: [94121][Wakfu].
  3677. 2025-02-26 09:50:21.9|Info|DiskScanService|Scanning Wakfu
  3678. 2025-02-26 09:50:22.0|Info|DiskScanService|Completed scanning disk for Wakfu
  3679. 2025-02-26 09:50:22.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3680. 2025-02-26 09:50:22.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3681. 2025-02-26 09:50:22.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3682. 2025-02-26 09:50:22.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3683. 2025-02-26 09:50:22.0|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  3684. 2025-02-26 09:50:22.0|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  3685. 2025-02-26 09:50:22.0|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  3686. 2025-02-26 09:50:22.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3687. 2025-02-26 09:50:22.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3688. 2025-02-26 09:50:22.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3689. 2025-02-26 09:50:22.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3690. 2025-02-26 09:50:22.0|Info|RefreshSeriesService|Updating The White Lotus
  3691. 2025-02-26 09:50:22.1|Info|RefreshEpisodeService|Starting episode info refresh for: [390430][The White Lotus]
  3692. 2025-02-26 09:50:29.6|Info|RefreshEpisodeService|Finished episode refresh for series: [390430][The White Lotus].
  3693. 2025-02-26 09:50:29.6|Info|DiskScanService|Scanning The White Lotus
  3694. 2025-02-26 09:50:29.7|Info|DiskScanService|Completed scanning disk for The White Lotus
  3695. 2025-02-26 09:50:29.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  3696. 2025-02-26 09:50:29.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  3697. 2025-02-26 09:50:29.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  3698. 2025-02-26 09:50:29.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  3699. 2025-02-26 09:54:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3700. 2025-02-26 09:58:41.2|Info|RssSyncService|Starting RSS Sync
  3701. 2025-02-26 09:58:46.3|Info|DownloadDecisionMaker|Processing 29 releases
  3702. 2025-02-26 09:58:47.1|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3703. 2025-02-26 09:59:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3704. 2025-02-26 10:05:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3705. 2025-02-26 10:10:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3706. 2025-02-26 10:14:15.5|Info|RssSyncService|Starting RSS Sync
  3707. 2025-02-26 10:14:20.4|Info|DownloadDecisionMaker|Processing 29 releases
  3708. 2025-02-26 10:14:21.1|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3709. 2025-02-26 10:15:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3710. 2025-02-26 10:20:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3711. 2025-02-26 10:25:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3712. 2025-02-26 10:29:52.1|Info|RssSyncService|Starting RSS Sync
  3713. 2025-02-26 10:29:56.4|Info|DownloadDecisionMaker|Processing 29 releases
  3714. 2025-02-26 10:29:57.2|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3715. 2025-02-26 10:30:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3716. 2025-02-26 10:36:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3717. 2025-02-26 10:41:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3718. 2025-02-26 10:45:26.1|Info|RssSyncService|Starting RSS Sync
  3719. 2025-02-26 10:45:30.2|Info|DownloadDecisionMaker|Processing 29 releases
  3720. 2025-02-26 10:45:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3721. 2025-02-26 10:46:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3722. 2025-02-26 10:51:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3723. 2025-02-26 10:56:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3724. 2025-02-26 11:00:59.5|Info|RssSyncService|Starting RSS Sync
  3725. 2025-02-26 11:01:04.1|Info|DownloadDecisionMaker|Processing 29 releases
  3726. 2025-02-26 11:01:04.8|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3727. 2025-02-26 11:01:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3728. 2025-02-26 11:07:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3729. 2025-02-26 11:12:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3730. 2025-02-26 11:16:34.6|Info|RssSyncService|Starting RSS Sync
  3731. 2025-02-26 11:16:39.6|Info|DownloadDecisionMaker|Processing 29 releases
  3732. 2025-02-26 11:16:40.4|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3733. 2025-02-26 11:17:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3734. 2025-02-26 11:22:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3735. 2025-02-26 11:27:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3736. 2025-02-26 11:32:06.7|Info|RssSyncService|Starting RSS Sync
  3737. 2025-02-26 11:32:11.3|Info|DownloadDecisionMaker|Processing 29 releases
  3738. 2025-02-26 11:32:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3739. 2025-02-26 11:32:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3740. 2025-02-26 11:38:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3741. 2025-02-26 11:43:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3742. 2025-02-26 11:47:40.0|Info|RssSyncService|Starting RSS Sync
  3743. 2025-02-26 11:47:44.8|Info|DownloadDecisionMaker|Processing 29 releases
  3744. 2025-02-26 11:47:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3745. 2025-02-26 11:48:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3746. 2025-02-26 11:53:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3747. 2025-02-26 11:58:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3748. 2025-02-26 12:03:13.3|Info|RssSyncService|Starting RSS Sync
  3749. 2025-02-26 12:03:18.4|Info|DownloadDecisionMaker|Processing 29 releases
  3750. 2025-02-26 12:03:19.5|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3751. 2025-02-26 12:03:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3752. 2025-02-26 12:09:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3753. 2025-02-26 12:14:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3754. 2025-02-26 12:18:46.8|Info|RssSyncService|Starting RSS Sync
  3755. 2025-02-26 12:18:51.1|Info|DownloadDecisionMaker|Processing 29 releases
  3756. 2025-02-26 12:18:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3757. 2025-02-26 12:19:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3758. 2025-02-26 12:24:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3759. 2025-02-26 12:29:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3760. 2025-02-26 12:34:22.3|Info|RssSyncService|Starting RSS Sync
  3761. 2025-02-26 12:34:27.1|Info|DownloadDecisionMaker|Processing 29 releases
  3762. 2025-02-26 12:34:28.0|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3763. 2025-02-26 12:34:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3764. 2025-02-26 12:40:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3765. 2025-02-26 12:45:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3766. 2025-02-26 12:48:56.3|Info|SceneMappingService|Updating Scene mappings
  3767. 2025-02-26 12:49:57.4|Info|RssSyncService|Starting RSS Sync
  3768. 2025-02-26 12:50:03.3|Info|DownloadDecisionMaker|Processing 29 releases
  3769. 2025-02-26 12:50:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3770. 2025-02-26 12:50:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3771. 2025-02-26 12:55:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3772. 2025-02-26 13:00:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3773. 2025-02-26 13:05:31.1|Info|RssSyncService|Starting RSS Sync
  3774. 2025-02-26 13:05:35.6|Info|DownloadDecisionMaker|Processing 29 releases
  3775. 2025-02-26 13:05:36.3|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3776. 2025-02-26 13:05:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3777. 2025-02-26 13:11:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3778. 2025-02-26 13:16:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3779. 2025-02-26 13:21:03.3|Info|RssSyncService|Starting RSS Sync
  3780. 2025-02-26 13:21:08.3|Info|DownloadDecisionMaker|Processing 29 releases
  3781. 2025-02-26 13:21:09.1|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3782. 2025-02-26 13:21:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3783. 2025-02-26 13:26:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3784. 2025-02-26 13:31:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3785. 2025-02-26 13:36:38.7|Info|RssSyncService|Starting RSS Sync
  3786. 2025-02-26 13:36:44.1|Info|DownloadDecisionMaker|Processing 29 releases
  3787. 2025-02-26 13:36:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3788. 2025-02-26 13:36:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3789. 2025-02-26 13:42:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3790. 2025-02-26 13:47:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3791. 2025-02-26 13:52:12.1|Info|RssSyncService|Starting RSS Sync
  3792. 2025-02-26 13:52:17.7|Info|DownloadDecisionMaker|Processing 30 releases
  3793. 2025-02-26 13:52:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3794. 2025-02-26 13:52:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3795. 2025-02-26 13:57:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3796. 2025-02-26 14:02:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3797. 2025-02-26 14:07:48.2|Info|RssSyncService|Starting RSS Sync
  3798. 2025-02-26 14:07:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3799. 2025-02-26 14:07:55.4|Info|DownloadDecisionMaker|Processing 30 releases
  3800. 2025-02-26 14:07:56.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3801. 2025-02-26 14:13:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3802. 2025-02-26 14:18:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3803. 2025-02-26 14:23:21.5|Info|RssSyncService|Starting RSS Sync
  3804. 2025-02-26 14:23:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3805. 2025-02-26 14:23:27.2|Info|DownloadDecisionMaker|Processing 30 releases
  3806. 2025-02-26 14:23:28.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3807. 2025-02-26 14:28:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3808. 2025-02-26 14:33:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3809. 2025-02-26 14:38:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3810. 2025-02-26 14:38:54.9|Info|RssSyncService|Starting RSS Sync
  3811. 2025-02-26 14:39:02.7|Info|DownloadDecisionMaker|Processing 30 releases
  3812. 2025-02-26 14:39:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3813. 2025-02-26 14:44:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3814. 2025-02-26 14:49:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3815. 2025-02-26 14:54:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3816. 2025-02-26 14:54:32.4|Info|RssSyncService|Starting RSS Sync
  3817. 2025-02-26 14:54:38.4|Info|DownloadDecisionMaker|Processing 29 releases
  3818. 2025-02-26 14:54:40.5|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3819. 2025-02-26 14:59:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3820. 2025-02-26 15:04:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3821. 2025-02-26 15:09:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3822. 2025-02-26 15:10:07.1|Info|RssSyncService|Starting RSS Sync
  3823. 2025-02-26 15:10:12.3|Info|DownloadDecisionMaker|Processing 29 releases
  3824. 2025-02-26 15:10:13.0|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3825. 2025-02-26 15:15:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3826. 2025-02-26 15:20:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3827. 2025-02-26 15:25:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3828. 2025-02-26 15:25:41.9|Info|RssSyncService|Starting RSS Sync
  3829. 2025-02-26 15:25:46.5|Info|DownloadDecisionMaker|Processing 29 releases
  3830. 2025-02-26 15:25:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3831. 2025-02-26 15:30:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3832. 2025-02-26 15:35:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3833. 2025-02-26 15:40:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3834. 2025-02-26 15:41:15.7|Info|RssSyncService|Starting RSS Sync
  3835. 2025-02-26 15:41:20.7|Info|DownloadDecisionMaker|Processing 29 releases
  3836. 2025-02-26 15:41:23.0|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  3837. 2025-02-26 15:46:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3838. 2025-02-26 15:49:16.9|Info|SceneMappingService|Updating Scene mappings
  3839. 2025-02-26 15:51:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3840. 2025-02-26 15:56:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3841. 2025-02-26 15:56:49.3|Info|RssSyncService|Starting RSS Sync
  3842. 2025-02-26 15:56:53.8|Info|DownloadDecisionMaker|Processing 30 releases
  3843. 2025-02-26 15:56:54.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3844. 2025-02-26 16:01:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3845. 2025-02-26 16:06:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3846. 2025-02-26 16:11:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3847. 2025-02-26 16:12:22.6|Info|RssSyncService|Starting RSS Sync
  3848. 2025-02-26 16:12:31.2|Info|DownloadDecisionMaker|Processing 30 releases
  3849. 2025-02-26 16:12:31.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3850. 2025-02-26 16:17:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3851. 2025-02-26 16:22:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3852. 2025-02-26 16:27:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3853. 2025-02-26 16:27:57.7|Info|RssSyncService|Starting RSS Sync
  3854. 2025-02-26 16:28:04.3|Info|DownloadDecisionMaker|Processing 30 releases
  3855. 2025-02-26 16:28:05.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3856. 2025-02-26 16:32:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3857. 2025-02-26 16:37:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3858. 2025-02-26 16:42:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3859. 2025-02-26 16:43:31.9|Info|RssSyncService|Starting RSS Sync
  3860. 2025-02-26 16:43:36.9|Info|DownloadDecisionMaker|Processing 30 releases
  3861. 2025-02-26 16:43:37.6|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3862. 2025-02-26 16:48:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3863. 2025-02-26 16:53:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3864. 2025-02-26 16:58:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3865. 2025-02-26 16:59:07.1|Info|RssSyncService|Starting RSS Sync
  3866. 2025-02-26 16:59:11.3|Info|DownloadDecisionMaker|Processing 30 releases
  3867. 2025-02-26 16:59:12.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3868. 2025-02-26 17:03:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3869. 2025-02-26 17:08:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3870. 2025-02-26 17:13:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3871. 2025-02-26 17:14:42.7|Info|RssSyncService|Starting RSS Sync
  3872. 2025-02-26 17:14:46.4|Info|DownloadDecisionMaker|Processing 30 releases
  3873. 2025-02-26 17:14:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3874. 2025-02-26 17:19:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3875. 2025-02-26 17:24:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3876. 2025-02-26 17:29:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3877. 2025-02-26 17:30:17.4|Info|RssSyncService|Starting RSS Sync
  3878. 2025-02-26 17:30:22.6|Info|DownloadDecisionMaker|Processing 30 releases
  3879. 2025-02-26 17:30:23.3|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3880. 2025-02-26 17:34:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3881. 2025-02-26 17:39:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3882. 2025-02-26 17:44:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3883. 2025-02-26 17:45:53.2|Info|RssSyncService|Starting RSS Sync
  3884. 2025-02-26 17:45:58.2|Info|DownloadDecisionMaker|Processing 30 releases
  3885. 2025-02-26 17:45:59.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3886. 2025-02-26 17:50:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3887. 2025-02-26 17:50:53.8|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
  3888. 2025-02-26 17:55:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3889. 2025-02-26 18:00:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3890. 2025-02-26 18:01:26.1|Info|RssSyncService|Starting RSS Sync
  3891. 2025-02-26 18:01:31.0|Info|DownloadDecisionMaker|Processing 30 releases
  3892. 2025-02-26 18:01:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3893. 2025-02-26 18:05:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3894. 2025-02-26 18:10:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3895. 2025-02-26 18:13:00.8|Info|HousekeepingService|Running housecleaning tasks
  3896. 2025-02-26 18:13:02.7|Info|Database|Vacuuming Log database
  3897. 2025-02-26 18:13:02.9|Info|Database|Log database compressed
  3898. 2025-02-26 18:13:03.0|Info|Database|Vacuuming Main database
  3899. 2025-02-26 18:13:05.1|Info|Database|Main database compressed
  3900. 2025-02-26 18:15:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3901. 2025-02-26 18:17:02.8|Info|RssSyncService|Starting RSS Sync
  3902. 2025-02-26 18:17:07.1|Info|DownloadDecisionMaker|Processing 30 releases
  3903. 2025-02-26 18:17:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3904. 2025-02-26 18:21:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3905. 2025-02-26 18:26:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3906. 2025-02-26 18:31:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3907. 2025-02-26 18:32:37.9|Info|RssSyncService|Starting RSS Sync
  3908. 2025-02-26 18:33:52.6|Info|DownloadDecisionMaker|Processing 30 releases
  3909. 2025-02-26 18:33:53.3|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3910. 2025-02-26 18:36:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3911. 2025-02-26 18:41:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3912. 2025-02-26 18:46:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3913. 2025-02-26 18:49:10.8|Info|RssSyncService|Starting RSS Sync
  3914. 2025-02-26 18:49:16.8|Info|DownloadDecisionMaker|Processing 30 releases
  3915. 2025-02-26 18:49:17.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  3916. 2025-02-26 18:49:41.1|Info|SceneMappingService|Updating Scene mappings
  3917. 2025-02-26 18:52:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3918. 2025-02-26 18:57:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3919. 2025-02-26 19:02:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3920. 2025-02-26 19:04:45.5|Info|RssSyncService|Starting RSS Sync
  3921. 2025-02-26 19:04:49.9|Info|DownloadDecisionMaker|Processing 31 releases
  3922. 2025-02-26 19:04:50.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3923. 2025-02-26 19:07:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3924. 2025-02-26 19:12:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3925. 2025-02-26 19:17:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3926. 2025-02-26 19:20:19.8|Info|RssSyncService|Starting RSS Sync
  3927. 2025-02-26 19:20:25.5|Info|DownloadDecisionMaker|Processing 31 releases
  3928. 2025-02-26 19:20:26.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3929. 2025-02-26 19:23:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3930. 2025-02-26 19:28:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3931. 2025-02-26 19:33:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3932. 2025-02-26 19:35:54.0|Info|RssSyncService|Starting RSS Sync
  3933. 2025-02-26 19:35:59.6|Info|DownloadDecisionMaker|Processing 31 releases
  3934. 2025-02-26 19:36:00.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3935. 2025-02-26 19:38:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3936. 2025-02-26 19:43:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3937. 2025-02-26 19:48:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3938. 2025-02-26 19:51:31.0|Info|RssSyncService|Starting RSS Sync
  3939. 2025-02-26 19:51:35.3|Info|DownloadDecisionMaker|Processing 31 releases
  3940. 2025-02-26 19:51:36.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3941. 2025-02-26 19:54:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3942. 2025-02-26 19:59:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3943. 2025-02-26 20:04:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3944. 2025-02-26 20:07:03.7|Info|RssSyncService|Starting RSS Sync
  3945. 2025-02-26 20:07:09.3|Info|DownloadDecisionMaker|Processing 31 releases
  3946. 2025-02-26 20:07:10.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3947. 2025-02-26 20:09:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3948. 2025-02-26 20:14:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3949. 2025-02-26 20:17:50.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3950. 2025-02-26 20:17:50.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3951. 2025-02-26 20:17:50.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3952. 2025-02-26 20:17:50.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3953. 2025-02-26 20:17:50.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3954. 2025-02-26 20:17:50.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3955. 2025-02-26 20:17:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3956. 2025-02-26 20:17:51.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3957. 2025-02-26 20:17:51.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3958. 2025-02-26 20:17:51.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3959. 2025-02-26 20:17:52.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3960. 2025-02-26 20:17:52.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3961. 2025-02-26 20:17:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3962. 2025-02-26 20:17:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3963. 2025-02-26 20:17:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3964. 2025-02-26 20:17:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3965. 2025-02-26 20:17:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3966. 2025-02-26 20:17:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3967. 2025-02-26 20:17:54.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3968. 2025-02-26 20:17:54.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3969. 2025-02-26 20:17:54.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3970. 2025-02-26 20:17:54.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3971. 2025-02-26 20:17:54.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3972. 2025-02-26 20:17:54.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3973. 2025-02-26 20:17:54.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3974. 2025-02-26 20:17:54.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3975. 2025-02-26 20:17:54.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3976. 2025-02-26 20:17:54.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3977. 2025-02-26 20:17:54.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3978. 2025-02-26 20:17:54.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3979. 2025-02-26 20:17:54.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3980. 2025-02-26 20:17:55.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3981. 2025-02-26 20:17:55.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3982. 2025-02-26 20:17:55.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3983. 2025-02-26 20:17:55.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3984. 2025-02-26 20:17:55.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3985. 2025-02-26 20:19:45.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3986. 2025-02-26 20:19:45.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3987. 2025-02-26 20:19:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3988. 2025-02-26 20:19:55.3|Info|ReleaseSearchService|Searching indexers for [The White Lotus : S03E02]. 1 active indexers
  3989. 2025-02-26 20:20:03.2|Info|DownloadDecisionMaker|Processing 5 releases
  3990. 2025-02-26 20:20:05.2|Info|DownloadService|Report sent to Deluge. Indexer YGG cookie (Prowlarr). The.White.Lotus.S03E02.MULTi.1080p.WEB.x264-FW
  3991. 2025-02-26 20:20:08.9|Info|EpisodeSearchService|Episode search completed. 1 reports downloaded.
  3992. 2025-02-26 20:22:38.0|Info|RssSyncService|Starting RSS Sync
  3993. 2025-02-26 20:22:42.4|Info|DownloadDecisionMaker|Processing 31 releases
  3994. 2025-02-26 20:22:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  3995. 2025-02-26 20:25:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3996. 2025-02-26 20:30:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3997. 2025-02-26 20:35:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  3998. 2025-02-26 20:38:13.4|Info|RssSyncService|Starting RSS Sync
  3999. 2025-02-26 20:38:18.8|Info|DownloadDecisionMaker|Processing 31 releases
  4000. 2025-02-26 20:38:19.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4001. 2025-02-26 20:40:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4002. 2025-02-26 20:45:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4003. 2025-02-26 20:50:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4004. 2025-02-26 20:53:48.6|Info|RssSyncService|Starting RSS Sync
  4005. 2025-02-26 20:53:54.1|Info|DownloadDecisionMaker|Processing 31 releases
  4006. 2025-02-26 20:53:54.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4007. 2025-02-26 20:56:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4008. 2025-02-26 21:01:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4009. 2025-02-26 21:06:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4010. 2025-02-26 21:09:24.5|Info|RssSyncService|Starting RSS Sync
  4011. 2025-02-26 21:09:30.7|Info|DownloadDecisionMaker|Processing 31 releases
  4012. 2025-02-26 21:09:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4013. 2025-02-26 21:11:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4014. 2025-02-26 21:16:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4015. 2025-02-26 21:21:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4016. 2025-02-26 21:24:57.5|Info|RssSyncService|Starting RSS Sync
  4017. 2025-02-26 21:25:02.4|Info|DownloadDecisionMaker|Processing 31 releases
  4018. 2025-02-26 21:25:03.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4019. 2025-02-26 21:27:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4020. 2025-02-26 21:32:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4021. 2025-02-26 21:37:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4022. 2025-02-26 21:40:05.4|Info|RssSyncService|Starting RSS Sync
  4023. 2025-02-26 21:40:10.3|Info|DownloadDecisionMaker|Processing 31 releases
  4024. 2025-02-26 21:40:11.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4025. 2025-02-26 21:42:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4026. 2025-02-26 21:47:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4027. 2025-02-26 21:50:08.5|Info|SceneMappingService|Updating Scene mappings
  4028. 2025-02-26 21:50:39.2|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  4029. 2025-02-26 21:50:39.3|Info|DiskScanService|Scanning Arcane
  4030. 2025-02-26 21:50:39.3|Info|DiskScanService|Completed scanning disk for Arcane
  4031. 2025-02-26 21:50:39.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4032. 2025-02-26 21:50:39.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4033. 2025-02-26 21:50:39.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4034. 2025-02-26 21:50:39.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4035. 2025-02-26 21:50:39.4|Info|RefreshSeriesService|Updating Bref.
  4036. 2025-02-26 21:50:39.7|Info|RefreshEpisodeService|Starting episode info refresh for: [251562][Bref.]
  4037. 2025-02-26 21:51:10.3|Info|RefreshEpisodeService|Finished episode refresh for series: [251562][Bref.].
  4038. 2025-02-26 21:51:10.7|Info|DiskScanService|Scanning Bref.
  4039. 2025-02-26 21:51:11.8|Info|DiskScanService|Completed scanning disk for Bref.
  4040. 2025-02-26 21:51:11.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4041. 2025-02-26 21:51:11.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4042. 2025-02-26 21:51:11.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4043. 2025-02-26 21:51:11.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4044. 2025-02-26 21:51:11.8|Info|RefreshSeriesService|Updating Daredevil: Born Again
  4045. 2025-02-26 21:51:12.6|Info|RefreshEpisodeService|Starting episode info refresh for: [422712][Daredevil: Born Again]
  4046. 2025-02-26 21:51:16.9|Info|RefreshEpisodeService|Finished episode refresh for series: [422712][Daredevil: Born Again].
  4047. 2025-02-26 21:51:16.9|Info|DiskScanService|Scanning Daredevil: Born Again
  4048. 2025-02-26 21:51:16.9|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  4049. 2025-02-26 21:51:16.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4050. 2025-02-26 21:51:16.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4051. 2025-02-26 21:51:16.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4052. 2025-02-26 21:51:16.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4053. 2025-02-26 21:51:16.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4054. 2025-02-26 21:51:16.9|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  4055. 2025-02-26 21:51:16.9|Info|DiskScanService|Scanning Desperate Housewives
  4056. 2025-02-26 21:51:21.5|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  4057. 2025-02-26 21:51:21.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4058. 2025-02-26 21:51:21.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4059. 2025-02-26 21:51:21.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4060. 2025-02-26 21:51:21.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4061. 2025-02-26 21:51:21.6|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  4062. 2025-02-26 21:51:21.6|Info|DiskScanService|Scanning Dexter: New Blood
  4063. 2025-02-26 21:51:22.2|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  4064. 2025-02-26 21:51:22.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4065. 2025-02-26 21:51:22.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4066. 2025-02-26 21:51:22.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4067. 2025-02-26 21:51:22.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4068. 2025-02-26 21:51:22.2|Info|RefreshSeriesService|Updating Dexter: Original Sin
  4069. 2025-02-26 21:51:22.6|Info|RefreshEpisodeService|Starting episode info refresh for: [430780][Dexter: Original Sin]
  4070. 2025-02-26 21:51:26.9|Info|RefreshEpisodeService|Finished episode refresh for series: [430780][Dexter: Original Sin].
  4071. 2025-02-26 21:51:26.9|Info|DiskScanService|Scanning Dexter: Original Sin
  4072. 2025-02-26 21:51:27.4|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  4073. 2025-02-26 21:51:27.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4074. 2025-02-26 21:51:27.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4075. 2025-02-26 21:51:27.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4076. 2025-02-26 21:51:27.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4077. 2025-02-26 21:51:27.4|Info|RefreshSeriesService|Updating Dope Thief
  4078. 2025-02-26 21:51:27.9|Info|RefreshEpisodeService|Starting episode info refresh for: [423332][Dope Thief]
  4079. 2025-02-26 21:51:31.6|Info|RefreshEpisodeService|Finished episode refresh for series: [423332][Dope Thief].
  4080. 2025-02-26 21:51:31.6|Info|DiskScanService|Scanning Dope Thief
  4081. 2025-02-26 21:51:31.6|Info|DiskScanService|Completed scanning disk for Dope Thief
  4082. 2025-02-26 21:51:31.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4083. 2025-02-26 21:51:31.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4084. 2025-02-26 21:51:31.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4085. 2025-02-26 21:51:31.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4086. 2025-02-26 21:51:31.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4087. 2025-02-26 21:51:31.6|Info|RefreshSeriesService|Updating Dune: Prophecy
  4088. 2025-02-26 21:51:32.4|Info|RefreshEpisodeService|Starting episode info refresh for: [367118][Dune: Prophecy]
  4089. 2025-02-26 21:51:37.9|Info|RefreshEpisodeService|Finished episode refresh for series: [367118][Dune: Prophecy].
  4090. 2025-02-26 21:51:37.9|Info|DiskScanService|Scanning Dune: Prophecy
  4091. 2025-02-26 21:51:38.2|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  4092. 2025-02-26 21:51:38.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4093. 2025-02-26 21:51:38.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4094. 2025-02-26 21:51:38.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4095. 2025-02-26 21:51:38.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4096. 2025-02-26 21:51:38.2|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  4097. 2025-02-26 21:51:38.2|Info|DiskScanService|Scanning The Expanse
  4098. 2025-02-26 21:51:40.8|Info|DiskScanService|Completed scanning disk for The Expanse
  4099. 2025-02-26 21:51:40.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4100. 2025-02-26 21:51:40.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4101. 2025-02-26 21:51:40.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4102. 2025-02-26 21:51:40.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4103. 2025-02-26 21:51:40.8|Info|RefreshSeriesService|Updating The Last of Us
  4104. 2025-02-26 21:51:42.6|Info|RefreshEpisodeService|Starting episode info refresh for: [392256][The Last of Us]
  4105. 2025-02-26 21:52:02.0|Info|RefreshEpisodeService|Finished episode refresh for series: [392256][The Last of Us].
  4106. 2025-02-26 21:52:02.0|Info|DiskScanService|Scanning The Last of Us
  4107. 2025-02-26 21:52:02.0|Info|DiskScanService|Completed scanning disk for The Last of Us
  4108. 2025-02-26 21:52:02.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4109. 2025-02-26 21:52:02.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4110. 2025-02-26 21:52:02.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4111. 2025-02-26 21:52:02.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4112. 2025-02-26 21:52:02.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4113. 2025-02-26 21:52:02.0|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  4114. 2025-02-26 21:52:02.0|Info|DiskScanService|Scanning Planet Earth
  4115. 2025-02-26 21:52:02.0|Info|DiskScanService|Completed scanning disk for Planet Earth
  4116. 2025-02-26 21:52:02.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4117. 2025-02-26 21:52:02.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4118. 2025-02-26 21:52:02.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4119. 2025-02-26 21:52:02.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4120. 2025-02-26 21:52:02.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4121. 2025-02-26 21:52:02.0|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  4122. 2025-02-26 21:52:02.0|Info|DiskScanService|Scanning Planet Earth II
  4123. 2025-02-26 21:52:02.1|Info|DiskScanService|Completed scanning disk for Planet Earth II
  4124. 2025-02-26 21:52:02.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4125. 2025-02-26 21:52:02.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4126. 2025-02-26 21:52:02.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4127. 2025-02-26 21:52:02.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4128. 2025-02-26 21:52:02.1|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  4129. 2025-02-26 21:52:02.1|Info|DiskScanService|Scanning Planet Earth III
  4130. 2025-02-26 21:52:02.1|Info|DiskScanService|Completed scanning disk for Planet Earth III
  4131. 2025-02-26 21:52:02.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4132. 2025-02-26 21:52:02.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4133. 2025-02-26 21:52:02.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4134. 2025-02-26 21:52:02.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4135. 2025-02-26 21:52:02.1|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4136. 2025-02-26 21:52:02.1|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  4137. 2025-02-26 21:52:02.1|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  4138. 2025-02-26 21:52:02.3|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  4139. 2025-02-26 21:52:02.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4140. 2025-02-26 21:52:02.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4141. 2025-02-26 21:52:02.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4142. 2025-02-26 21:52:02.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4143. 2025-02-26 21:52:02.4|Info|RefreshSeriesService|Updating Reacher
  4144. 2025-02-26 21:52:02.9|Info|RefreshEpisodeService|Starting episode info refresh for: [366924][Reacher]
  4145. 2025-02-26 21:52:13.6|Info|RefreshEpisodeService|Finished episode refresh for series: [366924][Reacher].
  4146. 2025-02-26 21:52:13.6|Info|DiskScanService|Scanning Reacher
  4147. 2025-02-26 21:52:14.0|Info|DiskScanService|Completed scanning disk for Reacher
  4148. 2025-02-26 21:52:14.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4149. 2025-02-26 21:52:14.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4150. 2025-02-26 21:52:14.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4151. 2025-02-26 21:52:14.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4152. 2025-02-26 21:52:14.0|Info|RefreshSeriesService|Updating Secret Level
  4153. 2025-02-26 21:52:14.2|Info|RefreshEpisodeService|Starting episode info refresh for: [453280][Secret Level]
  4154. 2025-02-26 21:52:21.1|Info|RefreshEpisodeService|Finished episode refresh for series: [453280][Secret Level].
  4155. 2025-02-26 21:52:21.1|Info|DiskScanService|Scanning Secret Level
  4156. 2025-02-26 21:52:21.9|Info|DiskScanService|Completed scanning disk for Secret Level
  4157. 2025-02-26 21:52:21.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4158. 2025-02-26 21:52:21.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4159. 2025-02-26 21:52:21.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4160. 2025-02-26 21:52:21.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4161. 2025-02-26 21:52:21.9|Info|RefreshSeriesService|Updating Severance
  4162. 2025-02-26 21:52:22.9|Info|RefreshEpisodeService|Starting episode info refresh for: [371980][Severance]
  4163. 2025-02-26 21:52:37.5|Info|RefreshEpisodeService|Finished episode refresh for series: [371980][Severance].
  4164. 2025-02-26 21:52:37.5|Info|DiskScanService|Scanning Severance
  4165. 2025-02-26 21:52:37.5|Info|DiskScanService|Completed scanning disk for Severance
  4166. 2025-02-26 21:52:37.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4167. 2025-02-26 21:52:37.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4168. 2025-02-26 21:52:37.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4169. 2025-02-26 21:52:37.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4170. 2025-02-26 21:52:37.5|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  4171. 2025-02-26 21:52:37.5|Info|DiskScanService|Scanning Sex and the City
  4172. 2025-02-26 21:52:37.8|Info|DiskScanService|Completed scanning disk for Sex and the City
  4173. 2025-02-26 21:52:37.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4174. 2025-02-26 21:52:37.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4175. 2025-02-26 21:52:37.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4176. 2025-02-26 21:52:37.8|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4177. 2025-02-26 21:52:37.9|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  4178. 2025-02-26 21:52:37.9|Info|DiskScanService|Scanning Sherlock
  4179. 2025-02-26 21:52:38.0|Info|DiskScanService|Completed scanning disk for Sherlock
  4180. 2025-02-26 21:52:38.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4181. 2025-02-26 21:52:38.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4182. 2025-02-26 21:52:38.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4183. 2025-02-26 21:52:38.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4184. 2025-02-26 21:52:38.0|Info|RefreshSeriesService|Updating Shōgun
  4185. 2025-02-26 21:52:38.2|Info|RefreshEpisodeService|Starting episode info refresh for: [392573][Shōgun]
  4186. 2025-02-26 21:52:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4187. 2025-02-26 21:52:55.1|Info|RefreshEpisodeService|Finished episode refresh for series: [392573][Shōgun].
  4188. 2025-02-26 21:52:55.1|Info|DiskScanService|Scanning Shōgun
  4189. 2025-02-26 21:52:55.7|Info|DiskScanService|Completed scanning disk for Shōgun
  4190. 2025-02-26 21:52:55.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4191. 2025-02-26 21:52:55.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4192. 2025-02-26 21:52:55.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4193. 2025-02-26 21:52:55.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4194. 2025-02-26 21:52:55.7|Info|RefreshSeriesService|Updating Wakfu
  4195. 2025-02-26 21:52:57.1|Info|RefreshEpisodeService|Starting episode info refresh for: [94121][Wakfu]
  4196. 2025-02-26 21:53:36.3|Info|RefreshEpisodeService|Finished episode refresh for series: [94121][Wakfu].
  4197. 2025-02-26 21:53:36.3|Info|DiskScanService|Scanning Wakfu
  4198. 2025-02-26 21:53:36.4|Info|DiskScanService|Completed scanning disk for Wakfu
  4199. 2025-02-26 21:53:36.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4200. 2025-02-26 21:53:36.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4201. 2025-02-26 21:53:36.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4202. 2025-02-26 21:53:36.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4203. 2025-02-26 21:53:36.4|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  4204. 2025-02-26 21:53:36.4|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  4205. 2025-02-26 21:53:36.9|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  4206. 2025-02-26 21:53:36.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4207. 2025-02-26 21:53:36.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4208. 2025-02-26 21:53:36.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4209. 2025-02-26 21:53:36.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4210. 2025-02-26 21:53:37.0|Info|RefreshSeriesService|Updating The White Lotus
  4211. 2025-02-26 21:53:37.1|Info|RefreshEpisodeService|Starting episode info refresh for: [390430][The White Lotus]
  4212. 2025-02-26 21:53:45.9|Info|RefreshEpisodeService|Finished episode refresh for series: [390430][The White Lotus].
  4213. 2025-02-26 21:53:45.9|Info|DiskScanService|Scanning The White Lotus
  4214. 2025-02-26 21:53:45.9|Info|DiskScanService|Completed scanning disk for The White Lotus
  4215. 2025-02-26 21:53:45.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4216. 2025-02-26 21:53:45.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4217. 2025-02-26 21:53:45.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4218. 2025-02-26 21:53:45.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4219. 2025-02-26 21:55:20.8|Info|RssSyncService|Starting RSS Sync
  4220. 2025-02-26 21:55:25.9|Info|DownloadDecisionMaker|Processing 31 releases
  4221. 2025-02-26 21:55:26.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4222. 2025-02-26 21:58:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4223. 2025-02-26 22:03:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4224. 2025-02-26 22:08:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4225. 2025-02-26 22:10:56.2|Info|RssSyncService|Starting RSS Sync
  4226. 2025-02-26 22:11:01.5|Info|DownloadDecisionMaker|Processing 31 releases
  4227. 2025-02-26 22:11:02.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4228. 2025-02-26 22:13:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4229. 2025-02-26 22:18:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4230. 2025-02-26 22:23:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4231. 2025-02-26 22:26:29.1|Info|RssSyncService|Starting RSS Sync
  4232. 2025-02-26 22:26:34.5|Info|DownloadDecisionMaker|Processing 31 releases
  4233. 2025-02-26 22:26:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4234. 2025-02-26 22:29:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4235. 2025-02-26 22:34:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4236. 2025-02-26 22:39:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4237. 2025-02-26 22:42:02.7|Info|RssSyncService|Starting RSS Sync
  4238. 2025-02-26 22:42:07.5|Info|DownloadDecisionMaker|Processing 31 releases
  4239. 2025-02-26 22:42:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4240. 2025-02-26 22:44:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4241. 2025-02-26 22:49:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4242. 2025-02-26 22:54:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4243. 2025-02-26 22:57:11.0|Info|RssSyncService|Starting RSS Sync
  4244. 2025-02-26 22:57:20.1|Info|DownloadDecisionMaker|Processing 31 releases
  4245. 2025-02-26 22:57:21.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4246. 2025-02-26 23:00:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4247. 2025-02-26 23:05:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4248. 2025-02-26 23:10:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4249. 2025-02-26 23:12:48.8|Info|RssSyncService|Starting RSS Sync
  4250. 2025-02-26 23:12:53.8|Info|DownloadDecisionMaker|Processing 31 releases
  4251. 2025-02-26 23:12:54.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4252. 2025-02-26 23:15:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4253. 2025-02-26 23:20:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4254. 2025-02-26 23:25:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4255. 2025-02-26 23:28:20.7|Info|RssSyncService|Starting RSS Sync
  4256. 2025-02-26 23:28:26.0|Info|DownloadDecisionMaker|Processing 31 releases
  4257. 2025-02-26 23:28:26.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4258. 2025-02-26 23:31:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4259. 2025-02-26 23:36:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4260. 2025-02-26 23:41:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4261. 2025-02-26 23:43:53.9|Info|RssSyncService|Starting RSS Sync
  4262. 2025-02-26 23:43:58.7|Info|DownloadDecisionMaker|Processing 31 releases
  4263. 2025-02-26 23:43:59.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4264. 2025-02-26 23:46:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4265. 2025-02-26 23:51:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4266. 2025-02-26 23:56:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4267. 2025-02-26 23:59:26.3|Info|RssSyncService|Starting RSS Sync
  4268. 2025-02-26 23:59:30.7|Info|DownloadDecisionMaker|Processing 31 releases
  4269. 2025-02-26 23:59:31.4|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4270. 2025-02-27 00:02:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4271. 2025-02-27 00:07:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4272. 2025-02-27 00:12:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4273. 2025-02-27 00:15:00.3|Info|RssSyncService|Starting RSS Sync
  4274. 2025-02-27 00:15:05.2|Info|DownloadDecisionMaker|Processing 31 releases
  4275. 2025-02-27 00:15:06.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4276. 2025-02-27 00:17:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4277. 2025-02-27 00:22:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4278. 2025-02-27 00:27:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4279. 2025-02-27 00:30:34.7|Info|RssSyncService|Starting RSS Sync
  4280. 2025-02-27 00:30:39.5|Info|DownloadDecisionMaker|Processing 31 releases
  4281. 2025-02-27 00:30:40.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4282. 2025-02-27 00:33:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4283. 2025-02-27 00:38:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4284. 2025-02-27 00:43:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4285. 2025-02-27 00:46:09.5|Info|RssSyncService|Starting RSS Sync
  4286. 2025-02-27 00:46:15.3|Info|DownloadDecisionMaker|Processing 31 releases
  4287. 2025-02-27 00:46:16.0|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4288. 2025-02-27 00:48:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4289. 2025-02-27 00:50:41.7|Info|SceneMappingService|Updating Scene mappings
  4290. 2025-02-27 00:53:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4291. 2025-02-27 00:58:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4292. 2025-02-27 01:01:42.7|Info|RssSyncService|Starting RSS Sync
  4293. 2025-02-27 01:01:47.5|Info|DownloadDecisionMaker|Processing 31 releases
  4294. 2025-02-27 01:01:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4295. 2025-02-27 01:04:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4296. 2025-02-27 01:09:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4297. 2025-02-27 01:14:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4298. 2025-02-27 01:17:15.8|Info|RssSyncService|Starting RSS Sync
  4299. 2025-02-27 01:17:20.3|Info|DownloadDecisionMaker|Processing 31 releases
  4300. 2025-02-27 01:17:21.5|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4301. 2025-02-27 01:19:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4302. 2025-02-27 01:24:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4303. 2025-02-27 01:29:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4304. 2025-02-27 01:32:48.7|Info|RssSyncService|Starting RSS Sync
  4305. 2025-02-27 01:32:53.1|Info|DownloadDecisionMaker|Processing 31 releases
  4306. 2025-02-27 01:32:53.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4307. 2025-02-27 01:35:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4308. 2025-02-27 01:40:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4309. 2025-02-27 01:45:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4310. 2025-02-27 01:48:21.7|Info|RssSyncService|Starting RSS Sync
  4311. 2025-02-27 01:48:25.2|Info|DownloadDecisionMaker|Processing 30 releases
  4312. 2025-02-27 01:48:25.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4313. 2025-02-27 01:50:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4314. 2025-02-27 01:55:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4315. 2025-02-27 02:00:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4316. 2025-02-27 02:03:55.7|Info|RssSyncService|Starting RSS Sync
  4317. 2025-02-27 02:04:00.0|Info|DownloadDecisionMaker|Processing 30 releases
  4318. 2025-02-27 02:04:00.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4319. 2025-02-27 02:06:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4320. 2025-02-27 02:11:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4321. 2025-02-27 02:16:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4322. 2025-02-27 02:19:28.5|Info|RssSyncService|Starting RSS Sync
  4323. 2025-02-27 02:19:32.8|Info|DownloadDecisionMaker|Processing 30 releases
  4324. 2025-02-27 02:19:33.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4325. 2025-02-27 02:21:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4326. 2025-02-27 02:26:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4327. 2025-02-27 02:31:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4328. 2025-02-27 02:35:01.2|Info|RssSyncService|Starting RSS Sync
  4329. 2025-02-27 02:35:04.9|Info|DownloadDecisionMaker|Processing 30 releases
  4330. 2025-02-27 02:35:05.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4331. 2025-02-27 02:37:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4332. 2025-02-27 02:42:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4333. 2025-02-27 02:47:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4334. 2025-02-27 02:50:33.7|Info|RssSyncService|Starting RSS Sync
  4335. 2025-02-27 02:50:37.6|Info|DownloadDecisionMaker|Processing 31 releases
  4336. 2025-02-27 02:50:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4337. 2025-02-27 02:52:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4338. 2025-02-27 02:57:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4339. 2025-02-27 03:02:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4340. 2025-02-27 03:06:06.8|Info|RssSyncService|Starting RSS Sync
  4341. 2025-02-27 03:06:11.0|Info|DownloadDecisionMaker|Processing 31 releases
  4342. 2025-02-27 03:06:12.3|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4343. 2025-02-27 03:08:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4344. 2025-02-27 03:13:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4345. 2025-02-27 03:18:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4346. 2025-02-27 03:21:39.3|Info|RssSyncService|Starting RSS Sync
  4347. 2025-02-27 03:21:43.3|Info|DownloadDecisionMaker|Processing 31 releases
  4348. 2025-02-27 03:21:44.1|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4349. 2025-02-27 03:23:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4350. 2025-02-27 03:28:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4351. 2025-02-27 03:33:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4352. 2025-02-27 03:37:12.0|Info|RssSyncService|Starting RSS Sync
  4353. 2025-02-27 03:37:15.9|Info|DownloadDecisionMaker|Processing 31 releases
  4354. 2025-02-27 03:37:16.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4355. 2025-02-27 03:39:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4356. 2025-02-27 03:44:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4357. 2025-02-27 03:49:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4358. 2025-02-27 03:51:15.4|Info|SceneMappingService|Updating Scene mappings
  4359. 2025-02-27 03:52:45.4|Info|RssSyncService|Starting RSS Sync
  4360. 2025-02-27 03:52:49.0|Info|DownloadDecisionMaker|Processing 31 releases
  4361. 2025-02-27 03:52:49.7|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4362. 2025-02-27 03:54:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4363. 2025-02-27 03:59:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4364. 2025-02-27 04:04:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4365. 2025-02-27 04:08:18.2|Info|RssSyncService|Starting RSS Sync
  4366. 2025-02-27 04:08:22.0|Info|DownloadDecisionMaker|Processing 31 releases
  4367. 2025-02-27 04:08:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4368. 2025-02-27 04:10:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4369. 2025-02-27 04:15:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4370. 2025-02-27 04:20:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4371. 2025-02-27 04:23:52.4|Info|RssSyncService|Starting RSS Sync
  4372. 2025-02-27 04:23:55.9|Info|DownloadDecisionMaker|Processing 31 releases
  4373. 2025-02-27 04:23:56.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4374. 2025-02-27 04:25:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4375. 2025-02-27 04:30:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4376. 2025-02-27 04:35:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4377. 2025-02-27 04:39:25.1|Info|RssSyncService|Starting RSS Sync
  4378. 2025-02-27 04:39:28.9|Info|DownloadDecisionMaker|Processing 31 releases
  4379. 2025-02-27 04:39:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 31, Reports grabbed: 0
  4380. 2025-02-27 04:41:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4381. 2025-02-27 04:46:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4382. 2025-02-27 04:51:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4383. 2025-02-27 04:54:57.9|Info|RssSyncService|Starting RSS Sync
  4384. 2025-02-27 04:55:02.4|Info|DownloadDecisionMaker|Processing 29 releases
  4385. 2025-02-27 04:55:03.6|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4386. 2025-02-27 04:56:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4387. 2025-02-27 05:01:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4388. 2025-02-27 05:06:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4389. 2025-02-27 05:10:30.5|Info|RssSyncService|Starting RSS Sync
  4390. 2025-02-27 05:10:34.2|Info|DownloadDecisionMaker|Processing 29 releases
  4391. 2025-02-27 05:10:34.9|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4392. 2025-02-27 05:12:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4393. 2025-02-27 05:17:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4394. 2025-02-27 05:22:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4395. 2025-02-27 05:26:02.7|Info|RssSyncService|Starting RSS Sync
  4396. 2025-02-27 05:26:06.5|Info|DownloadDecisionMaker|Processing 29 releases
  4397. 2025-02-27 05:26:08.1|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4398. 2025-02-27 05:27:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4399. 2025-02-27 05:32:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4400. 2025-02-27 05:37:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4401. 2025-02-27 05:41:35.5|Info|RssSyncService|Starting RSS Sync
  4402. 2025-02-27 05:41:39.9|Info|DownloadDecisionMaker|Processing 30 releases
  4403. 2025-02-27 05:41:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4404. 2025-02-27 05:43:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4405. 2025-02-27 05:48:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4406. 2025-02-27 05:53:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4407. 2025-02-27 05:57:09.6|Info|RssSyncService|Starting RSS Sync
  4408. 2025-02-27 05:57:13.0|Info|DownloadDecisionMaker|Processing 30 releases
  4409. 2025-02-27 05:57:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4410. 2025-02-27 05:58:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4411. 2025-02-27 06:03:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4412. 2025-02-27 06:08:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4413. 2025-02-27 06:12:42.8|Info|RssSyncService|Starting RSS Sync
  4414. 2025-02-27 06:12:47.1|Info|DownloadDecisionMaker|Processing 30 releases
  4415. 2025-02-27 06:12:48.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4416. 2025-02-27 06:14:02.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4417. 2025-02-27 06:19:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4418. 2025-02-27 06:24:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4419. 2025-02-27 06:28:15.9|Info|RssSyncService|Starting RSS Sync
  4420. 2025-02-27 06:28:19.4|Info|DownloadDecisionMaker|Processing 30 releases
  4421. 2025-02-27 06:28:20.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4422. 2025-02-27 06:29:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4423. 2025-02-27 06:34:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4424. 2025-02-27 06:39:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4425. 2025-02-27 06:43:49.9|Info|RssSyncService|Starting RSS Sync
  4426. 2025-02-27 06:43:54.4|Info|DownloadDecisionMaker|Processing 30 releases
  4427. 2025-02-27 06:43:55.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4428. 2025-02-27 06:45:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4429. 2025-02-27 06:50:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4430. 2025-02-27 06:51:22.1|Info|SceneMappingService|Updating Scene mappings
  4431. 2025-02-27 06:55:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4432. 2025-02-27 06:59:24.7|Info|RssSyncService|Starting RSS Sync
  4433. 2025-02-27 06:59:29.4|Info|DownloadDecisionMaker|Processing 30 releases
  4434. 2025-02-27 06:59:30.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4435. 2025-02-27 07:00:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4436. 2025-02-27 07:05:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4437. 2025-02-27 07:10:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4438. 2025-02-27 07:14:58.7|Info|RssSyncService|Starting RSS Sync
  4439. 2025-02-27 07:15:03.1|Info|DownloadDecisionMaker|Processing 30 releases
  4440. 2025-02-27 07:15:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4441. 2025-02-27 07:16:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4442. 2025-02-27 07:21:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4443. 2025-02-27 07:26:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4444. 2025-02-27 07:30:32.0|Info|RssSyncService|Starting RSS Sync
  4445. 2025-02-27 07:30:35.7|Info|DownloadDecisionMaker|Processing 30 releases
  4446. 2025-02-27 07:30:36.4|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4447. 2025-02-27 07:31:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4448. 2025-02-27 07:36:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4449. 2025-02-27 07:41:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4450. 2025-02-27 07:46:05.4|Info|RssSyncService|Starting RSS Sync
  4451. 2025-02-27 07:46:08.8|Info|DownloadDecisionMaker|Processing 30 releases
  4452. 2025-02-27 07:46:09.6|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4453. 2025-02-27 07:47:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4454. 2025-02-27 07:52:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4455. 2025-02-27 07:57:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4456. 2025-02-27 08:01:40.0|Info|RssSyncService|Starting RSS Sync
  4457. 2025-02-27 08:01:44.4|Info|DownloadDecisionMaker|Processing 30 releases
  4458. 2025-02-27 08:01:45.1|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4459. 2025-02-27 08:02:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4460. 2025-02-27 08:07:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4461. 2025-02-27 08:12:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4462. 2025-02-27 08:17:11.4|Info|RssSyncService|Starting RSS Sync
  4463. 2025-02-27 08:17:15.8|Info|DownloadDecisionMaker|Processing 30 releases
  4464. 2025-02-27 08:17:16.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4465. 2025-02-27 08:18:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4466. 2025-02-27 08:23:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4467. 2025-02-27 08:28:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4468. 2025-02-27 08:32:43.7|Info|RssSyncService|Starting RSS Sync
  4469. 2025-02-27 08:32:48.0|Info|DownloadDecisionMaker|Processing 30 releases
  4470. 2025-02-27 08:32:48.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4471. 2025-02-27 08:33:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4472. 2025-02-27 08:38:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4473. 2025-02-27 08:43:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4474. 2025-02-27 08:48:19.1|Info|RssSyncService|Starting RSS Sync
  4475. 2025-02-27 08:48:23.5|Info|DownloadDecisionMaker|Processing 30 releases
  4476. 2025-02-27 08:48:24.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4477. 2025-02-27 08:49:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4478. 2025-02-27 08:54:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4479. 2025-02-27 08:59:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4480. 2025-02-27 09:03:52.3|Info|RssSyncService|Starting RSS Sync
  4481. 2025-02-27 09:03:56.6|Info|DownloadDecisionMaker|Processing 30 releases
  4482. 2025-02-27 09:03:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4483. 2025-02-27 09:04:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4484. 2025-02-27 09:09:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4485. 2025-02-27 09:14:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4486. 2025-02-27 09:19:26.2|Info|RssSyncService|Starting RSS Sync
  4487. 2025-02-27 09:19:30.3|Info|DownloadDecisionMaker|Processing 30 releases
  4488. 2025-02-27 09:19:31.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4489. 2025-02-27 09:20:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4490. 2025-02-27 09:25:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4491. 2025-02-27 09:30:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4492. 2025-02-27 09:34:59.3|Info|RssSyncService|Starting RSS Sync
  4493. 2025-02-27 09:35:03.4|Info|DownloadDecisionMaker|Processing 30 releases
  4494. 2025-02-27 09:35:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4495. 2025-02-27 09:35:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4496. 2025-02-27 09:40:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4497. 2025-02-27 09:44:13.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4498. 2025-02-27 09:44:13.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4499. 2025-02-27 09:45:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4500. 2025-02-27 09:50:32.6|Info|RssSyncService|Starting RSS Sync
  4501. 2025-02-27 09:50:37.2|Info|DownloadDecisionMaker|Processing 30 releases
  4502. 2025-02-27 09:50:37.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4503. 2025-02-27 09:50:42.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4504. 2025-02-27 09:50:42.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4505. 2025-02-27 09:50:46.3|Info|ReleaseSearchService|Searching indexers for [Reacher : S03E04]. 1 active indexers
  4506. 2025-02-27 09:50:53.4|Info|DownloadDecisionMaker|Processing 5 releases
  4507. 2025-02-27 09:51:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4508. 2025-02-27 09:51:33.7|Info|SceneMappingService|Updating Scene mappings
  4509. 2025-02-27 09:54:04.2|Info|RefreshSeriesService|Skipping refresh of series: Arcane
  4510. 2025-02-27 09:54:04.2|Info|DiskScanService|Scanning Arcane
  4511. 2025-02-27 09:54:04.2|Info|DiskScanService|Completed scanning disk for Arcane
  4512. 2025-02-27 09:54:04.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4513. 2025-02-27 09:54:04.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4514. 2025-02-27 09:54:04.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4515. 2025-02-27 09:54:04.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4516. 2025-02-27 09:54:04.2|Info|RefreshSeriesService|Updating Bref.
  4517. 2025-02-27 09:54:05.2|Info|RefreshEpisodeService|Starting episode info refresh for: [251562][Bref.]
  4518. 2025-02-27 09:54:24.3|Info|RefreshEpisodeService|Finished episode refresh for series: [251562][Bref.].
  4519. 2025-02-27 09:54:24.3|Info|DiskScanService|Scanning Bref.
  4520. 2025-02-27 09:54:24.4|Info|DiskScanService|Completed scanning disk for Bref.
  4521. 2025-02-27 09:54:24.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4522. 2025-02-27 09:54:24.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4523. 2025-02-27 09:54:24.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4524. 2025-02-27 09:54:24.4|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4525. 2025-02-27 09:54:24.4|Info|RefreshSeriesService|Updating Daredevil: Born Again
  4526. 2025-02-27 09:54:24.5|Info|RefreshEpisodeService|Starting episode info refresh for: [422712][Daredevil: Born Again]
  4527. 2025-02-27 09:54:24.6|Info|ReleaseSearchService|Searching indexers for [Reacher : S03E04]. 1 active indexers
  4528. 2025-02-27 09:54:28.6|Info|RefreshEpisodeService|Finished episode refresh for series: [422712][Daredevil: Born Again].
  4529. 2025-02-27 09:54:28.6|Info|DiskScanService|Scanning Daredevil: Born Again
  4530. 2025-02-27 09:54:28.6|Info|DiskScanService|Completed scanning disk for Daredevil: Born Again
  4531. 2025-02-27 09:54:28.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4532. 2025-02-27 09:54:28.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4533. 2025-02-27 09:54:28.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4534. 2025-02-27 09:54:28.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4535. 2025-02-27 09:54:28.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4536. 2025-02-27 09:54:28.6|Info|RefreshSeriesService|Skipping refresh of series: Desperate Housewives
  4537. 2025-02-27 09:54:28.6|Info|DiskScanService|Scanning Desperate Housewives
  4538. 2025-02-27 09:54:32.6|Info|DownloadDecisionMaker|Processing 5 releases
  4539. 2025-02-27 09:54:32.6|Info|DiskScanService|Completed scanning disk for Desperate Housewives
  4540. 2025-02-27 09:54:32.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4541. 2025-02-27 09:54:32.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4542. 2025-02-27 09:54:32.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4543. 2025-02-27 09:54:32.7|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4544. 2025-02-27 09:54:32.7|Info|RefreshSeriesService|Skipping refresh of series: Dexter: New Blood
  4545. 2025-02-27 09:54:32.7|Info|DiskScanService|Scanning Dexter: New Blood
  4546. 2025-02-27 09:54:33.2|Info|DiskScanService|Completed scanning disk for Dexter: New Blood
  4547. 2025-02-27 09:54:33.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4548. 2025-02-27 09:54:33.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4549. 2025-02-27 09:54:33.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4550. 2025-02-27 09:54:33.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4551. 2025-02-27 09:54:33.2|Info|RefreshSeriesService|Updating Dexter: Original Sin
  4552. 2025-02-27 09:54:33.7|Info|RefreshEpisodeService|Starting episode info refresh for: [430780][Dexter: Original Sin]
  4553. 2025-02-27 09:54:36.6|Info|RefreshEpisodeService|Finished episode refresh for series: [430780][Dexter: Original Sin].
  4554. 2025-02-27 09:54:36.6|Info|DiskScanService|Scanning Dexter: Original Sin
  4555. 2025-02-27 09:54:37.0|Info|DiskScanService|Completed scanning disk for Dexter: Original Sin
  4556. 2025-02-27 09:54:37.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4557. 2025-02-27 09:54:37.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4558. 2025-02-27 09:54:37.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4559. 2025-02-27 09:54:37.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4560. 2025-02-27 09:54:37.0|Info|RefreshSeriesService|Updating Dope Thief
  4561. 2025-02-27 09:54:37.5|Info|RefreshEpisodeService|Starting episode info refresh for: [423332][Dope Thief]
  4562. 2025-02-27 09:54:40.0|Info|RefreshEpisodeService|Finished episode refresh for series: [423332][Dope Thief].
  4563. 2025-02-27 09:54:40.0|Info|DiskScanService|Scanning Dope Thief
  4564. 2025-02-27 09:54:40.0|Info|DiskScanService|Completed scanning disk for Dope Thief
  4565. 2025-02-27 09:54:40.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4566. 2025-02-27 09:54:40.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4567. 2025-02-27 09:54:40.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4568. 2025-02-27 09:54:40.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4569. 2025-02-27 09:54:40.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4570. 2025-02-27 09:54:40.0|Info|RefreshSeriesService|Updating Dune: Prophecy
  4571. 2025-02-27 09:54:40.8|Info|RefreshEpisodeService|Starting episode info refresh for: [367118][Dune: Prophecy]
  4572. 2025-02-27 09:54:44.6|Info|RefreshEpisodeService|Finished episode refresh for series: [367118][Dune: Prophecy].
  4573. 2025-02-27 09:54:44.6|Info|DiskScanService|Scanning Dune: Prophecy
  4574. 2025-02-27 09:54:44.8|Info|DiskScanService|Completed scanning disk for Dune: Prophecy
  4575. 2025-02-27 09:54:44.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4576. 2025-02-27 09:54:44.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4577. 2025-02-27 09:54:44.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4578. 2025-02-27 09:54:44.9|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4579. 2025-02-27 09:54:44.9|Info|RefreshSeriesService|Skipping refresh of series: The Expanse
  4580. 2025-02-27 09:54:44.9|Info|DiskScanService|Scanning The Expanse
  4581. 2025-02-27 09:54:46.3|Info|DiskScanService|Completed scanning disk for The Expanse
  4582. 2025-02-27 09:54:46.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4583. 2025-02-27 09:54:46.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4584. 2025-02-27 09:54:46.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4585. 2025-02-27 09:54:46.3|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4586. 2025-02-27 09:54:46.3|Info|RefreshSeriesService|Updating The Last of Us
  4587. 2025-02-27 09:54:46.5|Info|RefreshEpisodeService|Starting episode info refresh for: [392256][The Last of Us]
  4588. 2025-02-27 09:54:58.0|Info|RefreshEpisodeService|Finished episode refresh for series: [392256][The Last of Us].
  4589. 2025-02-27 09:54:58.0|Info|DiskScanService|Scanning The Last of Us
  4590. 2025-02-27 09:54:58.0|Info|DiskScanService|Completed scanning disk for The Last of Us
  4591. 2025-02-27 09:54:58.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4592. 2025-02-27 09:54:58.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4593. 2025-02-27 09:54:58.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4594. 2025-02-27 09:54:58.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4595. 2025-02-27 09:54:58.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4596. 2025-02-27 09:54:58.0|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth
  4597. 2025-02-27 09:54:58.0|Info|DiskScanService|Scanning Planet Earth
  4598. 2025-02-27 09:54:58.0|Info|DiskScanService|Completed scanning disk for Planet Earth
  4599. 2025-02-27 09:54:58.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4600. 2025-02-27 09:54:58.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4601. 2025-02-27 09:54:58.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4602. 2025-02-27 09:54:58.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4603. 2025-02-27 09:54:58.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4604. 2025-02-27 09:54:58.0|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth II
  4605. 2025-02-27 09:54:58.0|Info|DiskScanService|Scanning Planet Earth II
  4606. 2025-02-27 09:54:58.1|Info|DiskScanService|Completed scanning disk for Planet Earth II
  4607. 2025-02-27 09:54:58.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4608. 2025-02-27 09:54:58.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4609. 2025-02-27 09:54:58.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4610. 2025-02-27 09:54:58.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4611. 2025-02-27 09:54:58.1|Info|RefreshSeriesService|Skipping refresh of series: Planet Earth III
  4612. 2025-02-27 09:54:58.1|Info|DiskScanService|Scanning Planet Earth III
  4613. 2025-02-27 09:54:58.1|Info|DiskScanService|Completed scanning disk for Planet Earth III
  4614. 2025-02-27 09:54:58.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4615. 2025-02-27 09:54:58.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4616. 2025-02-27 09:54:58.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4617. 2025-02-27 09:54:58.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4618. 2025-02-27 09:54:58.1|Info|MetadataService|Series folder does not exist, skipping metadata creation
  4619. 2025-02-27 09:54:58.1|Info|RefreshSeriesService|Skipping refresh of series: Prehistoric Planet (2022)
  4620. 2025-02-27 09:54:58.1|Info|DiskScanService|Scanning Prehistoric Planet (2022)
  4621. 2025-02-27 09:54:58.2|Info|DiskScanService|Completed scanning disk for Prehistoric Planet (2022)
  4622. 2025-02-27 09:54:58.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4623. 2025-02-27 09:54:58.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4624. 2025-02-27 09:54:58.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4625. 2025-02-27 09:54:58.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4626. 2025-02-27 09:54:58.2|Info|RefreshSeriesService|Updating Reacher
  4627. 2025-02-27 09:54:58.4|Info|RefreshEpisodeService|Starting episode info refresh for: [366924][Reacher]
  4628. 2025-02-27 09:55:06.3|Info|RefreshEpisodeService|Finished episode refresh for series: [366924][Reacher].
  4629. 2025-02-27 09:55:06.3|Info|DiskScanService|Scanning Reacher
  4630. 2025-02-27 09:55:06.6|Info|DiskScanService|Completed scanning disk for Reacher
  4631. 2025-02-27 09:55:06.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4632. 2025-02-27 09:55:06.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4633. 2025-02-27 09:55:06.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4634. 2025-02-27 09:55:06.6|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4635. 2025-02-27 09:55:06.6|Info|RefreshSeriesService|Updating Secret Level
  4636. 2025-02-27 09:55:06.7|Info|RefreshEpisodeService|Starting episode info refresh for: [453280][Secret Level]
  4637. 2025-02-27 09:55:12.5|Info|RefreshEpisodeService|Finished episode refresh for series: [453280][Secret Level].
  4638. 2025-02-27 09:55:12.5|Info|DiskScanService|Scanning Secret Level
  4639. 2025-02-27 09:55:13.2|Info|DiskScanService|Completed scanning disk for Secret Level
  4640. 2025-02-27 09:55:13.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4641. 2025-02-27 09:55:13.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4642. 2025-02-27 09:55:13.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4643. 2025-02-27 09:55:13.2|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4644. 2025-02-27 09:55:13.2|Info|RefreshSeriesService|Updating Severance
  4645. 2025-02-27 09:55:13.7|Info|RefreshEpisodeService|Starting episode info refresh for: [371980][Severance]
  4646. 2025-02-27 09:55:23.0|Info|RefreshEpisodeService|Finished episode refresh for series: [371980][Severance].
  4647. 2025-02-27 09:55:23.0|Info|DiskScanService|Scanning Severance
  4648. 2025-02-27 09:55:23.0|Info|DiskScanService|Completed scanning disk for Severance
  4649. 2025-02-27 09:55:23.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4650. 2025-02-27 09:55:23.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4651. 2025-02-27 09:55:23.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4652. 2025-02-27 09:55:23.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4653. 2025-02-27 09:55:23.0|Info|RefreshSeriesService|Skipping refresh of series: Sex and the City
  4654. 2025-02-27 09:55:23.0|Info|DiskScanService|Scanning Sex and the City
  4655. 2025-02-27 09:55:23.5|Info|DiskScanService|Completed scanning disk for Sex and the City
  4656. 2025-02-27 09:55:23.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4657. 2025-02-27 09:55:23.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4658. 2025-02-27 09:55:23.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4659. 2025-02-27 09:55:23.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4660. 2025-02-27 09:55:23.5|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
  4661. 2025-02-27 09:55:23.5|Info|DiskScanService|Scanning Sherlock
  4662. 2025-02-27 09:55:24.0|Info|DiskScanService|Completed scanning disk for Sherlock
  4663. 2025-02-27 09:55:24.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4664. 2025-02-27 09:55:24.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4665. 2025-02-27 09:55:24.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4666. 2025-02-27 09:55:24.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4667. 2025-02-27 09:55:24.0|Info|RefreshSeriesService|Updating Shōgun
  4668. 2025-02-27 09:55:24.3|Info|RefreshEpisodeService|Starting episode info refresh for: [392573][Shōgun]
  4669. 2025-02-27 09:55:36.1|Info|RefreshEpisodeService|Finished episode refresh for series: [392573][Shōgun].
  4670. 2025-02-27 09:55:36.1|Info|DiskScanService|Scanning Shōgun
  4671. 2025-02-27 09:55:36.5|Info|DiskScanService|Completed scanning disk for Shōgun
  4672. 2025-02-27 09:55:36.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4673. 2025-02-27 09:55:36.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4674. 2025-02-27 09:55:36.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4675. 2025-02-27 09:55:36.5|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4676. 2025-02-27 09:55:36.6|Info|RefreshSeriesService|Updating Wakfu
  4677. 2025-02-27 09:55:38.7|Info|RefreshEpisodeService|Starting episode info refresh for: [94121][Wakfu]
  4678. 2025-02-27 09:56:04.9|Info|RefreshEpisodeService|Finished episode refresh for series: [94121][Wakfu].
  4679. 2025-02-27 09:56:04.9|Info|DiskScanService|Scanning Wakfu
  4680. 2025-02-27 09:56:05.0|Info|DiskScanService|Completed scanning disk for Wakfu
  4681. 2025-02-27 09:56:05.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4682. 2025-02-27 09:56:05.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4683. 2025-02-27 09:56:05.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4684. 2025-02-27 09:56:05.0|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4685. 2025-02-27 09:56:05.0|Info|RefreshSeriesService|Skipping refresh of series: The Walking Dead: The Ones Who Live
  4686. 2025-02-27 09:56:05.0|Info|DiskScanService|Scanning The Walking Dead: The Ones Who Live
  4687. 2025-02-27 09:56:05.1|Info|DiskScanService|Completed scanning disk for The Walking Dead: The Ones Who Live
  4688. 2025-02-27 09:56:05.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4689. 2025-02-27 09:56:05.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4690. 2025-02-27 09:56:05.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4691. 2025-02-27 09:56:05.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4692. 2025-02-27 09:56:05.1|Info|RefreshSeriesService|Updating The White Lotus
  4693. 2025-02-27 09:56:05.6|Info|RefreshEpisodeService|Starting episode info refresh for: [390430][The White Lotus]
  4694. 2025-02-27 09:56:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4695. 2025-02-27 09:56:12.9|Info|RefreshEpisodeService|Finished episode refresh for series: [390430][The White Lotus].
  4696. 2025-02-27 09:56:12.9|Info|DiskScanService|Scanning The White Lotus
  4697. 2025-02-27 09:56:13.1|Info|DiskScanService|Completed scanning disk for The White Lotus
  4698. 2025-02-27 09:56:13.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
  4699. 2025-02-27 09:56:13.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
  4700. 2025-02-27 09:56:13.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
  4701. 2025-02-27 09:56:13.1|Info|ExistingExtraFileService|Found 0 possible extra files, imported 0 files.
  4702. 2025-02-27 10:01:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4703. 2025-02-27 10:02:07.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4704. 2025-02-27 10:05:00.9|Info|ReleaseSearchService|Searching indexers for [Reacher : S03E04]. 1 active indexers
  4705. 2025-02-27 10:05:08.2|Info|DownloadDecisionMaker|Processing 5 releases
  4706. 2025-02-27 10:05:42.1|Info|RssSyncService|Starting RSS Sync
  4707. 2025-02-27 10:05:49.7|Info|DownloadDecisionMaker|Processing 30 releases
  4708. 2025-02-27 10:05:50.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4709. 2025-02-27 10:06:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4710. 2025-02-27 10:11:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4711. 2025-02-27 10:16:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4712. 2025-02-27 10:18:25.1|Info|RssSyncService|Starting RSS Sync
  4713. 2025-02-27 10:19:27.1|Info|DownloadDecisionMaker|Processing 30 releases
  4714. 2025-02-27 10:19:28.0|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4715. 2025-02-27 10:22:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4716. 2025-02-27 10:27:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4717. 2025-02-27 10:32:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4718. 2025-02-27 10:34:49.2|Info|RssSyncService|Starting RSS Sync
  4719. 2025-02-27 10:34:54.8|Info|DownloadDecisionMaker|Processing 30 releases
  4720. 2025-02-27 10:34:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4721. 2025-02-27 10:37:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4722. 2025-02-27 10:42:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4723. 2025-02-27 10:45:47.4|Info|ReleaseSearchService|Searching indexers for [Reacher : S03E04]. 1 active indexers
  4724. 2025-02-27 10:45:55.7|Info|DownloadDecisionMaker|Processing 5 releases
  4725. 2025-02-27 10:46:10.2|Info|DownloadService|Report sent to Deluge. Indexer YGG cookie (Prowlarr). Reacher.S03E04.MULTi.VF2.1080p.WEB.H264-FW
  4726. 2025-02-27 10:47:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4727. 2025-02-27 10:50:23.1|Info|RssSyncService|Starting RSS Sync
  4728. 2025-02-27 10:50:27.9|Info|DownloadDecisionMaker|Processing 30 releases
  4729. 2025-02-27 10:50:29.6|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4730. 2025-02-27 10:53:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4731. 2025-02-27 10:58:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4732. 2025-02-27 11:03:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4733. 2025-02-27 11:05:58.3|Info|RssSyncService|Starting RSS Sync
  4734. 2025-02-27 11:06:02.8|Info|DownloadDecisionMaker|Processing 30 releases
  4735. 2025-02-27 11:06:03.6|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4736. 2025-02-27 11:08:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4737. 2025-02-27 11:13:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4738. 2025-02-27 11:18:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4739. 2025-02-27 11:21:33.3|Info|RssSyncService|Starting RSS Sync
  4740. 2025-02-27 11:21:37.8|Info|DownloadDecisionMaker|Processing 30 releases
  4741. 2025-02-27 11:21:38.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4742. 2025-02-27 11:24:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4743. 2025-02-27 11:29:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4744. 2025-02-27 11:34:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4745. 2025-02-27 11:37:08.2|Info|RssSyncService|Starting RSS Sync
  4746. 2025-02-27 11:37:13.9|Info|DownloadDecisionMaker|Processing 30 releases
  4747. 2025-02-27 11:37:15.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4748. 2025-02-27 11:39:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4749. 2025-02-27 11:44:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4750. 2025-02-27 11:49:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4751. 2025-02-27 11:52:43.9|Info|RssSyncService|Starting RSS Sync
  4752. 2025-02-27 11:52:48.4|Info|DownloadDecisionMaker|Processing 30 releases
  4753. 2025-02-27 11:52:49.4|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4754. 2025-02-27 11:55:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4755. 2025-02-27 12:00:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4756. 2025-02-27 12:05:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4757. 2025-02-27 12:08:19.6|Info|RssSyncService|Starting RSS Sync
  4758. 2025-02-27 12:08:24.0|Info|DownloadDecisionMaker|Processing 30 releases
  4759. 2025-02-27 12:08:24.8|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4760. 2025-02-27 12:10:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4761. 2025-02-27 12:15:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4762. 2025-02-27 12:20:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4763. 2025-02-27 12:23:52.9|Info|RssSyncService|Starting RSS Sync
  4764. 2025-02-27 12:23:58.1|Info|DownloadDecisionMaker|Processing 30 releases
  4765. 2025-02-27 12:23:58.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4766. 2025-02-27 12:26:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4767. 2025-02-27 12:31:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4768. 2025-02-27 12:36:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4769. 2025-02-27 12:39:27.6|Info|RssSyncService|Starting RSS Sync
  4770. 2025-02-27 12:39:32.4|Info|DownloadDecisionMaker|Processing 30 releases
  4771. 2025-02-27 12:39:33.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4772. 2025-02-27 12:41:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4773. 2025-02-27 12:46:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4774. 2025-02-27 12:51:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4775. 2025-02-27 12:52:00.4|Info|SceneMappingService|Updating Scene mappings
  4776. 2025-02-27 12:55:02.8|Info|RssSyncService|Starting RSS Sync
  4777. 2025-02-27 12:55:07.6|Info|DownloadDecisionMaker|Processing 29 releases
  4778. 2025-02-27 12:55:08.3|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4779. 2025-02-27 12:57:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4780. 2025-02-27 13:02:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4781. 2025-02-27 13:07:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4782. 2025-02-27 13:10:36.5|Info|RssSyncService|Starting RSS Sync
  4783. 2025-02-27 13:10:41.9|Info|DownloadDecisionMaker|Processing 29 releases
  4784. 2025-02-27 13:10:42.8|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4785. 2025-02-27 13:12:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4786. 2025-02-27 13:17:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4787. 2025-02-27 13:22:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4788. 2025-02-27 13:26:09.0|Info|RssSyncService|Starting RSS Sync
  4789. 2025-02-27 13:26:12.6|Info|DownloadDecisionMaker|Processing 29 releases
  4790. 2025-02-27 13:26:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4791. 2025-02-27 13:28:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4792. 2025-02-27 13:33:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4793. 2025-02-27 13:38:21.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4794. 2025-02-27 13:41:41.8|Info|RssSyncService|Starting RSS Sync
  4795. 2025-02-27 13:41:45.8|Info|DownloadDecisionMaker|Processing 29 releases
  4796. 2025-02-27 13:41:46.5|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4797. 2025-02-27 13:43:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4798. 2025-02-27 13:48:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4799. 2025-02-27 13:53:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4800. 2025-02-27 13:57:16.9|Info|RssSyncService|Starting RSS Sync
  4801. 2025-02-27 13:57:21.1|Info|DownloadDecisionMaker|Processing 30 releases
  4802. 2025-02-27 13:57:21.9|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4803. 2025-02-27 13:59:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4804. 2025-02-27 14:04:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4805. 2025-02-27 14:09:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4806. 2025-02-27 14:12:49.3|Info|RssSyncService|Starting RSS Sync
  4807. 2025-02-27 14:12:53.3|Info|DownloadDecisionMaker|Processing 30 releases
  4808. 2025-02-27 14:12:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4809. 2025-02-27 14:14:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4810. 2025-02-27 14:19:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4811. 2025-02-27 14:24:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4812. 2025-02-27 14:28:22.9|Info|RssSyncService|Starting RSS Sync
  4813. 2025-02-27 14:28:27.0|Info|DownloadDecisionMaker|Processing 30 releases
  4814. 2025-02-27 14:28:28.5|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4815. 2025-02-27 14:30:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4816. 2025-02-27 14:35:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4817. 2025-02-27 14:40:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4818. 2025-02-27 14:43:56.8|Info|RssSyncService|Starting RSS Sync
  4819. 2025-02-27 14:44:01.2|Info|DownloadDecisionMaker|Processing 29 releases
  4820. 2025-02-27 14:44:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4821. 2025-02-27 14:45:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4822. 2025-02-27 14:50:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4823. 2025-02-27 14:55:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4824. 2025-02-27 14:59:28.6|Info|RssSyncService|Starting RSS Sync
  4825. 2025-02-27 14:59:32.2|Info|DownloadDecisionMaker|Processing 29 releases
  4826. 2025-02-27 14:59:33.0|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4827. 2025-02-27 15:01:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4828. 2025-02-27 15:06:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4829. 2025-02-27 15:11:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4830. 2025-02-27 15:14:33.9|Info|RssSyncService|Starting RSS Sync
  4831. 2025-02-27 15:14:37.5|Info|DownloadDecisionMaker|Processing 29 releases
  4832. 2025-02-27 15:14:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4833. 2025-02-27 15:16:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4834. 2025-02-27 15:21:41.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4835. 2025-02-27 15:26:51.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4836. 2025-02-27 15:29:04.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4837. 2025-02-27 15:29:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4838. 2025-02-27 15:29:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4839. 2025-02-27 15:29:04.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4840. 2025-02-27 15:29:04.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4841. 2025-02-27 15:29:05.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4842. 2025-02-27 15:29:05.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4843. 2025-02-27 15:29:05.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4844. 2025-02-27 15:29:05.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4845. 2025-02-27 15:29:06.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4846. 2025-02-27 15:29:07.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4847. 2025-02-27 15:29:07.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4848. 2025-02-27 15:29:07.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4849. 2025-02-27 15:29:07.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4850. 2025-02-27 15:29:07.8|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4851. 2025-02-27 15:29:07.9|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4852. 2025-02-27 15:29:08.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4853. 2025-02-27 15:29:08.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4854. 2025-02-27 15:29:08.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4855. 2025-02-27 15:29:08.0|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4856. 2025-02-27 15:29:08.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4857. 2025-02-27 15:29:08.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4858. 2025-02-27 15:29:08.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4859. 2025-02-27 15:29:08.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4860. 2025-02-27 15:29:08.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4861. 2025-02-27 15:29:08.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4862. 2025-02-27 15:29:08.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4863. 2025-02-27 15:29:08.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4864. 2025-02-27 15:29:08.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4865. 2025-02-27 15:29:08.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4866. 2025-02-27 15:29:08.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4867. 2025-02-27 15:29:08.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4868. 2025-02-27 15:29:08.3|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4869. 2025-02-27 15:29:08.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4870. 2025-02-27 15:29:08.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4871. 2025-02-27 15:29:08.5|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4872. 2025-02-27 15:29:39.6|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4873. 2025-02-27 15:30:06.1|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4874. 2025-02-27 15:30:09.3|Info|RssSyncService|Starting RSS Sync
  4875. 2025-02-27 15:30:12.9|Info|DownloadDecisionMaker|Processing 29 releases
  4876. 2025-02-27 15:30:13.2|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4877. 2025-02-27 15:30:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 29, Reports grabbed: 0
  4878. 2025-02-27 15:32:01.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4879. 2025-02-27 15:37:11.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4880. 2025-02-27 15:42:21.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4881. 2025-02-27 15:45:42.1|Info|RssSyncService|Starting RSS Sync
  4882. 2025-02-27 15:45:46.1|Info|DownloadDecisionMaker|Processing 30 releases
  4883. 2025-02-27 15:45:47.2|Info|RssSyncService|RSS Sync Completed. Reports found: 30, Reports grabbed: 0
  4884. 2025-02-27 15:47:31.7|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4885. 2025-02-27 15:52:14.5|Info|SceneMappingService|Updating Scene mappings
  4886. 2025-02-27 15:52:33.4|Info|Sonarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing.
  4887. Save to Cacher
captcha