I moved my sonarr config to a new server and all my shows say they are there but they arent and when i refresh it wont see they aren't on the drive. And thus wont redownload my shows
Expected Behavior
Id like sonarr to see that the shows from the old config are not present on the disk and redownload them
Steps To Reproduce
Backup sonarr config
Install sonarr on new server
Restore backup
Environment
- OS: ubuntu lvm
- Sonarr: 3.0.6.1265-ls120 by linuxserver.io
-Docker install: yes
- using reverse proxy: no
- browser: chrome
What branch are you running?
Main
Anything else?
2021-09-11 02:36:25.5|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:36:25.6|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Luke Cage
2021-09-11 02:36:25.6|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:36:25.6|Info|RefreshSeriesService|Skipping refresh of series: Mr. Robot
2021-09-11 02:36:25.6|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:36:25.6|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch
2021-09-11 02:37:07.2|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable
at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
--- End of inner exception stack trace ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebCompletionSource1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:93
2021-09-11 02:37:21.6|Error|RefreshSeriesService|Couldn't refresh info for [393865][Mystery at Blind Frog Ranch]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:37:21.6|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:37:21.6|Info|RefreshSeriesService|Updating The Orville
2021-09-11 02:38:17.7|Error|RefreshSeriesService|Couldn't refresh info for [328487][The Orville]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:38:17.7|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:38:17.7|Info|RefreshSeriesService|Updating Rick and Morty
2021-09-11 02:38:37.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable
at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
--- End of inner exception stack trace ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebCompletionSource1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:93
2021-09-11 02:39:13.8|Error|RefreshSeriesService|Couldn't refresh info for [275274][Rick and Morty]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:39:13.8|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:39:13.8|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
2021-09-11 02:39:13.8|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:39:13.8|Info|RefreshSeriesService|Skipping refresh of series: Silicon Valley
2021-09-11 02:39:13.8|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:39:14.0|Info|RefreshSeriesService|Skipping refresh of series: Smallville
2021-09-11 02:39:14.0|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:39:14.0|Info|RefreshSeriesService|Updating South Park
2021-09-11 02:40:07.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable
at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
--- End of inner exception stack trace ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebCompletionSource1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:93
2021-09-11 02:40:10.1|Error|RefreshSeriesService|Couldn't refresh info for [75897][South Park]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:40:10.1|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:40:10.1|Info|RefreshSeriesService|Skipping refresh of series: The Stand (2020)
2021-09-11 02:40:10.1|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:40:10.1|Info|RefreshSeriesService|Updating Superman & Lois
2021-09-11 02:41:06.1|Error|RefreshSeriesService|Couldn't refresh info for [375655][Superman & Lois]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:41:06.1|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:41:06.2|Info|RefreshSeriesService|Updating Titans (2018)
2021-09-11 02:42:02.2|Error|RefreshSeriesService|Couldn't refresh info for [341663][Titans (2018)]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:42:02.2|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:42:02.2|Info|RefreshSeriesService|Updating The Umbrella Academy
2021-09-11 02:42:58.3|Error|RefreshSeriesService|Couldn't refresh info for [353764][The Umbrella Academy]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:42:58.3|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:42:58.3|Info|RefreshSeriesService|Updating Undercover Billionaire
2021-09-11 02:43:54.3|Error|RefreshSeriesService|Couldn't refresh info for [366322][Undercover Billionaire]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:43:54.3|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:43:54.3|Info|RefreshSeriesService|Skipping refresh of series: The Undoing
2021-09-11 02:43:54.3|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:43:54.4|Info|RefreshSeriesService|Skipping refresh of series: WandaVision
2021-09-11 02:43:54.4|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:43:54.4|Info|RefreshSeriesService|Skipping refresh of series: Watchmen
2021-09-11 02:43:54.4|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:43:54.4|Info|RefreshSeriesService|Updating What If…?
2021-09-11 02:44:50.4|Error|RefreshSeriesService|Couldn't refresh info for [367147][What If…?]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:44:50.4|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:44:50.4|Info|RefreshSeriesService|Updating Yellowstone (2018)
2021-09-11 02:45:46.5|Error|RefreshSeriesService|Couldn't refresh info for [341164][Yellowstone (2018)]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:45:46.5|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:45:46.5|Info|RefreshSeriesService|Updating Young Justice
2021-09-11 02:46:07.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable
at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
--- End of inner exception stack trace ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebCompletionSource1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:93
2021-09-11 02:46:42.5|Error|RefreshSeriesService|Couldn't refresh info for [192061][Young Justice]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50
at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63
at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:46:42.5|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist.
2021-09-11 02:49:37.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 02:50:33.4|Warn|Newznab|NZBgeek DNS Name Resolution Failure: 'api.nzbgeek.info'
2021-09-11 02:50:33.4|Info|DownloadDecisionMaker|No results found
2021-09-11 02:50:33.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2021-09-11 02:52:07.4|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable
at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
--- End of inner exception stack trace ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebCompletionSource1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:93
2021-09-11 03:02:37.5|Info|HousekeepingService|Running housecleaning tasks
2021-09-11 03:02:38.2|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2021-09-11 03:02:38.2|Info|ImportListSyncService|Starting Import List Sync
2021-09-11 03:02:38.2|Info|ImportListSyncService|Processing 0 list items
2021-09-11 03:02:38.2|Info|ImportListSyncService|Import List Sync Completed. Items found: 0, Series added: 0
2021-09-11 03:02:38.4|Info|Database|Vacuuming Log database
2021-09-11 03:02:39.7|Info|Database|Log database compressed
2021-09-11 03:02:39.7|Info|Database|Vacuuming Main database
2021-09-11 03:02:41.0|Info|Database|Main database compressed
2021-09-11 03:04:04.3|Error|CommandExecutor|Error occurred while executing task ApplicationUpdateCheck
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'services.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286
at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate (System.String branch, System.Version currentVersion) [0x00099] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\UpdatePackageProvider.cs:46
at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\UpdateCheckService.cs:26
at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage (NzbDrone.Core.Messaging.Commands.CommandTrigger updateTrigger) [0x00015] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\InstallUpdateService.cs:223
at NzbDrone.Core.Update.InstallUpdateService.Execute (NzbDrone.Core.Update.Commands.ApplicationUpdateCheckCommand message) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\InstallUpdateService.cs:255
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000e0] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:96
at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x0011e] in <798dd06330af4ca3886d7d2be5573af7>:0
at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x00027] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:41
2021-09-11 03:05:38.3|Info|RssSyncService|Starting RSS Sync
2021-09-11 03:06:34.4|Warn|Newznab|NZBgeek DNS Name Resolution Failure: 'api.nzbgeek.info'
2021-09-11 03:06:34.4|Info|DownloadDecisionMaker|No results found
2021-09-11 03:06:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2021-09-11 03:08:08.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable
at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
--- End of inner exception stack trace ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebCompletionSource1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:93
2021-09-11 03:08:34.7|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'services.sonarr.tv'
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check () [0x0001b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\Checks\SystemTimeCheck.cs:28
at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.b__11_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:77
at System.Linq.Enumerable+SelectArrayIterator2[TSource,TResult].ToList () [0x00014] in <798dd06330af4ca3886d7d2be5573af7>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x0001f] in <798dd06330af4ca3886d7d2be5573af7>:0
at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:77
at NzbDrone.Core.HealthCheck.HealthCheckService.Execute (NzbDrone.Core.HealthCheck.CheckHealthCommand message) [0x00016] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:109
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000e0] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:96
at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x0011e] in <798dd06330af4ca3886d7d2be5573af7>:0
at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x00027] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:41
2021-09-11 03:21:38.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 03:22:34.5|Warn|Newznab|NZBgeek DNS Name Resolution Failure: 'api.nzbgeek.info'
2021-09-11 03:22:34.5|Info|DownloadDecisionMaker|No results found
2021-09-11 03:22:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2021-09-11 03:37:38.5|Info|RssSyncService|Starting RSS Sync
2021-09-11 03:38:08.5|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable
at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
--- End of inner exception stack trace ---
at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Net.WebCompletionSource1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:93
2021-09-11 03:38:34.5|Warn|Newznab|NZBgeek DNS Name Resolution Failure: 'api.nzbgeek.info'
2021-09-11 03:38:34.5|Info|DownloadDecisionMaker|No results found
2021-09-11 03:38:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
2021-09-11 03:54:11.4|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265
2021-09-11 03:54:16.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2021-09-11 03:54:17.0|Info|Router|Application mode: Interactive
2021-09-11 03:54:17.9|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-11 03:54:19.8|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-11 03:54:21.0|Info|OwinHostController|Listening on the following URLs:
2021-09-11 03:54:21.0|Info|OwinHostController| http://*:8989/
2021-09-11 03:54:27.2|Info|SonarrBootstrapper|Starting Web Server
2021-09-11 03:54:58.8|Info|RssSyncService|Starting RSS Sync
2021-09-11 03:55:06.8|Info|DownloadDecisionMaker|Processing 300 releases
2021-09-11 03:55:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 300, Reports grabbed: 0
2021-09-11 04:10:29.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 04:10:30.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 04:10:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 04:25:59.2|Info|RssSyncService|Starting RSS Sync
2021-09-11 04:26:00.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 04:26:00.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 04:41:29.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 04:41:30.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 04:41:30.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 04:56:59.7|Info|RssSyncService|Starting RSS Sync
2021-09-11 04:57:01.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 04:57:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 05:12:29.8|Info|RssSyncService|Starting RSS Sync
2021-09-11 05:12:31.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 05:12:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 05:28:00.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 05:28:01.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 05:28:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 05:35:30.1|Info|SceneMappingService|Updating Scene mappings
2021-09-11 05:43:30.1|Info|RssSyncService|Starting RSS Sync
2021-09-11 05:43:31.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 05:43:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 05:59:00.2|Info|RssSyncService|Starting RSS Sync
2021-09-11 05:59:01.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 05:59:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 06:14:30.3|Info|RssSyncService|Starting RSS Sync
2021-09-11 06:14:34.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 06:14:34.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 06:30:00.5|Info|RssSyncService|Starting RSS Sync
2021-09-11 06:30:01.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 06:30:01.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 06:45:30.6|Info|RssSyncService|Starting RSS Sync
2021-09-11 06:45:34.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 06:45:34.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 07:01:00.9|Info|RssSyncService|Starting RSS Sync
2021-09-11 07:01:02.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 07:01:02.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 07:16:30.9|Info|RssSyncService|Starting RSS Sync
2021-09-11 07:16:32.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 07:16:32.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 07:32:01.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 07:32:01.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 07:32:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 07:47:31.1|Info|RssSyncService|Starting RSS Sync
2021-09-11 07:47:35.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 07:47:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 08:03:01.3|Info|RssSyncService|Starting RSS Sync
2021-09-11 08:03:02.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 08:03:02.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 08:18:31.5|Info|RssSyncService|Starting RSS Sync
2021-09-11 08:18:32.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 08:18:32.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 08:34:01.7|Info|RssSyncService|Starting RSS Sync
2021-09-11 08:34:03.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 08:34:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 08:36:01.6|Info|SceneMappingService|Updating Scene mappings
2021-09-11 08:49:31.8|Info|RssSyncService|Starting RSS Sync
2021-09-11 08:49:33.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 08:49:34.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 09:05:01.9|Info|RssSyncService|Starting RSS Sync
2021-09-11 09:05:02.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 09:05:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 09:20:32.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 09:20:35.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 09:20:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 09:36:02.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 09:36:03.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 09:36:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 09:51:32.6|Info|RssSyncService|Starting RSS Sync
2021-09-11 09:51:33.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 09:51:33.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 10:07:02.8|Info|RssSyncService|Starting RSS Sync
2021-09-11 10:07:04.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 10:07:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 10:22:33.2|Info|RssSyncService|Starting RSS Sync
2021-09-11 10:22:33.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 10:22:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 10:38:03.2|Info|RssSyncService|Starting RSS Sync
2021-09-11 10:38:03.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 10:38:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 10:53:33.3|Info|RssSyncService|Starting RSS Sync
2021-09-11 10:53:34.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 10:53:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 11:09:03.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 11:09:04.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 11:09:04.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 11:24:33.5|Info|RssSyncService|Starting RSS Sync
2021-09-11 11:24:35.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 11:24:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 11:36:33.5|Info|SceneMappingService|Updating Scene mappings
2021-09-11 11:40:03.6|Info|RssSyncService|Starting RSS Sync
2021-09-11 11:40:04.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 11:40:05.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 11:55:33.8|Info|RssSyncService|Starting RSS Sync
2021-09-11 11:55:34.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 11:55:34.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 12:11:04.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 12:11:04.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 12:11:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 12:26:34.1|Info|RssSyncService|Starting RSS Sync
2021-09-11 12:26:35.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 12:26:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 12:42:04.3|Info|RssSyncService|Starting RSS Sync
2021-09-11 12:42:05.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 12:42:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 12:57:34.5|Info|RssSyncService|Starting RSS Sync
2021-09-11 12:57:36.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 12:57:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 13:13:04.6|Info|RssSyncService|Starting RSS Sync
2021-09-11 13:13:05.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 13:13:06.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 13:28:34.7|Info|RssSyncService|Starting RSS Sync
2021-09-11 13:28:35.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 13:28:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 13:44:04.8|Info|RssSyncService|Starting RSS Sync
2021-09-11 13:44:05.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 13:44:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 13:59:34.9|Info|RssSyncService|Starting RSS Sync
2021-09-11 13:59:36.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 13:59:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 14:15:05.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 14:15:06.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 14:15:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 14:30:35.3|Info|RssSyncService|Starting RSS Sync
2021-09-11 14:30:36.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 14:30:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 14:37:05.3|Info|SceneMappingService|Updating Scene mappings
2021-09-11 14:46:05.5|Info|RssSyncService|Starting RSS Sync
2021-09-11 14:46:06.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 14:46:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 14:47:05.7|Info|RefreshSeriesService|Skipping refresh of series: Arrow
2021-09-11 14:47:05.7|Info|DiskScanService|Scanning Arrow
2021-09-11 14:47:06.6|Info|DiskScanService|Completed scanning disk for Arrow
2021-09-11 14:47:07.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:07.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:07.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:07.3|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:07.3|Info|RefreshSeriesService|Skipping refresh of series: Avatar: The Last Airbender
2021-09-11 14:47:07.4|Info|DiskScanService|Scanning Avatar: The Last Airbender
2021-09-11 14:47:07.4|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender
2021-09-11 14:47:07.4|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:07.4|Info|RefreshSeriesService|Skipping refresh of series: Batman Beyond
2021-09-11 14:47:07.4|Info|DiskScanService|Scanning Batman Beyond
2021-09-11 14:47:07.6|Info|DiskScanService|Completed scanning disk for Batman Beyond
2021-09-11 14:47:07.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:07.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:07.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:07.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:07.8|Info|RefreshSeriesService|Updating The Falcon and the Winter Soldier
2021-09-11 14:47:08.4|Info|RefreshEpisodeService|Starting episode info refresh for: [362496][The Falcon and the Winter Soldier]
2021-09-11 14:47:08.5|Info|RefreshEpisodeService|Finished episode refresh for series: [362496][The Falcon and the Winter Soldier].
2021-09-11 14:47:08.9|Info|DiskScanService|Scanning The Falcon and the Winter Soldier
2021-09-11 14:47:09.0|Info|DiskScanService|Completed scanning disk for The Falcon and the Winter Soldier
2021-09-11 14:47:09.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:09.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:09.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:09.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:09.1|Info|RefreshSeriesService|Skipping refresh of series: Game of Thrones
2021-09-11 14:47:09.1|Info|DiskScanService|Scanning Game of Thrones
2021-09-11 14:47:09.3|Info|DiskScanService|Completed scanning disk for Game of Thrones
2021-09-11 14:47:09.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:09.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:09.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:09.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:09.6|Info|RefreshSeriesService|Skipping refresh of series: Halt and Catch Fire
2021-09-11 14:47:09.6|Info|DiskScanService|Scanning Halt and Catch Fire
2021-09-11 14:47:09.9|Info|DiskScanService|Completed scanning disk for Halt and Catch Fire
2021-09-11 14:47:10.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:10.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:10.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:10.1|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:10.2|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider
2021-09-11 14:47:10.2|Info|DiskScanService|Scanning Knight Rider
2021-09-11 14:47:10.8|Info|DiskScanService|Completed scanning disk for Knight Rider
2021-09-11 14:47:11.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:11.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:11.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:11.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:11.3|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider (2008)
2021-09-11 14:47:11.3|Info|DiskScanService|Scanning Knight Rider (2008)
2021-09-11 14:47:11.3|Info|DiskScanService|Completed scanning disk for Knight Rider (2008)
2021-09-11 14:47:11.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:11.3|Info|RefreshSeriesService|Updating Loki
2021-09-11 14:47:11.5|Info|RefreshEpisodeService|Starting episode info refresh for: [362472][Loki]
2021-09-11 14:47:11.5|Info|RefreshEpisodeService|Finished episode refresh for series: [362472][Loki].
2021-09-11 14:47:11.5|Info|DiskScanService|Scanning Loki
2021-09-11 14:47:11.6|Info|DiskScanService|Completed scanning disk for Loki
2021-09-11 14:47:11.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:11.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:11.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:11.7|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:11.7|Info|RefreshSeriesService|Updating The Mandalorian
2021-09-11 14:47:11.9|Info|RefreshEpisodeService|Starting episode info refresh for: [361753][The Mandalorian]
2021-09-11 14:47:11.9|Info|RefreshEpisodeService|Finished episode refresh for series: [361753][The Mandalorian].
2021-09-11 14:47:11.9|Info|DiskScanService|Scanning The Mandalorian
2021-09-11 14:47:12.0|Info|DiskScanService|Completed scanning disk for The Mandalorian
2021-09-11 14:47:12.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:12.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:12.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:12.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:12.1|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Agents of S.H.I.E.L.D.
2021-09-11 14:47:12.1|Info|DiskScanService|Scanning Marvel's Agents of S.H.I.E.L.D.
2021-09-11 14:47:12.2|Info|DiskScanService|Completed scanning disk for Marvel's Agents of S.H.I.E.L.D.
2021-09-11 14:47:12.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:12.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:12.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:12.3|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:12.3|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Daredevil
2021-09-11 14:47:12.3|Info|DiskScanService|Scanning Marvel's Daredevil
2021-09-11 14:47:12.3|Info|DiskScanService|Completed scanning disk for Marvel's Daredevil
2021-09-11 14:47:12.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:12.3|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Iron Fist
2021-09-11 14:47:12.4|Info|DiskScanService|Scanning Marvel's Iron Fist
2021-09-11 14:47:12.4|Info|DiskScanService|Completed scanning disk for Marvel's Iron Fist
2021-09-11 14:47:12.4|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:12.4|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Jessica Jones
2021-09-11 14:47:12.5|Info|DiskScanService|Scanning Marvel's Jessica Jones
2021-09-11 14:47:12.5|Info|DiskScanService|Completed scanning disk for Marvel's Jessica Jones
2021-09-11 14:47:12.5|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:12.5|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Luke Cage
2021-09-11 14:47:12.5|Info|DiskScanService|Scanning Marvel's Luke Cage
2021-09-11 14:47:12.5|Info|DiskScanService|Completed scanning disk for Marvel's Luke Cage
2021-09-11 14:47:12.5|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:12.6|Info|RefreshSeriesService|Skipping refresh of series: Mr. Robot
2021-09-11 14:47:12.6|Info|DiskScanService|Scanning Mr. Robot
2021-09-11 14:47:12.8|Info|DiskScanService|Completed scanning disk for Mr. Robot
2021-09-11 14:47:13.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:13.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:13.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:13.1|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:13.1|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch
2021-09-11 14:47:13.4|Info|RefreshEpisodeService|Starting episode info refresh for: [393865][Mystery at Blind Frog Ranch]
2021-09-11 14:47:13.4|Info|RefreshEpisodeService|Finished episode refresh for series: [393865][Mystery at Blind Frog Ranch].
2021-09-11 14:47:13.4|Info|DiskScanService|Scanning Mystery at Blind Frog Ranch
2021-09-11 14:47:13.5|Info|DiskScanService|Completed scanning disk for Mystery at Blind Frog Ranch
2021-09-11 14:47:13.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:13.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:13.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:13.6|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:13.6|Info|RefreshSeriesService|Updating The Orville
2021-09-11 14:47:13.8|Info|RefreshEpisodeService|Starting episode info refresh for: [328487][The Orville]
2021-09-11 14:47:13.8|Info|RefreshEpisodeService|Finished episode refresh for series: [328487][The Orville].
2021-09-11 14:47:13.8|Info|DiskScanService|Scanning The Orville
2021-09-11 14:47:14.0|Info|DiskScanService|Completed scanning disk for The Orville
2021-09-11 14:47:14.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:14.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:14.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:14.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:14.2|Info|RefreshSeriesService|Updating Rick and Morty
2021-09-11 14:47:14.4|Info|RefreshEpisodeService|Starting episode info refresh for: [275274][Rick and Morty]
2021-09-11 14:47:14.5|Info|RefreshEpisodeService|Finished episode refresh for series: [275274][Rick and Morty].
2021-09-11 14:47:14.5|Info|DiskScanService|Scanning Rick and Morty
2021-09-11 14:47:14.7|Info|DiskScanService|Completed scanning disk for Rick and Morty
2021-09-11 14:47:14.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:14.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:14.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:14.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:14.8|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
2021-09-11 14:47:14.8|Info|DiskScanService|Scanning Sherlock
2021-09-11 14:47:15.0|Info|DiskScanService|Completed scanning disk for Sherlock
2021-09-11 14:47:15.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:15.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:15.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:15.1|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:15.1|Info|RefreshSeriesService|Skipping refresh of series: Silicon Valley
2021-09-11 14:47:15.1|Info|DiskScanService|Scanning Silicon Valley
2021-09-11 14:47:15.1|Info|DiskScanService|Completed scanning disk for Silicon Valley
2021-09-11 14:47:15.2|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:15.2|Info|RefreshSeriesService|Skipping refresh of series: Smallville
2021-09-11 14:47:15.2|Info|DiskScanService|Scanning Smallville
2021-09-11 14:47:15.3|Info|DiskScanService|Completed scanning disk for Smallville
2021-09-11 14:47:15.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:15.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:15.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:15.3|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:15.4|Info|RefreshSeriesService|Updating South Park
2021-09-11 14:47:15.6|Info|RefreshEpisodeService|Starting episode info refresh for: [75897][South Park]
2021-09-11 14:47:15.8|Info|RefreshEpisodeService|Finished episode refresh for series: [75897][South Park].
2021-09-11 14:47:15.8|Info|DiskScanService|Scanning South Park
2021-09-11 14:47:18.0|Info|DiskScanService|Completed scanning disk for South Park
2021-09-11 14:47:19.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:19.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:19.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:19.6|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:19.7|Info|RefreshSeriesService|Skipping refresh of series: The Stand (2020)
2021-09-11 14:47:19.7|Info|DiskScanService|Scanning The Stand (2020)
2021-09-11 14:47:19.8|Info|DiskScanService|Completed scanning disk for The Stand (2020)
2021-09-11 14:47:19.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:19.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:19.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:19.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:19.9|Info|RefreshSeriesService|Updating Superman & Lois
2021-09-11 14:47:20.0|Info|RefreshEpisodeService|Starting episode info refresh for: [375655][Superman & Lois]
2021-09-11 14:47:20.0|Info|RefreshEpisodeService|Finished episode refresh for series: [375655][Superman & Lois].
2021-09-11 14:47:20.0|Info|DiskScanService|Scanning Superman & Lois
2021-09-11 14:47:20.2|Info|DiskScanService|Completed scanning disk for Superman & Lois
2021-09-11 14:47:20.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:20.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:20.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:20.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:20.3|Info|RefreshSeriesService|Updating Titans (2018)
2021-09-11 14:47:20.4|Info|RefreshEpisodeService|Starting episode info refresh for: [341663][Titans (2018)]
2021-09-11 14:47:20.4|Info|RefreshEpisodeService|Finished episode refresh for series: [341663][Titans (2018)].
2021-09-11 14:47:20.5|Info|DiskScanService|Scanning Titans (2018)
2021-09-11 14:47:20.6|Info|DiskScanService|Completed scanning disk for Titans (2018)
2021-09-11 14:47:20.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:20.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:20.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:20.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:20.9|Info|RefreshSeriesService|Updating The Umbrella Academy
2021-09-11 14:47:21.1|Info|RefreshEpisodeService|Starting episode info refresh for: [353764][The Umbrella Academy]
2021-09-11 14:47:21.1|Info|RefreshEpisodeService|Finished episode refresh for series: [353764][The Umbrella Academy].
2021-09-11 14:47:21.2|Info|DiskScanService|Scanning The Umbrella Academy
2021-09-11 14:47:21.2|Info|DiskScanService|Completed scanning disk for The Umbrella Academy
2021-09-11 14:47:21.2|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:21.2|Info|RefreshSeriesService|Updating Undercover Billionaire
2021-09-11 14:47:21.5|Info|RefreshEpisodeService|Starting episode info refresh for: [366322][Undercover Billionaire]
2021-09-11 14:47:21.5|Info|RefreshEpisodeService|Finished episode refresh for series: [366322][Undercover Billionaire].
2021-09-11 14:47:21.5|Info|DiskScanService|Scanning Undercover Billionaire
2021-09-11 14:47:21.7|Info|DiskScanService|Completed scanning disk for Undercover Billionaire
2021-09-11 14:47:21.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:21.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:21.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:21.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:21.9|Info|RefreshSeriesService|Skipping refresh of series: The Undoing
2021-09-11 14:47:21.9|Info|DiskScanService|Scanning The Undoing
2021-09-11 14:47:21.9|Info|DiskScanService|Completed scanning disk for The Undoing
2021-09-11 14:47:22.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:22.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:22.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:22.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:22.0|Info|RefreshSeriesService|Skipping refresh of series: WandaVision
2021-09-11 14:47:22.0|Info|DiskScanService|Scanning WandaVision
2021-09-11 14:47:22.1|Info|DiskScanService|Completed scanning disk for WandaVision
2021-09-11 14:47:22.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:22.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:22.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:22.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:22.2|Info|RefreshSeriesService|Skipping refresh of series: Watchmen
2021-09-11 14:47:22.3|Info|DiskScanService|Scanning Watchmen
2021-09-11 14:47:22.3|Info|DiskScanService|Completed scanning disk for Watchmen
2021-09-11 14:47:22.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:22.3|Info|RefreshSeriesService|Updating What If…?
2021-09-11 14:47:22.4|Info|RefreshEpisodeService|Starting episode info refresh for: [367147][What If…?]
2021-09-11 14:47:22.4|Info|RefreshEpisodeService|Finished episode refresh for series: [367147][What If…?].
2021-09-11 14:47:22.4|Info|DiskScanService|Scanning What If…?
2021-09-11 14:47:22.6|Info|DiskScanService|Completed scanning disk for What If…?
2021-09-11 14:47:22.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:22.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:22.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:22.7|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 14:47:22.7|Info|RefreshSeriesService|Updating Yellowstone (2018)
2021-09-11 14:47:22.9|Info|RefreshEpisodeService|Starting episode info refresh for: [341164][Yellowstone (2018)]
2021-09-11 14:47:22.9|Info|RefreshEpisodeService|Finished episode refresh for series: [341164][Yellowstone (2018)].
2021-09-11 14:47:22.9|Info|DiskScanService|Scanning Yellowstone (2018)
2021-09-11 14:47:22.9|Info|DiskScanService|Completed scanning disk for Yellowstone (2018)
2021-09-11 14:47:22.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-11 14:47:22.9|Info|RefreshSeriesService|Updating Young Justice
2021-09-11 14:47:23.1|Info|RefreshEpisodeService|Starting episode info refresh for: [192061][Young Justice]
2021-09-11 14:47:23.2|Info|RefreshEpisodeService|Finished episode refresh for series: [192061][Young Justice].
2021-09-11 14:47:23.2|Info|DiskScanService|Scanning Young Justice
2021-09-11 14:47:23.3|Info|DiskScanService|Completed scanning disk for Young Justice
2021-09-11 14:47:23.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-11 14:47:23.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-11 14:47:23.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-11 14:47:23.3|Info|ExistingExtraFileService|Found 0 extra files
2021-09-11 15:01:35.7|Info|RssSyncService|Starting RSS Sync
2021-09-11 15:01:36.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 15:01:36.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 15:17:05.9|Info|RssSyncService|Starting RSS Sync
2021-09-11 15:17:06.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 15:17:07.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 15:32:36.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 15:32:36.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 15:32:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 15:48:06.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 15:48:07.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 15:48:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 16:03:36.5|Info|RssSyncService|Starting RSS Sync
2021-09-11 16:03:38.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 16:03:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 16:19:06.7|Info|RssSyncService|Starting RSS Sync
2021-09-11 16:19:07.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 16:19:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 16:34:37.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 16:34:38.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 16:34:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 16:50:07.1|Info|RssSyncService|Starting RSS Sync
2021-09-11 16:50:07.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 16:50:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 17:05:37.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 17:05:38.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 17:05:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 17:21:07.6|Info|RssSyncService|Starting RSS Sync
2021-09-11 17:21:08.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 17:21:08.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 17:36:37.7|Info|RssSyncService|Starting RSS Sync
2021-09-11 17:36:40.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 17:36:41.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 17:37:07.8|Info|SceneMappingService|Updating Scene mappings
2021-09-11 17:52:07.8|Info|RssSyncService|Starting RSS Sync
2021-09-11 17:52:09.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 17:52:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 18:07:38.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 18:07:39.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 18:07:39.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 18:23:08.2|Info|RssSyncService|Starting RSS Sync
2021-09-11 18:23:09.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 18:23:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 18:38:38.3|Info|RssSyncService|Starting RSS Sync
2021-09-11 18:38:39.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 18:38:39.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 18:54:08.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 18:54:09.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 18:54:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 19:09:38.7|Info|RssSyncService|Starting RSS Sync
2021-09-11 19:09:39.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 19:09:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 19:25:08.9|Info|RssSyncService|Starting RSS Sync
2021-09-11 19:25:10.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 19:25:10.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 19:40:39.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 19:40:43.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 19:40:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 19:56:09.1|Info|RssSyncService|Starting RSS Sync
2021-09-11 19:56:10.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 19:56:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 20:11:39.2|Info|RssSyncService|Starting RSS Sync
2021-09-11 20:11:40.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 20:11:40.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 20:27:09.3|Info|RssSyncService|Starting RSS Sync
2021-09-11 20:27:10.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 20:27:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 20:37:39.4|Info|SceneMappingService|Updating Scene mappings
2021-09-11 20:42:39.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 20:42:40.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 20:42:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 20:58:09.5|Info|RssSyncService|Starting RSS Sync
2021-09-11 20:58:11.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 20:58:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 21:13:39.8|Info|RssSyncService|Starting RSS Sync
2021-09-11 21:13:40.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 21:13:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 21:29:09.8|Info|RssSyncService|Starting RSS Sync
2021-09-11 21:29:11.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 21:29:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 21:44:40.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 21:44:42.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 21:44:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 22:00:10.0|Info|RssSyncService|Starting RSS Sync
2021-09-11 22:00:11.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 22:00:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 22:15:40.1|Info|RssSyncService|Starting RSS Sync
2021-09-11 22:15:40.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 22:15:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 22:31:10.2|Info|RssSyncService|Starting RSS Sync
2021-09-11 22:31:11.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 22:31:11.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 22:46:40.5|Info|RssSyncService|Starting RSS Sync
2021-09-11 22:46:41.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 22:46:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 23:02:10.4|Info|RssSyncService|Starting RSS Sync
2021-09-11 23:02:19.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 23:02:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 23:17:40.6|Info|RssSyncService|Starting RSS Sync
2021-09-11 23:17:41.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 23:17:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 23:33:10.7|Info|RssSyncService|Starting RSS Sync
2021-09-11 23:33:12.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 23:33:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-11 23:38:10.7|Info|SceneMappingService|Updating Scene mappings
2021-09-11 23:48:40.9|Info|RssSyncService|Starting RSS Sync
2021-09-11 23:48:41.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-11 23:48:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 00:04:11.1|Info|RssSyncService|Starting RSS Sync
2021-09-12 00:04:11.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 00:04:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 00:19:41.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 00:19:42.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 00:19:42.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 00:35:11.4|Info|RssSyncService|Starting RSS Sync
2021-09-12 00:35:12.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 00:35:12.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 00:50:41.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 00:50:42.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 00:50:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 01:06:11.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 01:06:13.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 01:06:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 01:21:41.7|Info|RssSyncService|Starting RSS Sync
2021-09-12 01:21:43.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 01:21:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 01:37:11.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 01:37:14.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 01:37:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 01:52:41.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 01:52:43.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 01:52:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 02:08:12.2|Info|RssSyncService|Starting RSS Sync
2021-09-12 02:08:14.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 02:08:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 02:23:42.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 02:23:43.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 02:23:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 02:38:42.5|Info|SceneMappingService|Updating Scene mappings
2021-09-12 02:39:12.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 02:39:14.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 02:39:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 02:47:42.6|Info|RefreshSeriesService|Skipping refresh of series: Arrow
2021-09-12 02:47:45.0|Info|DiskScanService|Scanning Arrow
2021-09-12 02:54:15.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 02:54:17.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 02:54:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 03:02:45.7|Info|HousekeepingService|Running housecleaning tasks
2021-09-12 03:02:45.8|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup.
2021-09-12 03:02:47.6|Info|ImportListSyncService|Starting Import List Sync
2021-09-12 03:02:47.6|Info|ImportListSyncService|Processing 0 list items
2021-09-12 03:02:47.6|Info|ImportListSyncService|Import List Sync Completed. Items found: 0, Series added: 0
2021-09-12 03:02:47.6|Info|Database|Vacuuming Log database
2021-09-12 03:02:47.8|Info|Database|Log database compressed
2021-09-12 03:02:52.0|Info|Database|Vacuuming Main database
2021-09-12 03:02:52.2|Info|Database|Main database compressed
2021-09-12 03:09:45.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 03:09:48.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 03:09:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 03:21:16.3|Info|DiskScanService|Completed scanning disk for Arrow
2021-09-12 03:25:17.0|Info|RssSyncService|Starting RSS Sync
2021-09-12 03:25:22.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 03:25:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 03:40:53.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 03:41:07.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 03:41:22.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 03:53:06.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 03:53:06.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 03:53:06.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 03:53:06.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 03:53:11.3|Info|RefreshSeriesService|Skipping refresh of series: Avatar: The Last Airbender
2021-09-12 03:53:19.3|Info|DiskScanService|Scanning Avatar: The Last Airbender
2021-09-12 03:53:19.4|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender
2021-09-12 03:53:21.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 03:53:21.3|Info|RefreshSeriesService|Skipping refresh of series: Batman Beyond
2021-09-12 03:53:28.5|Info|DiskScanService|Scanning Batman Beyond
2021-09-12 03:56:31.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 03:56:36.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 03:56:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 03:57:57.5|Info|DiskScanService|Completed scanning disk for Batman Beyond
2021-09-12 04:01:15.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 04:01:15.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 04:01:15.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 04:01:15.7|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 04:01:15.8|Info|RefreshSeriesService|Updating The Falcon and the Winter Soldier
2021-09-12 04:01:16.4|Info|RefreshEpisodeService|Starting episode info refresh for: [362496][The Falcon and the Winter Soldier]
2021-09-12 04:01:16.5|Info|RefreshEpisodeService|Finished episode refresh for series: [362496][The Falcon and the Winter Soldier].
2021-09-12 04:01:20.7|Info|DiskScanService|Scanning The Falcon and the Winter Soldier
2021-09-12 04:04:54.3|Info|DiskScanService|Completed scanning disk for The Falcon and the Winter Soldier
2021-09-12 04:10:53.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 04:10:53.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 04:10:53.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 04:10:53.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 04:11:07.2|Info|RefreshSeriesService|Skipping refresh of series: Game of Thrones
2021-09-12 04:11:20.4|Info|DiskScanService|Scanning Game of Thrones
2021-09-12 04:12:04.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 04:12:06.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 04:12:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 04:19:43.7|Info|DiskScanService|Completed scanning disk for Game of Thrones
2021-09-12 04:22:48.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 04:22:48.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 04:22:48.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 04:22:48.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 04:22:48.0|Info|RefreshSeriesService|Skipping refresh of series: Halt and Catch Fire
2021-09-12 04:22:48.0|Info|DiskScanService|Scanning Halt and Catch Fire
2021-09-12 04:22:48.8|Info|DiskScanService|Completed scanning disk for Halt and Catch Fire
2021-09-12 04:25:12.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 04:25:12.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 04:25:12.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 04:25:12.4|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 04:25:27.0|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider
2021-09-12 04:25:31.7|Info|DiskScanService|Scanning Knight Rider
2021-09-12 04:27:34.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 04:27:38.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 04:27:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 04:38:03.6|Info|DiskScanService|Completed scanning disk for Knight Rider
2021-09-12 04:43:05.0|Info|RssSyncService|Starting RSS Sync
2021-09-12 04:43:19.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 04:43:45.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 04:58:00.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 04:58:00.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 04:58:00.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 04:58:00.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 04:58:00.2|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider (2008)
2021-09-12 04:58:00.7|Info|DiskScanService|Scanning Knight Rider (2008)
2021-09-12 04:58:00.7|Info|DiskScanService|Completed scanning disk for Knight Rider (2008)
2021-09-12 04:58:00.8|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 04:58:00.8|Info|RefreshSeriesService|Updating Loki
2021-09-12 04:58:01.0|Info|RefreshEpisodeService|Starting episode info refresh for: [362472][Loki]
2021-09-12 04:58:01.0|Info|RefreshEpisodeService|Finished episode refresh for series: [362472][Loki].
2021-09-12 04:58:06.3|Info|DiskScanService|Scanning Loki
2021-09-12 04:59:09.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 04:59:11.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 04:59:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 05:01:37.8|Info|DiskScanService|Completed scanning disk for Loki
2021-09-12 05:05:39.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:05:39.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:05:39.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:05:39.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:05:53.8|Info|RefreshSeriesService|Updating The Mandalorian
2021-09-12 05:05:54.3|Info|RefreshEpisodeService|Starting episode info refresh for: [361753][The Mandalorian]
2021-09-12 05:05:54.3|Info|RefreshEpisodeService|Finished episode refresh for series: [361753][The Mandalorian].
2021-09-12 05:06:05.9|Info|DiskScanService|Scanning The Mandalorian
2021-09-12 05:09:41.7|Info|DiskScanService|Completed scanning disk for The Mandalorian
2021-09-12 05:13:22.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:13:22.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:13:22.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:13:22.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:13:34.7|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Agents of S.H.I.E.L.D.
2021-09-12 05:13:49.3|Info|DiskScanService|Scanning Marvel's Agents of S.H.I.E.L.D.
2021-09-12 05:14:41.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 05:14:49.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 05:15:01.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 05:16:56.2|Info|DiskScanService|Completed scanning disk for Marvel's Agents of S.H.I.E.L.D.
2021-09-12 05:17:53.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:17:53.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:17:53.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:17:53.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:17:53.9|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Daredevil
2021-09-12 05:17:54.0|Info|DiskScanService|Scanning Marvel's Daredevil
2021-09-12 05:17:54.0|Info|DiskScanService|Completed scanning disk for Marvel's Daredevil
2021-09-12 05:17:54.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 05:17:54.1|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Iron Fist
2021-09-12 05:17:54.2|Info|DiskScanService|Scanning Marvel's Iron Fist
2021-09-12 05:17:54.2|Info|DiskScanService|Completed scanning disk for Marvel's Iron Fist
2021-09-12 05:17:54.2|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 05:17:54.2|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Jessica Jones
2021-09-12 05:17:54.3|Info|DiskScanService|Scanning Marvel's Jessica Jones
2021-09-12 05:17:54.3|Info|DiskScanService|Completed scanning disk for Marvel's Jessica Jones
2021-09-12 05:17:54.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 05:17:54.3|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Luke Cage
2021-09-12 05:17:54.5|Info|DiskScanService|Scanning Marvel's Luke Cage
2021-09-12 05:17:54.5|Info|DiskScanService|Completed scanning disk for Marvel's Luke Cage
2021-09-12 05:17:54.5|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 05:17:54.5|Info|RefreshSeriesService|Skipping refresh of series: Mr. Robot
2021-09-12 05:17:54.5|Info|DiskScanService|Scanning Mr. Robot
2021-09-12 05:17:55.2|Info|DiskScanService|Completed scanning disk for Mr. Robot
2021-09-12 05:17:55.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:17:55.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:17:55.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:17:55.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:17:55.8|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch
2021-09-12 05:17:56.0|Info|RefreshEpisodeService|Starting episode info refresh for: [393865][Mystery at Blind Frog Ranch]
2021-09-12 05:17:56.1|Info|RefreshEpisodeService|Finished episode refresh for series: [393865][Mystery at Blind Frog Ranch].
2021-09-12 05:17:56.1|Info|DiskScanService|Scanning Mystery at Blind Frog Ranch
2021-09-12 05:17:56.3|Info|DiskScanService|Completed scanning disk for Mystery at Blind Frog Ranch
2021-09-12 05:17:56.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:17:56.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:17:56.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:17:56.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:17:56.5|Info|RefreshSeriesService|Updating The Orville
2021-09-12 05:17:56.7|Info|RefreshEpisodeService|Starting episode info refresh for: [328487][The Orville]
2021-09-12 05:17:56.7|Info|RefreshEpisodeService|Finished episode refresh for series: [328487][The Orville].
2021-09-12 05:17:56.8|Info|DiskScanService|Scanning The Orville
2021-09-12 05:17:57.3|Info|DiskScanService|Completed scanning disk for The Orville
2021-09-12 05:17:57.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:17:57.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:17:57.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:17:57.6|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:17:57.6|Info|RefreshSeriesService|Updating Rick and Morty
2021-09-12 05:17:57.8|Info|RefreshEpisodeService|Starting episode info refresh for: [275274][Rick and Morty]
2021-09-12 05:17:57.9|Info|RefreshEpisodeService|Finished episode refresh for series: [275274][Rick and Morty].
2021-09-12 05:17:57.9|Info|DiskScanService|Scanning Rick and Morty
2021-09-12 05:17:58.4|Info|DiskScanService|Completed scanning disk for Rick and Morty
2021-09-12 05:17:58.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:17:58.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:17:58.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:17:58.6|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:17:58.6|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
2021-09-12 05:17:58.6|Info|DiskScanService|Scanning Sherlock
2021-09-12 05:17:58.8|Info|DiskScanService|Completed scanning disk for Sherlock
2021-09-12 05:17:59.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:17:59.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:17:59.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:17:59.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:17:59.0|Info|RefreshSeriesService|Skipping refresh of series: Silicon Valley
2021-09-12 05:17:59.0|Info|DiskScanService|Scanning Silicon Valley
2021-09-12 05:17:59.0|Info|DiskScanService|Completed scanning disk for Silicon Valley
2021-09-12 05:17:59.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 05:17:59.1|Info|RefreshSeriesService|Skipping refresh of series: Smallville
2021-09-12 05:17:59.1|Info|DiskScanService|Scanning Smallville
2021-09-12 05:17:59.3|Info|DiskScanService|Completed scanning disk for Smallville
2021-09-12 05:17:59.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:17:59.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:17:59.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:17:59.6|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:17:59.6|Info|RefreshSeriesService|Updating South Park
2021-09-12 05:17:59.9|Info|RefreshEpisodeService|Starting episode info refresh for: [75897][South Park]
2021-09-12 05:18:00.1|Info|RefreshEpisodeService|Finished episode refresh for series: [75897][South Park].
2021-09-12 05:18:00.2|Info|DiskScanService|Scanning South Park
2021-09-12 05:18:03.7|Info|DiskScanService|Completed scanning disk for South Park
2021-09-12 05:18:06.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:18:06.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:18:06.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:18:06.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:18:06.7|Info|RefreshSeriesService|Skipping refresh of series: The Stand (2020)
2021-09-12 05:18:06.7|Info|DiskScanService|Scanning The Stand (2020)
2021-09-12 05:18:06.8|Info|DiskScanService|Completed scanning disk for The Stand (2020)
2021-09-12 05:18:07.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:18:07.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:18:07.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:18:07.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:18:07.0|Info|RefreshSeriesService|Updating Superman & Lois
2021-09-12 05:18:07.2|Info|RefreshEpisodeService|Starting episode info refresh for: [375655][Superman & Lois]
2021-09-12 05:18:07.2|Info|RefreshEpisodeService|Finished episode refresh for series: [375655][Superman & Lois].
2021-09-12 05:18:07.2|Info|DiskScanService|Scanning Superman & Lois
2021-09-12 05:18:07.7|Info|DiskScanService|Completed scanning disk for Superman & Lois
2021-09-12 05:18:07.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:18:07.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:18:07.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:18:07.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:18:07.9|Info|RefreshSeriesService|Updating Titans (2018)
2021-09-12 05:18:08.2|Info|RefreshEpisodeService|Starting episode info refresh for: [341663][Titans (2018)]
2021-09-12 05:18:08.2|Info|RefreshEpisodeService|Finished episode refresh for series: [341663][Titans (2018)].
2021-09-12 05:18:08.2|Info|DiskScanService|Scanning Titans (2018)
2021-09-12 05:18:08.6|Info|DiskScanService|Completed scanning disk for Titans (2018)
2021-09-12 05:18:08.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:18:08.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:18:08.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:18:08.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:18:09.0|Info|RefreshSeriesService|Updating The Umbrella Academy
2021-09-12 05:18:09.2|Info|RefreshEpisodeService|Starting episode info refresh for: [353764][The Umbrella Academy]
2021-09-12 05:18:09.2|Info|RefreshEpisodeService|Finished episode refresh for series: [353764][The Umbrella Academy].
2021-09-12 05:18:09.3|Info|DiskScanService|Scanning The Umbrella Academy
2021-09-12 05:18:09.3|Info|DiskScanService|Completed scanning disk for The Umbrella Academy
2021-09-12 05:18:09.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 05:18:09.3|Info|RefreshSeriesService|Updating Undercover Billionaire
2021-09-12 05:18:09.6|Info|RefreshEpisodeService|Starting episode info refresh for: [366322][Undercover Billionaire]
2021-09-12 05:18:09.6|Info|RefreshEpisodeService|Finished episode refresh for series: [366322][Undercover Billionaire].
2021-09-12 05:18:09.6|Info|DiskScanService|Scanning Undercover Billionaire
2021-09-12 05:18:09.9|Info|DiskScanService|Completed scanning disk for Undercover Billionaire
2021-09-12 05:18:10.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:18:10.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:18:10.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:18:10.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:18:10.2|Info|RefreshSeriesService|Skipping refresh of series: The Undoing
2021-09-12 05:18:10.2|Info|DiskScanService|Scanning The Undoing
2021-09-12 05:18:10.7|Info|DiskScanService|Completed scanning disk for The Undoing
2021-09-12 05:18:10.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:18:10.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:18:10.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:18:10.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:18:10.9|Info|RefreshSeriesService|Skipping refresh of series: WandaVision
2021-09-12 05:18:10.9|Info|DiskScanService|Scanning WandaVision
2021-09-12 05:18:11.1|Info|DiskScanService|Completed scanning disk for WandaVision
2021-09-12 05:18:11.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:18:11.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:18:11.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:18:11.3|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:18:11.3|Info|RefreshSeriesService|Skipping refresh of series: Watchmen
2021-09-12 05:18:11.3|Info|DiskScanService|Scanning Watchmen
2021-09-12 05:18:11.3|Info|DiskScanService|Completed scanning disk for Watchmen
2021-09-12 05:18:11.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 05:18:11.3|Info|RefreshSeriesService|Updating What If…?
2021-09-12 05:18:11.5|Info|RefreshEpisodeService|Starting episode info refresh for: [367147][What If…?]
2021-09-12 05:18:11.5|Info|RefreshEpisodeService|Finished episode refresh for series: [367147][What If…?].
2021-09-12 05:18:11.5|Info|DiskScanService|Scanning What If…?
2021-09-12 05:18:11.7|Info|DiskScanService|Completed scanning disk for What If…?
2021-09-12 05:18:11.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:18:11.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:18:11.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:18:11.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:18:11.9|Info|RefreshSeriesService|Updating Yellowstone (2018)
2021-09-12 05:18:12.0|Info|RefreshEpisodeService|Starting episode info refresh for: [341164][Yellowstone (2018)]
2021-09-12 05:18:12.1|Info|RefreshEpisodeService|Finished episode refresh for series: [341164][Yellowstone (2018)].
2021-09-12 05:18:12.1|Info|DiskScanService|Scanning Yellowstone (2018)
2021-09-12 05:18:12.1|Info|DiskScanService|Completed scanning disk for Yellowstone (2018)
2021-09-12 05:18:12.1|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 05:18:12.1|Info|RefreshSeriesService|Updating Young Justice
2021-09-12 05:18:12.4|Info|RefreshEpisodeService|Starting episode info refresh for: [192061][Young Justice]
2021-09-12 05:18:12.5|Info|RefreshEpisodeService|Finished episode refresh for series: [192061][Young Justice].
2021-09-12 05:18:12.5|Info|DiskScanService|Scanning Young Justice
2021-09-12 05:18:12.6|Info|DiskScanService|Completed scanning disk for Young Justice
2021-09-12 05:18:12.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 05:18:12.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 05:18:12.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 05:18:12.7|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 05:30:12.1|Info|RssSyncService|Starting RSS Sync
2021-09-12 05:30:13.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 05:30:13.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 05:39:12.1|Info|SceneMappingService|Updating Scene mappings
2021-09-12 05:45:42.1|Info|RssSyncService|Starting RSS Sync
2021-09-12 05:45:43.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 05:45:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 06:01:12.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 06:01:13.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 06:01:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 06:16:42.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 06:16:43.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 06:16:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 06:32:12.4|Info|RssSyncService|Starting RSS Sync
2021-09-12 06:32:13.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 06:32:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 06:47:42.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 06:47:44.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 06:47:44.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 07:03:12.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 07:03:13.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 07:03:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 07:18:42.7|Info|RssSyncService|Starting RSS Sync
2021-09-12 07:18:43.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 07:18:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 07:34:12.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 07:34:13.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 07:34:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 07:49:43.0|Info|RssSyncService|Starting RSS Sync
2021-09-12 07:49:44.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 07:49:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 08:05:13.2|Info|RssSyncService|Starting RSS Sync
2021-09-12 08:05:14.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 08:05:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 08:20:43.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 08:20:44.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 08:20:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 08:36:13.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 08:36:14.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 08:36:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 08:39:43.6|Info|SceneMappingService|Updating Scene mappings
2021-09-12 08:51:43.7|Info|RssSyncService|Starting RSS Sync
2021-09-12 08:51:44.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 08:51:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 09:07:13.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 09:07:14.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 09:07:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 09:22:44.0|Info|RssSyncService|Starting RSS Sync
2021-09-12 09:22:44.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 09:22:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 09:38:14.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 09:38:14.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 09:38:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 09:53:44.4|Info|RssSyncService|Starting RSS Sync
2021-09-12 09:53:45.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 09:53:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 10:09:14.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 10:09:16.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 10:09:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 10:24:44.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 10:24:45.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 10:24:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 10:40:15.1|Info|RssSyncService|Starting RSS Sync
2021-09-12 10:40:16.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 10:40:16.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 10:55:45.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 10:55:53.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 10:55:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 11:11:15.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 11:11:16.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 11:11:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 11:26:45.7|Info|RssSyncService|Starting RSS Sync
2021-09-12 11:26:46.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 11:26:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 11:40:16.0|Info|SceneMappingService|Updating Scene mappings
2021-09-12 11:42:16.1|Info|RssSyncService|Starting RSS Sync
2021-09-12 11:42:16.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 11:42:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 11:57:46.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 11:57:47.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 11:57:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 12:13:16.4|Info|RssSyncService|Starting RSS Sync
2021-09-12 12:13:17.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 12:13:17.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 12:28:46.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 12:28:47.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 12:28:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 12:44:16.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 12:44:17.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 12:44:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 12:59:46.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 12:59:47.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 12:59:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 13:15:16.7|Info|RssSyncService|Starting RSS Sync
2021-09-12 13:15:17.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 13:15:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 13:30:46.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 13:30:47.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 13:30:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 13:46:16.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 13:46:17.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 13:46:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 14:01:46.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 14:01:55.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 14:01:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 14:17:17.0|Info|RssSyncService|Starting RSS Sync
2021-09-12 14:17:17.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 14:17:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 14:32:47.2|Info|RssSyncService|Starting RSS Sync
2021-09-12 14:32:48.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 14:32:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 14:40:47.1|Info|SceneMappingService|Updating Scene mappings
2021-09-12 14:48:17.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 14:48:18.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 14:48:18.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 15:03:47.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 15:03:47.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 15:03:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 15:19:17.4|Info|RssSyncService|Starting RSS Sync
2021-09-12 15:19:18.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 15:19:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 15:34:47.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 15:34:48.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 15:34:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 15:50:17.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 15:50:19.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 15:50:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 16:05:47.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 16:05:49.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 16:05:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 16:21:17.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 16:21:18.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 16:21:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 16:36:48.0|Info|RssSyncService|Starting RSS Sync
2021-09-12 16:36:48.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 16:36:49.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 16:52:18.2|Info|RssSyncService|Starting RSS Sync
2021-09-12 16:52:19.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 16:52:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 17:07:48.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 17:07:55.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 17:07:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 17:18:18.7|Info|RefreshSeriesService|Skipping refresh of series: Arrow
2021-09-12 17:18:18.7|Info|DiskScanService|Scanning Arrow
2021-09-12 17:18:19.3|Info|DiskScanService|Completed scanning disk for Arrow
2021-09-12 17:18:19.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:19.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:19.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:19.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:19.9|Info|RefreshSeriesService|Skipping refresh of series: Avatar: The Last Airbender
2021-09-12 17:18:19.9|Info|DiskScanService|Scanning Avatar: The Last Airbender
2021-09-12 17:18:19.9|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender
2021-09-12 17:18:19.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:19.9|Info|RefreshSeriesService|Skipping refresh of series: Batman Beyond
2021-09-12 17:18:19.9|Info|DiskScanService|Scanning Batman Beyond
2021-09-12 17:18:20.1|Info|DiskScanService|Completed scanning disk for Batman Beyond
2021-09-12 17:18:20.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:20.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:20.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:20.4|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:20.4|Info|RefreshSeriesService|Updating The Falcon and the Winter Soldier
2021-09-12 17:18:21.0|Info|RefreshEpisodeService|Starting episode info refresh for: [362496][The Falcon and the Winter Soldier]
2021-09-12 17:18:21.1|Info|RefreshEpisodeService|Finished episode refresh for series: [362496][The Falcon and the Winter Soldier].
2021-09-12 17:18:21.2|Info|DiskScanService|Scanning The Falcon and the Winter Soldier
2021-09-12 17:18:21.3|Info|DiskScanService|Completed scanning disk for The Falcon and the Winter Soldier
2021-09-12 17:18:21.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:21.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:21.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:21.4|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:21.4|Info|RefreshSeriesService|Skipping refresh of series: Game of Thrones
2021-09-12 17:18:21.4|Info|DiskScanService|Scanning Game of Thrones
2021-09-12 17:18:21.6|Info|DiskScanService|Completed scanning disk for Game of Thrones
2021-09-12 17:18:21.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:21.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:21.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:21.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:21.8|Info|RefreshSeriesService|Skipping refresh of series: Halt and Catch Fire
2021-09-12 17:18:21.8|Info|DiskScanService|Scanning Halt and Catch Fire
2021-09-12 17:18:22.0|Info|DiskScanService|Completed scanning disk for Halt and Catch Fire
2021-09-12 17:18:22.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:22.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:22.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:22.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:22.3|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider
2021-09-12 17:18:22.3|Info|DiskScanService|Scanning Knight Rider
2021-09-12 17:18:22.7|Info|DiskScanService|Completed scanning disk for Knight Rider
2021-09-12 17:18:23.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:23.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:23.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:23.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:23.0|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider (2008)
2021-09-12 17:18:23.0|Info|DiskScanService|Scanning Knight Rider (2008)
2021-09-12 17:18:23.0|Info|DiskScanService|Completed scanning disk for Knight Rider (2008)
2021-09-12 17:18:23.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:23.0|Info|RefreshSeriesService|Updating Loki
2021-09-12 17:18:23.2|Info|RefreshEpisodeService|Starting episode info refresh for: [362472][Loki]
2021-09-12 17:18:23.2|Info|RefreshEpisodeService|Finished episode refresh for series: [362472][Loki].
2021-09-12 17:18:23.2|Info|DiskScanService|Scanning Loki
2021-09-12 17:18:23.3|Info|DiskScanService|Completed scanning disk for Loki
2021-09-12 17:18:23.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:23.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:23.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:23.4|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:23.4|Info|RefreshSeriesService|Updating The Mandalorian
2021-09-12 17:18:23.5|Info|RefreshEpisodeService|Starting episode info refresh for: [361753][The Mandalorian]
2021-09-12 17:18:23.5|Info|RefreshEpisodeService|Finished episode refresh for series: [361753][The Mandalorian].
2021-09-12 17:18:23.5|Info|DiskScanService|Scanning The Mandalorian
2021-09-12 17:18:23.6|Info|DiskScanService|Completed scanning disk for The Mandalorian
2021-09-12 17:18:23.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:23.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:23.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:23.7|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:23.7|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Agents of S.H.I.E.L.D.
2021-09-12 17:18:23.7|Info|DiskScanService|Scanning Marvel's Agents of S.H.I.E.L.D.
2021-09-12 17:18:23.8|Info|DiskScanService|Completed scanning disk for Marvel's Agents of S.H.I.E.L.D.
2021-09-12 17:18:23.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:23.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:23.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:23.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:23.9|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Daredevil
2021-09-12 17:18:23.9|Info|DiskScanService|Scanning Marvel's Daredevil
2021-09-12 17:18:23.9|Info|DiskScanService|Completed scanning disk for Marvel's Daredevil
2021-09-12 17:18:23.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:23.9|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Iron Fist
2021-09-12 17:18:23.9|Info|DiskScanService|Scanning Marvel's Iron Fist
2021-09-12 17:18:23.9|Info|DiskScanService|Completed scanning disk for Marvel's Iron Fist
2021-09-12 17:18:24.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:24.0|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Jessica Jones
2021-09-12 17:18:24.0|Info|DiskScanService|Scanning Marvel's Jessica Jones
2021-09-12 17:18:24.0|Info|DiskScanService|Completed scanning disk for Marvel's Jessica Jones
2021-09-12 17:18:24.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:24.0|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Luke Cage
2021-09-12 17:18:24.0|Info|DiskScanService|Scanning Marvel's Luke Cage
2021-09-12 17:18:24.0|Info|DiskScanService|Completed scanning disk for Marvel's Luke Cage
2021-09-12 17:18:24.0|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:24.0|Info|RefreshSeriesService|Skipping refresh of series: Mr. Robot
2021-09-12 17:18:24.0|Info|DiskScanService|Scanning Mr. Robot
2021-09-12 17:18:24.3|Info|DiskScanService|Completed scanning disk for Mr. Robot
2021-09-12 17:18:24.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:24.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:24.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:24.6|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:24.6|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch
2021-09-12 17:18:24.9|Info|RefreshEpisodeService|Starting episode info refresh for: [393865][Mystery at Blind Frog Ranch]
2021-09-12 17:18:24.9|Info|RefreshEpisodeService|Finished episode refresh for series: [393865][Mystery at Blind Frog Ranch].
2021-09-12 17:18:24.9|Info|DiskScanService|Scanning Mystery at Blind Frog Ranch
2021-09-12 17:18:24.9|Info|DiskScanService|Completed scanning disk for Mystery at Blind Frog Ranch
2021-09-12 17:18:25.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:25.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:25.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:25.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:25.0|Info|RefreshSeriesService|Updating The Orville
2021-09-12 17:18:25.2|Info|RefreshEpisodeService|Starting episode info refresh for: [328487][The Orville]
2021-09-12 17:18:25.2|Info|RefreshEpisodeService|Finished episode refresh for series: [328487][The Orville].
2021-09-12 17:18:25.2|Info|DiskScanService|Scanning The Orville
2021-09-12 17:18:25.4|Info|DiskScanService|Completed scanning disk for The Orville
2021-09-12 17:18:25.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:25.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:25.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:25.6|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:25.6|Info|RefreshSeriesService|Updating Rick and Morty
2021-09-12 17:18:25.8|Info|RefreshEpisodeService|Starting episode info refresh for: [275274][Rick and Morty]
2021-09-12 17:18:25.9|Info|RefreshEpisodeService|Finished episode refresh for series: [275274][Rick and Morty].
2021-09-12 17:18:25.9|Info|DiskScanService|Scanning Rick and Morty
2021-09-12 17:18:26.0|Info|DiskScanService|Completed scanning disk for Rick and Morty
2021-09-12 17:18:26.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:26.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:26.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:26.1|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:26.2|Info|RefreshSeriesService|Skipping refresh of series: Sherlock
2021-09-12 17:18:26.2|Info|DiskScanService|Scanning Sherlock
2021-09-12 17:18:26.3|Info|DiskScanService|Completed scanning disk for Sherlock
2021-09-12 17:18:26.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:26.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:26.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:26.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:26.5|Info|RefreshSeriesService|Skipping refresh of series: Silicon Valley
2021-09-12 17:18:26.5|Info|DiskScanService|Scanning Silicon Valley
2021-09-12 17:18:26.5|Info|DiskScanService|Completed scanning disk for Silicon Valley
2021-09-12 17:18:26.5|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:26.6|Info|RefreshSeriesService|Skipping refresh of series: Smallville
2021-09-12 17:18:26.6|Info|DiskScanService|Scanning Smallville
2021-09-12 17:18:26.7|Info|DiskScanService|Completed scanning disk for Smallville
2021-09-12 17:18:26.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:26.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:26.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:26.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:26.8|Info|RefreshSeriesService|Updating South Park
2021-09-12 17:18:27.1|Info|RefreshEpisodeService|Starting episode info refresh for: [75897][South Park]
2021-09-12 17:18:27.3|Info|RefreshEpisodeService|Finished episode refresh for series: [75897][South Park].
2021-09-12 17:18:27.3|Info|DiskScanService|Scanning South Park
2021-09-12 17:18:29.7|Info|DiskScanService|Completed scanning disk for South Park
2021-09-12 17:18:30.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:30.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:30.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:30.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:31.0|Info|RefreshSeriesService|Skipping refresh of series: The Stand (2020)
2021-09-12 17:18:31.1|Info|DiskScanService|Scanning The Stand (2020)
2021-09-12 17:18:31.1|Info|DiskScanService|Completed scanning disk for The Stand (2020)
2021-09-12 17:18:31.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:31.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:31.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:31.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:31.2|Info|RefreshSeriesService|Updating Superman & Lois
2021-09-12 17:18:31.4|Info|RefreshEpisodeService|Starting episode info refresh for: [375655][Superman & Lois]
2021-09-12 17:18:31.4|Info|RefreshEpisodeService|Finished episode refresh for series: [375655][Superman & Lois].
2021-09-12 17:18:31.4|Info|DiskScanService|Scanning Superman & Lois
2021-09-12 17:18:31.5|Info|DiskScanService|Completed scanning disk for Superman & Lois
2021-09-12 17:18:31.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:31.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:31.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:31.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:31.6|Info|RefreshSeriesService|Updating Titans (2018)
2021-09-12 17:18:31.7|Info|RefreshEpisodeService|Starting episode info refresh for: [341663][Titans (2018)]
2021-09-12 17:18:31.8|Info|RefreshEpisodeService|Finished episode refresh for series: [341663][Titans (2018)].
2021-09-12 17:18:31.8|Info|DiskScanService|Scanning Titans (2018)
2021-09-12 17:18:31.9|Info|DiskScanService|Completed scanning disk for Titans (2018)
2021-09-12 17:18:32.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:32.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:32.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:32.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:32.1|Info|RefreshSeriesService|Updating The Umbrella Academy
2021-09-12 17:18:32.2|Info|RefreshEpisodeService|Starting episode info refresh for: [353764][The Umbrella Academy]
2021-09-12 17:18:32.3|Info|RefreshEpisodeService|Finished episode refresh for series: [353764][The Umbrella Academy].
2021-09-12 17:18:32.3|Info|DiskScanService|Scanning The Umbrella Academy
2021-09-12 17:18:32.3|Info|DiskScanService|Completed scanning disk for The Umbrella Academy
2021-09-12 17:18:32.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:32.3|Info|RefreshSeriesService|Updating Undercover Billionaire
2021-09-12 17:18:32.5|Info|RefreshEpisodeService|Starting episode info refresh for: [366322][Undercover Billionaire]
2021-09-12 17:18:32.5|Info|RefreshEpisodeService|Finished episode refresh for series: [366322][Undercover Billionaire].
2021-09-12 17:18:32.5|Info|DiskScanService|Scanning Undercover Billionaire
2021-09-12 17:18:32.6|Info|DiskScanService|Completed scanning disk for Undercover Billionaire
2021-09-12 17:18:32.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:32.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:32.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:32.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:32.8|Info|RefreshSeriesService|Skipping refresh of series: The Undoing
2021-09-12 17:18:32.8|Info|DiskScanService|Scanning The Undoing
2021-09-12 17:18:32.9|Info|DiskScanService|Completed scanning disk for The Undoing
2021-09-12 17:18:32.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:32.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:32.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:32.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:33.0|Info|RefreshSeriesService|Skipping refresh of series: WandaVision
2021-09-12 17:18:33.0|Info|DiskScanService|Scanning WandaVision
2021-09-12 17:18:33.0|Info|DiskScanService|Completed scanning disk for WandaVision
2021-09-12 17:18:33.1|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:33.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:33.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:33.1|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:33.1|Info|RefreshSeriesService|Skipping refresh of series: Watchmen
2021-09-12 17:18:33.1|Info|DiskScanService|Scanning Watchmen
2021-09-12 17:18:33.1|Info|DiskScanService|Completed scanning disk for Watchmen
2021-09-12 17:18:33.2|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:33.2|Info|RefreshSeriesService|Updating What If…?
2021-09-12 17:18:33.4|Info|RefreshEpisodeService|Starting episode info refresh for: [367147][What If…?]
2021-09-12 17:18:33.4|Info|RefreshEpisodeService|Finished episode refresh for series: [367147][What If…?].
2021-09-12 17:18:33.4|Info|DiskScanService|Scanning What If…?
2021-09-12 17:18:33.5|Info|DiskScanService|Completed scanning disk for What If…?
2021-09-12 17:18:33.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:33.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:33.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:33.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:18:33.6|Info|RefreshSeriesService|Updating Yellowstone (2018)
2021-09-12 17:18:33.8|Info|RefreshEpisodeService|Starting episode info refresh for: [341164][Yellowstone (2018)]
2021-09-12 17:18:33.8|Info|RefreshEpisodeService|Finished episode refresh for series: [341164][Yellowstone (2018)].
2021-09-12 17:18:33.9|Info|DiskScanService|Scanning Yellowstone (2018)
2021-09-12 17:18:33.9|Info|DiskScanService|Completed scanning disk for Yellowstone (2018)
2021-09-12 17:18:33.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-12 17:18:33.9|Info|RefreshSeriesService|Updating Young Justice
2021-09-12 17:18:34.1|Info|RefreshEpisodeService|Starting episode info refresh for: [192061][Young Justice]
2021-09-12 17:18:34.1|Info|RefreshEpisodeService|Finished episode refresh for series: [192061][Young Justice].
2021-09-12 17:18:34.1|Info|DiskScanService|Scanning Young Justice
2021-09-12 17:18:34.2|Info|DiskScanService|Completed scanning disk for Young Justice
2021-09-12 17:18:34.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-12 17:18:34.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-12 17:18:34.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-12 17:18:34.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-12 17:23:18.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 17:23:19.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 17:23:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 17:38:48.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 17:38:49.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 17:38:49.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 17:41:19.0|Info|SceneMappingService|Updating Scene mappings
2021-09-12 17:54:19.2|Info|RssSyncService|Starting RSS Sync
2021-09-12 17:54:25.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 17:54:25.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 18:09:49.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 18:09:50.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 18:09:50.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 18:25:19.4|Info|RssSyncService|Starting RSS Sync
2021-09-12 18:25:20.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 18:25:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 18:34:06.6|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265
2021-09-12 18:34:08.9|Info|AppFolderInfo|Data directory is being overridden to [/config]
2021-09-12 18:34:09.0|Info|Router|Application mode: Interactive
2021-09-12 18:34:09.4|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 18:34:09.9|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 18:34:10.4|Info|OwinHostController|Listening on the following URLs:
2021-09-12 18:34:10.4|Info|OwinHostController| http://*:8989/
2021-09-12 18:34:11.8|Info|SonarrBootstrapper|Starting Web Server
2021-09-12 18:40:43.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 18:40:44.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 18:40:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 18:56:13.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 18:56:14.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 18:56:15.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 19:11:43.7|Info|RssSyncService|Starting RSS Sync
2021-09-12 19:11:45.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 19:11:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 19:27:13.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 19:27:14.9|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 19:27:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 19:42:44.2|Info|RssSyncService|Starting RSS Sync
2021-09-12 19:42:46.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 19:42:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 19:58:14.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 19:58:16.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 19:58:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 20:13:44.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 20:13:46.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 20:13:46.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 20:29:14.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 20:29:15.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 20:29:16.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 20:41:44.9|Info|SceneMappingService|Updating Scene mappings
2021-09-12 20:44:45.1|Info|RssSyncService|Starting RSS Sync
2021-09-12 20:44:46.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 20:44:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 21:00:15.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 21:00:16.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 21:00:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 21:15:45.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 21:15:46.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 21:15:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 21:31:15.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 21:31:16.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 21:31:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 21:46:45.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 21:46:46.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 21:46:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 22:02:15.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 22:02:24.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 22:02:24.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 22:17:46.2|Info|RssSyncService|Starting RSS Sync
2021-09-12 22:17:54.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 22:17:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 22:33:16.3|Info|RssSyncService|Starting RSS Sync
2021-09-12 22:33:17.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 22:33:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 22:48:46.5|Info|RssSyncService|Starting RSS Sync
2021-09-12 22:48:57.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 22:48:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 23:04:16.6|Info|RssSyncService|Starting RSS Sync
2021-09-12 23:04:17.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 23:04:17.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 23:19:46.7|Info|RssSyncService|Starting RSS Sync
2021-09-12 23:19:47.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 23:19:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 23:35:16.8|Info|RssSyncService|Starting RSS Sync
2021-09-12 23:35:17.6|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 23:35:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 23:42:16.8|Info|SceneMappingService|Updating Scene mappings
2021-09-12 23:47:38.2|Info|LifecycleService|Restart requested.
2021-09-12 23:47:40.6|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265
2021-09-12 23:47:40.8|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265
2021-09-12 23:47:41.5|Info|AppFolderInfo|Data directory is being overridden to [/config]
2021-09-12 23:47:41.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
2021-09-12 23:47:41.9|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
2021-09-12 23:47:41.9|Info|Router|Application mode: Interactive
2021-09-12 23:47:42.2|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 23:47:42.4|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 23:47:42.8|Info|OwinHostController|Listening on the following URLs:
2021-09-12 23:47:42.8|Info|OwinHostController| http://*:8989/sonarr/
2021-09-12 23:47:42.8|Info|OwinHostController| http://*:8989/
2021-09-12 23:47:42.8|Info|OwinHostController| https://*:9898/sonarr/
2021-09-12 23:47:42.8|Info|OwinHostController| https://*:9898/
2021-09-12 23:47:43.5|Info|SonarrBootstrapper|Starting Web Server
2021-09-12 23:47:43.7|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
2021-09-12 23:47:43.7|Info|Router|Application mode: Interactive
2021-09-12 23:47:44.0|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 23:47:44.3|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 23:47:44.6|Info|OwinHostController|Listening on the following URLs:
2021-09-12 23:47:44.6|Info|OwinHostController| http://*:8989/sonarr/
2021-09-12 23:47:44.6|Info|OwinHostController| http://*:8989/
2021-09-12 23:47:44.6|Info|OwinHostController| https://*:9898/sonarr/
2021-09-12 23:47:44.6|Info|OwinHostController| https://*:9898/
2021-09-12 23:47:45.4|Info|SonarrBootstrapper|Starting Web Server
2021-09-12 23:47:46.4|Fatal|ConsoleApp|Address already in use. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions
2021-09-12 23:50:44.9|Info|RssSyncService|Starting RSS Sync
2021-09-12 23:50:47.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-12 23:50:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-12 23:51:17.5|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265
2021-09-12 23:51:18.3|Info|AppFolderInfo|Data directory is being overridden to [/config]
2021-09-12 23:51:18.4|Info|Router|Application mode: Interactive
2021-09-12 23:51:18.7|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 23:51:19.0|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 23:51:19.3|Info|OwinHostController|Listening on the following URLs:
2021-09-12 23:51:19.3|Info|OwinHostController| http://*:8989/sonarr/
2021-09-12 23:51:19.3|Info|OwinHostController| http://*:8989/
2021-09-12 23:51:19.3|Info|OwinHostController| https://*:9898/sonarr/
2021-09-12 23:51:19.3|Info|OwinHostController| https://*:9898/
2021-09-12 23:51:20.1|Info|SonarrBootstrapper|Starting Web Server
2021-09-12 23:52:05.9|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265
2021-09-12 23:52:06.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
2021-09-12 23:52:06.8|Info|Router|Application mode: Interactive
2021-09-12 23:52:07.1|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 23:52:07.4|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3
2021-09-12 23:52:07.7|Info|OwinHostController|Listening on the following URLs:
2021-09-12 23:52:07.7|Info|OwinHostController| http://*:8989/sonarr/
2021-09-12 23:52:07.7|Info|OwinHostController| http://*:8989/
2021-09-12 23:52:07.7|Info|OwinHostController| https://*:9898/sonarr/
2021-09-12 23:52:07.7|Info|OwinHostController| https://*:9898/
2021-09-12 23:52:08.3|Info|SonarrBootstrapper|Starting Web Server
2021-09-13 00:06:09.9|Info|RssSyncService|Starting RSS Sync
2021-09-13 00:06:22.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-13 00:06:22.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-13 00:21:40.1|Info|RssSyncService|Starting RSS Sync
2021-09-13 00:21:41.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-13 00:21:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-13 00:37:10.4|Info|RssSyncService|Starting RSS Sync
2021-09-13 00:37:11.1|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-13 00:37:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-13 00:52:40.5|Info|RssSyncService|Starting RSS Sync
2021-09-13 00:52:41.4|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-13 00:52:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-13 01:08:10.8|Info|RssSyncService|Starting RSS Sync
2021-09-13 01:08:15.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-13 01:08:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-13 01:23:40.9|Info|RssSyncService|Starting RSS Sync
2021-09-13 01:23:41.8|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-13 01:23:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-13 01:39:11.0|Info|RssSyncService|Starting RSS Sync
2021-09-13 01:39:12.2|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-13 01:39:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-13 01:54:41.2|Info|RssSyncService|Starting RSS Sync
2021-09-13 01:54:42.7|Info|DownloadDecisionMaker|Processing 100 releases
2021-09-13 01:54:43.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-09-13 01:55:15.5|Info|EpisodeSearchService|Performing search for 45 episodes
2021-09-13 01:55:15.5|Info|NzbSearchService|Searching 1 indexers for [Game of Thrones : S01E07]
2021-09-13 01:55:17.7|Info|DownloadDecisionMaker|Processing 52 releases
2021-09-13 01:55:22.2|Info|Sabnzbd|Adding report [Game.Of.Thrones.S01E07.MULTi.1080p.BluRay.x264-JMT] to the queue.
2021-09-13 01:55:27.7|Info|DownloadService|Report sent to Sab. Game.Of.Thrones.S01E07.MULTi.1080p.BluRay.x264-JMT
2021-09-13 01:55:27.8|Info|NzbSearchService|Searching 1 indexers for [Game of Thrones : S06E10]
2021-09-13 01:55:30.6|Info|DownloadDecisionMaker|Processing 97 releases
2021-09-13 01:55:31.8|Info|SceneMappingService|Updating Scene mappings
2021-09-13 01:55:38.9|Info|Sabnzbd|Adding report [Game.of.Thrones.S06E10.The.Winds.of.Winter.1080p.BluRay.DD-EX.5.1.x264-DON-AsRequested] to the queue.
2021-09-13 01:55:42.2|Info|RefreshSeriesService|Updating Avatar: The Last Airbender
2021-09-13 01:55:48.5|Info|RefreshEpisodeService|Starting episode info refresh for: [74852][Avatar: The Last Airbender]
2021-09-13 01:55:48.6|Info|RefreshEpisodeService|Finished episode refresh for series: [74852][Avatar: The Last Airbender].
2021-09-13 01:55:49.6|Info|DiskScanService|Scanning Avatar: The Last Airbender
2021-09-13 01:55:49.7|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender
2021-09-13 01:55:49.7|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:02.1|Info|DownloadService|Report sent to Sab. Game.of.Thrones.S06E10.The.Winds.of.Winter.1080p.BluRay.DD-EX.5.1.x264-DON-AsRequested
2021-09-13 01:56:02.1|Info|NzbSearchService|Searching 1 indexers for [Game of Thrones : S08]
2021-09-13 01:56:08.2|Info|RefreshSeriesService|Updating Arrow
2021-09-13 01:56:09.8|Info|RefreshEpisodeService|Starting episode info refresh for: [257655][Arrow]
2021-09-13 01:56:10.0|Info|RefreshEpisodeService|Finished episode refresh for series: [257655][Arrow].
2021-09-13 01:56:10.1|Info|DiskScanService|Scanning Arrow
2021-09-13 01:56:11.8|Info|DownloadDecisionMaker|Processing 382 releases
2021-09-13 01:56:12.4|Info|DiskScanService|Completed scanning disk for Arrow
2021-09-13 01:56:14.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:14.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:14.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:14.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:14.3|Info|RefreshSeriesService|Updating Avatar: The Last Airbender
2021-09-13 01:56:14.5|Info|RefreshEpisodeService|Starting episode info refresh for: [74852][Avatar: The Last Airbender]
2021-09-13 01:56:14.5|Info|RefreshEpisodeService|Finished episode refresh for series: [74852][Avatar: The Last Airbender].
2021-09-13 01:56:14.8|Info|DiskScanService|Scanning Avatar: The Last Airbender
2021-09-13 01:56:14.8|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender
2021-09-13 01:56:14.8|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:14.8|Info|RefreshSeriesService|Updating Batman Beyond
2021-09-13 01:56:15.1|Info|RefreshEpisodeService|Starting episode info refresh for: [75417][Batman Beyond]
2021-09-13 01:56:15.2|Info|RefreshEpisodeService|Finished episode refresh for series: [75417][Batman Beyond].
2021-09-13 01:56:15.2|Info|DiskScanService|Scanning Batman Beyond
2021-09-13 01:56:15.9|Info|DiskScanService|Completed scanning disk for Batman Beyond
2021-09-13 01:56:16.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:16.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:16.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:16.4|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:16.5|Info|RefreshSeriesService|Updating The Falcon and the Winter Soldier
2021-09-13 01:56:16.7|Info|RefreshEpisodeService|Starting episode info refresh for: [362496][The Falcon and the Winter Soldier]
2021-09-13 01:56:16.7|Info|RefreshEpisodeService|Finished episode refresh for series: [362496][The Falcon and the Winter Soldier].
2021-09-13 01:56:16.7|Info|DiskScanService|Scanning The Falcon and the Winter Soldier
2021-09-13 01:56:16.9|Info|DiskScanService|Completed scanning disk for The Falcon and the Winter Soldier
2021-09-13 01:56:17.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:17.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:17.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:17.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:17.0|Info|RefreshSeriesService|Updating Game of Thrones
2021-09-13 01:56:17.7|Info|RefreshEpisodeService|Starting episode info refresh for: [121361][Game of Thrones]
2021-09-13 01:56:17.9|Info|RefreshEpisodeService|Finished episode refresh for series: [121361][Game of Thrones].
2021-09-13 01:56:17.9|Info|DiskScanService|Scanning Game of Thrones
2021-09-13 01:56:18.3|Info|DiskScanService|Completed scanning disk for Game of Thrones
2021-09-13 01:56:18.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:18.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:18.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:18.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:18.6|Info|RefreshSeriesService|Updating Halt and Catch Fire
2021-09-13 01:56:18.8|Info|RefreshEpisodeService|Starting episode info refresh for: [271910][Halt and Catch Fire]
2021-09-13 01:56:18.9|Info|RefreshEpisodeService|Finished episode refresh for series: [271910][Halt and Catch Fire].
2021-09-13 01:56:18.9|Info|DiskScanService|Scanning Halt and Catch Fire
2021-09-13 01:56:19.3|Info|DiskScanService|Completed scanning disk for Halt and Catch Fire
2021-09-13 01:56:19.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:19.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:19.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:19.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:19.8|Info|RefreshSeriesService|Updating Knight Rider
2021-09-13 01:56:20.1|Info|RefreshEpisodeService|Starting episode info refresh for: [77216][Knight Rider]
2021-09-13 01:56:20.2|Info|RefreshEpisodeService|Finished episode refresh for series: [77216][Knight Rider].
2021-09-13 01:56:20.2|Info|DiskScanService|Scanning Knight Rider
2021-09-13 01:56:20.9|Info|DiskScanService|Completed scanning disk for Knight Rider
2021-09-13 01:56:21.0|Info|Sabnzbd|Adding report [Game.of.Thrones.S08E02.1080p.BluRay.x264-TURMOiL-AsRequested] to the queue.
2021-09-13 01:56:21.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:21.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:21.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:21.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:21.5|Info|RefreshSeriesService|Updating Knight Rider (2008)
2021-09-13 01:56:21.8|Info|RefreshEpisodeService|Starting episode info refresh for: [81318][Knight Rider (2008)]
2021-09-13 01:56:21.8|Info|RefreshEpisodeService|Finished episode refresh for series: [81318][Knight Rider (2008)].
2021-09-13 01:56:21.9|Info|DiskScanService|Scanning Knight Rider (2008)
2021-09-13 01:56:21.9|Info|DiskScanService|Completed scanning disk for Knight Rider (2008)
2021-09-13 01:56:21.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:21.9|Info|RefreshSeriesService|Updating Loki
2021-09-13 01:56:22.1|Info|RefreshEpisodeService|Starting episode info refresh for: [362472][Loki]
2021-09-13 01:56:22.1|Info|RefreshEpisodeService|Finished episode refresh for series: [362472][Loki].
2021-09-13 01:56:22.1|Info|DiskScanService|Scanning Loki
2021-09-13 01:56:22.2|Info|DiskScanService|Completed scanning disk for Loki
2021-09-13 01:56:22.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:22.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:22.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:22.3|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:22.4|Info|RefreshSeriesService|Updating The Mandalorian
2021-09-13 01:56:22.5|Info|RefreshEpisodeService|Starting episode info refresh for: [361753][The Mandalorian]
2021-09-13 01:56:22.5|Info|RefreshEpisodeService|Finished episode refresh for series: [361753][The Mandalorian].
2021-09-13 01:56:22.5|Info|DiskScanService|Scanning The Mandalorian
2021-09-13 01:56:22.7|Info|DiskScanService|Completed scanning disk for The Mandalorian
2021-09-13 01:56:23.0|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:23.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:23.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:23.0|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:23.0|Info|RefreshSeriesService|Updating Marvel's Agents of S.H.I.E.L.D.
2021-09-13 01:56:23.2|Info|RefreshEpisodeService|Starting episode info refresh for: [263365][Marvel's Agents of S.H.I.E.L.D.]
2021-09-13 01:56:23.3|Info|RefreshEpisodeService|Finished episode refresh for series: [263365][Marvel's Agents of S.H.I.E.L.D.].
2021-09-13 01:56:23.4|Info|DiskScanService|Scanning Marvel's Agents of S.H.I.E.L.D.
2021-09-13 01:56:23.6|Info|DiskScanService|Completed scanning disk for Marvel's Agents of S.H.I.E.L.D.
2021-09-13 01:56:23.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:23.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:23.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:23.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:23.9|Info|RefreshSeriesService|Updating Marvel's Daredevil
2021-09-13 01:56:24.1|Info|RefreshEpisodeService|Starting episode info refresh for: [281662][Marvel's Daredevil]
2021-09-13 01:56:24.1|Info|RefreshEpisodeService|Finished episode refresh for series: [281662][Marvel's Daredevil].
2021-09-13 01:56:24.2|Info|DiskScanService|Scanning Marvel's Daredevil
2021-09-13 01:56:24.2|Info|DiskScanService|Completed scanning disk for Marvel's Daredevil
2021-09-13 01:56:24.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:24.3|Info|RefreshSeriesService|Updating Marvel's Iron Fist
2021-09-13 01:56:24.4|Info|RefreshEpisodeService|Starting episode info refresh for: [317953][Marvel's Iron Fist]
2021-09-13 01:56:24.5|Info|RefreshEpisodeService|Finished episode refresh for series: [317953][Marvel's Iron Fist].
2021-09-13 01:56:24.6|Info|DiskScanService|Scanning Marvel's Iron Fist
2021-09-13 01:56:24.6|Info|DiskScanService|Completed scanning disk for Marvel's Iron Fist
2021-09-13 01:56:24.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:24.6|Info|RefreshSeriesService|Updating Marvel's Jessica Jones
2021-09-13 01:56:24.8|Info|RefreshEpisodeService|Starting episode info refresh for: [284190][Marvel's Jessica Jones]
2021-09-13 01:56:24.8|Info|RefreshEpisodeService|Finished episode refresh for series: [284190][Marvel's Jessica Jones].
2021-09-13 01:56:24.9|Info|DiskScanService|Scanning Marvel's Jessica Jones
2021-09-13 01:56:24.9|Info|DiskScanService|Completed scanning disk for Marvel's Jessica Jones
2021-09-13 01:56:24.9|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:24.9|Info|RefreshSeriesService|Updating Marvel's Luke Cage
2021-09-13 01:56:25.1|Info|RefreshEpisodeService|Starting episode info refresh for: [304219][Marvel's Luke Cage]
2021-09-13 01:56:25.1|Info|RefreshEpisodeService|Finished episode refresh for series: [304219][Marvel's Luke Cage].
2021-09-13 01:56:25.2|Info|DiskScanService|Scanning Marvel's Luke Cage
2021-09-13 01:56:25.2|Info|DiskScanService|Completed scanning disk for Marvel's Luke Cage
2021-09-13 01:56:25.2|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:25.2|Info|RefreshSeriesService|Updating Mr. Robot
2021-09-13 01:56:25.4|Info|RefreshEpisodeService|Starting episode info refresh for: [289590][Mr. Robot]
2021-09-13 01:56:25.5|Info|RefreshEpisodeService|Finished episode refresh for series: [289590][Mr. Robot].
2021-09-13 01:56:25.5|Info|DiskScanService|Scanning Mr. Robot
2021-09-13 01:56:26.1|Info|DiskScanService|Completed scanning disk for Mr. Robot
2021-09-13 01:56:26.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:26.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:26.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:26.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:26.9|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch
2021-09-13 01:56:27.0|Info|RefreshEpisodeService|Starting episode info refresh for: [393865][Mystery at Blind Frog Ranch]
2021-09-13 01:56:27.1|Info|RefreshEpisodeService|Finished episode refresh for series: [393865][Mystery at Blind Frog Ranch].
2021-09-13 01:56:27.1|Info|DiskScanService|Scanning Mystery at Blind Frog Ranch
2021-09-13 01:56:27.3|Info|DiskScanService|Completed scanning disk for Mystery at Blind Frog Ranch
2021-09-13 01:56:27.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:27.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:27.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:27.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:27.5|Info|RefreshSeriesService|Updating The Orville
2021-09-13 01:56:27.7|Info|RefreshEpisodeService|Starting episode info refresh for: [328487][The Orville]
2021-09-13 01:56:27.7|Info|RefreshEpisodeService|Finished episode refresh for series: [328487][The Orville].
2021-09-13 01:56:27.8|Info|DiskScanService|Scanning The Orville
2021-09-13 01:56:28.2|Info|DiskScanService|Completed scanning disk for The Orville
2021-09-13 01:56:28.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:28.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:28.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:28.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:28.5|Info|RefreshSeriesService|Updating Rick and Morty
2021-09-13 01:56:28.7|Info|RefreshEpisodeService|Starting episode info refresh for: [275274][Rick and Morty]
2021-09-13 01:56:28.9|Info|RefreshEpisodeService|Finished episode refresh for series: [275274][Rick and Morty].
2021-09-13 01:56:29.0|Info|DiskScanService|Scanning Rick and Morty
2021-09-13 01:56:29.3|Info|DiskScanService|Completed scanning disk for Rick and Morty
2021-09-13 01:56:29.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:29.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:29.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:29.7|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:29.8|Info|RefreshSeriesService|Updating Sherlock
2021-09-13 01:56:30.0|Info|RefreshEpisodeService|Starting episode info refresh for: [176941][Sherlock]
2021-09-13 01:56:30.0|Info|RefreshEpisodeService|Finished episode refresh for series: [176941][Sherlock].
2021-09-13 01:56:30.0|Info|DiskScanService|Scanning Sherlock
2021-09-13 01:56:30.5|Info|DiskScanService|Completed scanning disk for Sherlock
2021-09-13 01:56:30.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:30.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:30.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:30.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:31.0|Info|RefreshSeriesService|Updating Silicon Valley
2021-09-13 01:56:31.2|Info|RefreshEpisodeService|Starting episode info refresh for: [277165][Silicon Valley]
2021-09-13 01:56:31.2|Info|RefreshEpisodeService|Finished episode refresh for series: [277165][Silicon Valley].
2021-09-13 01:56:31.3|Info|DiskScanService|Scanning Silicon Valley
2021-09-13 01:56:31.3|Info|DiskScanService|Completed scanning disk for Silicon Valley
2021-09-13 01:56:31.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:31.3|Info|RefreshSeriesService|Updating Smallville
2021-09-13 01:56:31.5|Info|RefreshEpisodeService|Starting episode info refresh for: [72218][Smallville]
2021-09-13 01:56:31.7|Info|RefreshEpisodeService|Finished episode refresh for series: [72218][Smallville].
2021-09-13 01:56:31.8|Info|DiskScanService|Scanning Smallville
2021-09-13 01:56:32.1|Info|DiskScanService|Completed scanning disk for Smallville
2021-09-13 01:56:32.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:32.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:32.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:32.7|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:32.7|Info|RefreshSeriesService|Updating South Park
2021-09-13 01:56:33.0|Info|RefreshEpisodeService|Starting episode info refresh for: [75897][South Park]
2021-09-13 01:56:33.2|Info|RefreshEpisodeService|Finished episode refresh for series: [75897][South Park].
2021-09-13 01:56:33.3|Info|DiskScanService|Scanning South Park
2021-09-13 01:56:38.4|Info|DiskScanService|Completed scanning disk for South Park
2021-09-13 01:56:40.7|Info|DownloadService|Report sent to Sab. Game.of.Thrones.S08E02.1080p.BluRay.x264-TURMOiL-AsRequested
2021-09-13 01:56:41.7|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:41.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:41.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:41.7|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:41.9|Info|RefreshSeriesService|Updating The Stand (2020)
2021-09-13 01:56:42.7|Info|RefreshEpisodeService|Starting episode info refresh for: [359583][The Stand (2020)]
2021-09-13 01:56:42.7|Info|RefreshEpisodeService|Finished episode refresh for series: [359583][The Stand (2020)].
2021-09-13 01:56:42.7|Info|DiskScanService|Scanning The Stand (2020)
2021-09-13 01:56:42.8|Info|DiskScanService|Completed scanning disk for The Stand (2020)
2021-09-13 01:56:42.8|Info|Sabnzbd|Adding report [Game.of.Thrones.S08E03.1080p.WEB.H264-MEMENTO-Obfuscated] to the queue.
2021-09-13 01:56:42.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:42.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:42.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:42.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:43.0|Info|RefreshSeriesService|Updating Superman & Lois
2021-09-13 01:56:43.7|Info|RefreshEpisodeService|Starting episode info refresh for: [375655][Superman & Lois]
2021-09-13 01:56:43.7|Info|RefreshEpisodeService|Finished episode refresh for series: [375655][Superman & Lois].
2021-09-13 01:56:43.8|Info|DiskScanService|Scanning Superman & Lois
2021-09-13 01:56:44.2|Info|DiskScanService|Completed scanning disk for Superman & Lois
2021-09-13 01:56:44.4|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:44.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:44.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:44.4|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:44.5|Info|RefreshSeriesService|Updating Titans (2018)
2021-09-13 01:56:45.4|Info|RefreshEpisodeService|Starting episode info refresh for: [341663][Titans (2018)]
2021-09-13 01:56:45.5|Info|RefreshEpisodeService|Finished episode refresh for series: [341663][Titans (2018)].
2021-09-13 01:56:45.5|Info|DiskScanService|Scanning Titans (2018)
2021-09-13 01:56:45.9|Info|DiskScanService|Completed scanning disk for Titans (2018)
2021-09-13 01:56:46.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:46.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:46.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:46.2|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:46.3|Info|RefreshSeriesService|Updating The Umbrella Academy
2021-09-13 01:56:47.3|Info|RefreshEpisodeService|Starting episode info refresh for: [353764][The Umbrella Academy]
2021-09-13 01:56:47.3|Info|RefreshEpisodeService|Finished episode refresh for series: [353764][The Umbrella Academy].
2021-09-13 01:56:47.5|Info|DiskScanService|Scanning The Umbrella Academy
2021-09-13 01:56:47.5|Info|DiskScanService|Completed scanning disk for The Umbrella Academy
2021-09-13 01:56:47.5|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:47.5|Info|RefreshSeriesService|Updating Undercover Billionaire
2021-09-13 01:56:48.9|Info|RefreshEpisodeService|Starting episode info refresh for: [366322][Undercover Billionaire]
2021-09-13 01:56:48.9|Info|RefreshEpisodeService|Finished episode refresh for series: [366322][Undercover Billionaire].
2021-09-13 01:56:49.6|Info|DiskScanService|Scanning Undercover Billionaire
2021-09-13 01:56:51.2|Info|DiskScanService|Completed scanning disk for Undercover Billionaire
2021-09-13 01:56:51.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:51.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:51.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:51.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:51.5|Info|RefreshSeriesService|Updating The Undoing
2021-09-13 01:56:54.3|Info|RefreshEpisodeService|Starting episode info refresh for: [369307][The Undoing]
2021-09-13 01:56:54.3|Info|RefreshEpisodeService|Finished episode refresh for series: [369307][The Undoing].
2021-09-13 01:56:54.3|Info|DiskScanService|Scanning The Undoing
2021-09-13 01:56:54.6|Info|DiskScanService|Completed scanning disk for The Undoing
2021-09-13 01:56:54.8|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:54.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:54.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:54.8|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:54.8|Info|RefreshSeriesService|Updating WandaVision
2021-09-13 01:56:57.4|Info|RefreshEpisodeService|Starting episode info refresh for: [362392][WandaVision]
2021-09-13 01:56:57.4|Info|RefreshEpisodeService|Finished episode refresh for series: [362392][WandaVision].
2021-09-13 01:56:57.4|Info|DiskScanService|Scanning WandaVision
2021-09-13 01:56:57.7|Info|DiskScanService|Completed scanning disk for WandaVision
2021-09-13 01:56:57.9|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:56:57.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:56:57.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:56:57.9|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:56:57.9|Info|RefreshSeriesService|Updating Watchmen
2021-09-13 01:56:59.3|Info|DownloadService|Report sent to Sab. Game.of.Thrones.S08E03.1080p.WEB.H264-MEMENTO-Obfuscated
2021-09-13 01:56:59.3|Info|NzbSearchService|Searching 1 indexers for [The Undoing : S01]
2021-09-13 01:56:59.5|Info|RefreshEpisodeService|Starting episode info refresh for: [360733][Watchmen]
2021-09-13 01:56:59.6|Info|RefreshEpisodeService|Finished episode refresh for series: [360733][Watchmen].
2021-09-13 01:56:59.6|Info|DiskScanService|Scanning Watchmen
2021-09-13 01:56:59.6|Info|DiskScanService|Completed scanning disk for Watchmen
2021-09-13 01:56:59.6|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:56:59.7|Info|RefreshSeriesService|Updating What If…?
2021-09-13 01:57:01.2|Info|RefreshEpisodeService|Starting episode info refresh for: [367147][What If…?]
2021-09-13 01:57:01.2|Info|RefreshEpisodeService|Finished episode refresh for series: [367147][What If…?].
2021-09-13 01:57:01.3|Info|DiskScanService|Scanning What If…?
2021-09-13 01:57:01.4|Info|DiskScanService|Completed scanning disk for What If…?
2021-09-13 01:57:01.5|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:57:01.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:57:01.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:57:01.5|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:57:01.5|Info|RefreshSeriesService|Updating Yellowstone (2018)
2021-09-13 01:57:03.2|Info|RefreshEpisodeService|Starting episode info refresh for: [341164][Yellowstone (2018)]
2021-09-13 01:57:03.2|Info|RefreshEpisodeService|Finished episode refresh for series: [341164][Yellowstone (2018)].
2021-09-13 01:57:03.3|Info|DiskScanService|Scanning Yellowstone (2018)
2021-09-13 01:57:03.3|Info|DiskScanService|Completed scanning disk for Yellowstone (2018)
2021-09-13 01:57:03.3|Info|MetadataService|Series folder does not exist, skipping metadata creation
2021-09-13 01:57:03.3|Info|RefreshSeriesService|Updating Young Justice
2021-09-13 01:57:05.2|Info|RefreshEpisodeService|Starting episode info refresh for: [192061][Young Justice]
2021-09-13 01:57:05.3|Info|RefreshEpisodeService|Finished episode refresh for series: [192061][Young Justice].
2021-09-13 01:57:05.3|Info|DiskScanService|Scanning Young Justice
2021-09-13 01:57:05.5|Info|DiskScanService|Completed scanning disk for Young Justice
2021-09-13 01:57:05.6|Info|ExistingMetadataImporter|Found 0 existing metadata files
2021-09-13 01:57:05.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
2021-09-13 01:57:05.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2021-09-13 01:57:05.6|Info|ExistingExtraFileService|Found 0 extra files
2021-09-13 01:57:07.4|Info|DownloadDecisionMaker|Processing 135 releases
2021-09-13 01:57:09.2|Info|NzbSearchService|Searching 1 indexers for [Superman & Lois : S01]
2021-09-13 01:57:23.3|Info|DownloadDecisionMaker|Processing 523 releases
2021-09-13 01:57:38.5|Info|Sabnzbd|Adding report [Superman.and.Lois.S01E01.Pilot.1080p.WEB-DL.DD5.1.H264-NTb] to the queue.
2021-09-13 01:57:45.2|Info|DownloadService|Report sent to Sab. Superman.and.Lois.S01E01.Pilot.1080p.WEB-DL.DD5.1.H264-NTb
2021-09-13 01:57:57.1|Info|Sabnzbd|Adding report [Superman.And.Lois.S01E02.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb] to the queue.
2021-09-13 01:58:02.2|Info|DownloadService|Report sent to Sab. Superman.And.Lois.S01E02.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb
2021-09-13 01:58:05.4|Info|Sabnzbd|Adding report [Superman.And.Lois.S01E03.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb] to the queue.
2021-09-13 01:58:12.8|Info|DownloadService|Report sent to Sab. Superman.And.Lois.S01E03.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb
2021-09-13 01:58:12.8|Info|NzbSearchService|Searching 1 indexers for [Arrow : S03]
2021-09-13 01:58:31.1|Info|DownloadDecisionMaker|Processing 792 releases
2021-09-13 01:58:43.0|Info|Sabnzbd|Adding report [Arrow.S03.1080p.BluRay.x264-ROVERS] to the queue.
2021-09-13 02:00:24.9|Info|NzbSearchService|Searching 1 indexers for [Arrow : S04E11]
2021-09-13 02:00:27.1|Info|DownloadDecisionMaker|Processing 36 releases
2021-09-13 02:00:31.2|Info|Sabnzbd|Adding report [arrow.s04e11.1080p.bluray.x264-rovers-Obfuscated] to the queue.
2021-09-13 02:00:46.1|Info|DownloadService|Report sent to Sab. arrow.s04e11.1080p.bluray.x264-rovers-Obfuscated
2021-09-13 02:00:47.3|Info|NzbSearchService|Searching 1 indexers for [Arrow : S06E01]
2021-09-13 02:00:49.2|Info|DownloadDecisionMaker|Processing 26 releases
2021-09-13 02:00:53.1|Info|Sabnzbd|Adding report [Arrow.S06E01.1080p.BluRay.x264-YELLOWBiRD-Obfuscated] to the queue.
2021-09-13 02:01:11.2|Info|DownloadService|Report sent to Sab. Arrow.S06E01.1080p.BluRay.x264-YELLOWBiRD-Obfuscated
2021-09-13 02:01:12.2|Info|NzbSearchService|Searching 1 indexers for [Arrow : S07]
2021-09-13 02:01:27.0|Info|DownloadDecisionMaker|Processing 700 releases
2021-09-13 02:01:41.4|Info|Sabnzbd|Adding report [Arrow.S07E01.Inmate.4587.1080p.BluRay.10Bit.EAC3.H265-d3g] to the queue.
2021-09-13 02:01:49.5|Info|DownloadService|Report sent to Sab. Arrow.S07E01.Inmate.4587.1080p.BluRay.10Bit.EAC3.H265-d3g
2021-09-13 02:01:53.5|Info|Sabnzbd|Adding report [Arrow.S07E02.The.Longbow.Hunters.1080p.BluRay.10Bit.EAC3.H265-d3g] to the queue.
2021-09-13 02:02:10.2|Info|DownloadService|Report sent to Sab. Arrow.S07E02.The.Longbow.Hunters.1080p.BluRay.10Bit.EAC3.H265-d3g
2021-09-13 02:02:11.6|Info|NzbSearchService|Searching 1 indexers for [Arrow : S08]
2021-09-13 02:02:20.4|Info|DownloadDecisionMaker|Processing 293 releases
2021-09-13 02:02:30.1|Info|Sabnzbd|Adding report [Arrow.S08E04.2019.BluRay.1080p.DTS-HDMA5.1.x264-CHD-WhiteRev] to the queue.
2021-09-13 02:02:56.1|Info|DownloadService|Report sent to Sab. Arrow.S08E04.2019.BluRay.1080p.DTS-HDMA5.1.x264-CHD-WhiteRev
2021-09-13 02:02:57.2|Info|NzbSearchService|Searching 1 indexers for [Titans (2018) : S03E06]
2021-09-13 02:02:58.6|Info|DownloadDecisionMaker|Processing 11 releases
2021-09-13 02:02:58.7|Info|EpisodeSearchService|Completed search for 45 episodes. 12 reports downloaded.
Is there an existing issue for this?
Current Behavior
I moved my sonarr config to a new server and all my shows say they are there but they arent and when i refresh it wont see they aren't on the drive. And thus wont redownload my shows
Expected Behavior
Id like sonarr to see that the shows from the old config are not present on the disk and redownload them
Steps To Reproduce
Backup sonarr config Install sonarr on new server Restore backup
Environment
What branch are you running?
Main
Anything else?
2021-09-11 02:36:25.5|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:36:25.6|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Luke Cage 2021-09-11 02:36:25.6|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:36:25.6|Info|RefreshSeriesService|Skipping refresh of series: Mr. Robot 2021-09-11 02:36:25.6|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:36:25.6|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch 2021-09-11 02:37:07.2|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory
1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func
2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task
1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 --- End of stack trace from previous location where exception was thrown ---at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 --- End of inner exception stack trace --- at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebCompletionSource
1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task
1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List
1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List
1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:932021-09-11 02:37:21.6|Error|RefreshSeriesService|Couldn't refresh info for [393865][Mystery at Blind Frog Ranch]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:37:21.6|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:37:21.6|Info|RefreshSeriesService|Updating The Orville 2021-09-11 02:38:17.7|Error|RefreshSeriesService|Couldn't refresh info for [328487][The Orville]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:38:17.7|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:38:17.7|Info|RefreshSeriesService|Updating Rick and Morty 2021-09-11 02:38:37.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory
1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func
2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task
1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 --- End of stack trace from previous location where exception was thrown ---at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 --- End of inner exception stack trace --- at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebCompletionSource
1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task
1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List
1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List
1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:932021-09-11 02:39:13.8|Error|RefreshSeriesService|Couldn't refresh info for [275274][Rick and Morty]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:39:13.8|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:39:13.8|Info|RefreshSeriesService|Skipping refresh of series: Sherlock 2021-09-11 02:39:13.8|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:39:13.8|Info|RefreshSeriesService|Skipping refresh of series: Silicon Valley 2021-09-11 02:39:13.8|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:39:14.0|Info|RefreshSeriesService|Skipping refresh of series: Smallville 2021-09-11 02:39:14.0|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:39:14.0|Info|RefreshSeriesService|Updating South Park 2021-09-11 02:40:07.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory
1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func
2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task
1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 --- End of stack trace from previous location where exception was thrown ---at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 --- End of inner exception stack trace --- at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebCompletionSource
1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task
1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List
1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List
1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:932021-09-11 02:40:10.1|Error|RefreshSeriesService|Couldn't refresh info for [75897][South Park]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:40:10.1|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:40:10.1|Info|RefreshSeriesService|Skipping refresh of series: The Stand (2020) 2021-09-11 02:40:10.1|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:40:10.1|Info|RefreshSeriesService|Updating Superman & Lois 2021-09-11 02:41:06.1|Error|RefreshSeriesService|Couldn't refresh info for [375655][Superman & Lois]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:41:06.1|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:41:06.2|Info|RefreshSeriesService|Updating Titans (2018) 2021-09-11 02:42:02.2|Error|RefreshSeriesService|Couldn't refresh info for [341663][Titans (2018)]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:42:02.2|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:42:02.2|Info|RefreshSeriesService|Updating The Umbrella Academy 2021-09-11 02:42:58.3|Error|RefreshSeriesService|Couldn't refresh info for [353764][The Umbrella Academy]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:42:58.3|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:42:58.3|Info|RefreshSeriesService|Updating Undercover Billionaire 2021-09-11 02:43:54.3|Error|RefreshSeriesService|Couldn't refresh info for [366322][Undercover Billionaire]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:43:54.3|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:43:54.3|Info|RefreshSeriesService|Skipping refresh of series: The Undoing 2021-09-11 02:43:54.3|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:43:54.4|Info|RefreshSeriesService|Skipping refresh of series: WandaVision 2021-09-11 02:43:54.4|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:43:54.4|Info|RefreshSeriesService|Skipping refresh of series: Watchmen 2021-09-11 02:43:54.4|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:43:54.4|Info|RefreshSeriesService|Updating What If…? 2021-09-11 02:44:50.4|Error|RefreshSeriesService|Couldn't refresh info for [367147][What If…?]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:44:50.4|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:44:50.4|Info|RefreshSeriesService|Updating Yellowstone (2018) 2021-09-11 02:45:46.5|Error|RefreshSeriesService|Couldn't refresh info for [341164][Yellowstone (2018)]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:45:46.5|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:45:46.5|Info|RefreshSeriesService|Updating Young Justice 2021-09-11 02:46:07.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory
1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func
2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task
1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 --- End of stack trace from previous location where exception was thrown ---at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 --- End of inner exception stack trace --- at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebCompletionSource
1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task
1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List
1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List
1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:932021-09-11 02:46:42.5|Error|RefreshSeriesService|Couldn't refresh info for [192061][Young Justice]
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'skyhook.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:50 at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (System.Int32 seriesId) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:63 at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00122] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\RefreshSeriesService.cs:231
2021-09-11 02:46:42.5|Warn|DiskScanService|Series' root folder (/harmonyfs/TV Shows/) doesn't exist. 2021-09-11 02:49:37.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 02:50:33.4|Warn|Newznab|NZBgeek DNS Name Resolution Failure: 'api.nzbgeek.info' 2021-09-11 02:50:33.4|Info|DownloadDecisionMaker|No results found 2021-09-11 02:50:33.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0 2021-09-11 02:52:07.4|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory
1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func
2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task
1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 --- End of stack trace from previous location where exception was thrown ---at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 --- End of inner exception stack trace --- at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebCompletionSource
1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task
1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List
1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List
1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:932021-09-11 03:02:37.5|Info|HousekeepingService|Running housecleaning tasks 2021-09-11 03:02:38.2|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2021-09-11 03:02:38.2|Info|ImportListSyncService|Starting Import List Sync 2021-09-11 03:02:38.2|Info|ImportListSyncService|Processing 0 list items 2021-09-11 03:02:38.2|Info|ImportListSyncService|Import List Sync Completed. Items found: 0, Series added: 0 2021-09-11 03:02:38.4|Info|Database|Vacuuming Log database 2021-09-11 03:02:39.7|Info|Database|Log database compressed 2021-09-11 03:02:39.7|Info|Database|Vacuuming Main database 2021-09-11 03:02:41.0|Info|Database|Main database compressed 2021-09-11 03:04:04.3|Error|CommandExecutor|Error occurred while executing task ApplicationUpdateCheck
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'services.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:281 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:286 at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate (System.String branch, System.Version currentVersion) [0x00099] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\UpdatePackageProvider.cs:46 at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\UpdateCheckService.cs:26 at NzbDrone.Core.Update.InstallUpdateService.GetUpdatePackage (NzbDrone.Core.Messaging.Commands.CommandTrigger updateTrigger) [0x00015] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\InstallUpdateService.cs:223 at NzbDrone.Core.Update.InstallUpdateService.Execute (NzbDrone.Core.Update.Commands.ApplicationUpdateCheckCommand message) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Update\InstallUpdateService.cs:255 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000e0] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:96 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x0011e] in <798dd06330af4ca3886d7d2be5573af7>:0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x00027] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:41
2021-09-11 03:05:38.3|Info|RssSyncService|Starting RSS Sync 2021-09-11 03:06:34.4|Warn|Newznab|NZBgeek DNS Name Resolution Failure: 'api.nzbgeek.info' 2021-09-11 03:06:34.4|Info|DownloadDecisionMaker|No results found 2021-09-11 03:06:34.4|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0 2021-09-11 03:08:08.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory
1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func
2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task
1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 --- End of stack trace from previous location where exception was thrown ---at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 --- End of inner exception stack trace --- at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebCompletionSource
1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task
1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List
1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List
1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:932021-09-11 03:08:34.7|Error|CommandExecutor|Error occurred while executing task CheckHealth
[v3.0.6.1265] System.Net.WebException: DNS Name Resolution Failure: 'services.sonarr.tv' at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:95 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check () [0x0001b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\Checks\SystemTimeCheck.cs:28 at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.b__11_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:77
at System.Linq.Enumerable+SelectArrayIterator
2[TSource,TResult].ToList () [0x00014] in <798dd06330af4ca3886d7d2be5573af7>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) [0x0001f] in <798dd06330af4ca3886d7d2be5573af7>:0 at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:77 at NzbDrone.Core.HealthCheck.HealthCheckService.Execute (NzbDrone.Core.HealthCheck.CheckHealthCommand message) [0x00016] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:109 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000e0] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:96 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x0011e] in <798dd06330af4ca3886d7d2be5573af7>:0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x00027] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:412021-09-11 03:21:38.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 03:22:34.5|Warn|Newznab|NZBgeek DNS Name Resolution Failure: 'api.nzbgeek.info' 2021-09-11 03:22:34.5|Info|DownloadDecisionMaker|No results found 2021-09-11 03:22:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0 2021-09-11 03:37:38.5|Info|RssSyncService|Starting RSS Sync 2021-09-11 03:38:08.5|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sab
[v3.0.6.1265] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable): 'http://10.0.0.40:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Network is unreachable) ---> System.Net.Sockets.SocketException: Network is unreachable at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.Sockets.SocketTaskExtensions+<>c.b__2_1 (System.IAsyncResult asyncResult) [0x00006] in <91935ad653254a93b9d73a9f8f2f7a2d>:0
at System.Threading.Tasks.TaskFactory
1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func
2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task
1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 --- End of stack trace from previous location where exception was thrown ---at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0019b] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 --- End of inner exception stack trace --- at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x00217] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebOperation.Run () [0x0009a] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.WebCompletionSource
1[T].WaitForCompletion () [0x00094] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task
1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <91935ad653254a93b9d73a9f8f2f7a2d>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001bb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:197 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:113 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:55 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:185 at System.Collections.Generic.List
1[T].AddEnumerable (System.Collections.Generic.IEnumerable1[T] enumerable) [0x00059] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Collections.Generic.List
1[T]..ctor (System.Collections.Generic.IEnumerable1[T] collection) [0x00062] in <254335e8c4aa42e3923a8ba0d5ce8650>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) [0x00018] in <798dd06330af4ca3886d7d2be5573af7>:0 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:932021-09-11 03:38:34.5|Warn|Newznab|NZBgeek DNS Name Resolution Failure: 'api.nzbgeek.info' 2021-09-11 03:38:34.5|Info|DownloadDecisionMaker|No results found 2021-09-11 03:38:34.5|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0 2021-09-11 03:54:11.4|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265 2021-09-11 03:54:16.9|Info|AppFolderInfo|Data directory is being overridden to [/config] 2021-09-11 03:54:17.0|Info|Router|Application mode: Interactive 2021-09-11 03:54:17.9|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-11 03:54:19.8|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-11 03:54:21.0|Info|OwinHostController|Listening on the following URLs: 2021-09-11 03:54:21.0|Info|OwinHostController| http://*:8989/ 2021-09-11 03:54:27.2|Info|SonarrBootstrapper|Starting Web Server 2021-09-11 03:54:58.8|Info|RssSyncService|Starting RSS Sync 2021-09-11 03:55:06.8|Info|DownloadDecisionMaker|Processing 300 releases 2021-09-11 03:55:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 300, Reports grabbed: 0 2021-09-11 04:10:29.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 04:10:30.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 04:10:30.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 04:25:59.2|Info|RssSyncService|Starting RSS Sync 2021-09-11 04:26:00.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 04:26:00.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 04:41:29.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 04:41:30.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 04:41:30.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 04:56:59.7|Info|RssSyncService|Starting RSS Sync 2021-09-11 04:57:01.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 04:57:01.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 05:12:29.8|Info|RssSyncService|Starting RSS Sync 2021-09-11 05:12:31.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 05:12:32.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 05:28:00.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 05:28:01.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 05:28:01.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 05:35:30.1|Info|SceneMappingService|Updating Scene mappings 2021-09-11 05:43:30.1|Info|RssSyncService|Starting RSS Sync 2021-09-11 05:43:31.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 05:43:31.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 05:59:00.2|Info|RssSyncService|Starting RSS Sync 2021-09-11 05:59:01.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 05:59:01.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 06:14:30.3|Info|RssSyncService|Starting RSS Sync 2021-09-11 06:14:34.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 06:14:34.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 06:30:00.5|Info|RssSyncService|Starting RSS Sync 2021-09-11 06:30:01.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 06:30:01.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 06:45:30.6|Info|RssSyncService|Starting RSS Sync 2021-09-11 06:45:34.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 06:45:34.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 07:01:00.9|Info|RssSyncService|Starting RSS Sync 2021-09-11 07:01:02.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 07:01:02.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 07:16:30.9|Info|RssSyncService|Starting RSS Sync 2021-09-11 07:16:32.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 07:16:32.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 07:32:01.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 07:32:01.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 07:32:01.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 07:47:31.1|Info|RssSyncService|Starting RSS Sync 2021-09-11 07:47:35.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 07:47:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 08:03:01.3|Info|RssSyncService|Starting RSS Sync 2021-09-11 08:03:02.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 08:03:02.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 08:18:31.5|Info|RssSyncService|Starting RSS Sync 2021-09-11 08:18:32.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 08:18:32.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 08:34:01.7|Info|RssSyncService|Starting RSS Sync 2021-09-11 08:34:03.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 08:34:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 08:36:01.6|Info|SceneMappingService|Updating Scene mappings 2021-09-11 08:49:31.8|Info|RssSyncService|Starting RSS Sync 2021-09-11 08:49:33.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 08:49:34.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 09:05:01.9|Info|RssSyncService|Starting RSS Sync 2021-09-11 09:05:02.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 09:05:03.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 09:20:32.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 09:20:35.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 09:20:35.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 09:36:02.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 09:36:03.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 09:36:03.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 09:51:32.6|Info|RssSyncService|Starting RSS Sync 2021-09-11 09:51:33.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 09:51:33.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 10:07:02.8|Info|RssSyncService|Starting RSS Sync 2021-09-11 10:07:04.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 10:07:04.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 10:22:33.2|Info|RssSyncService|Starting RSS Sync 2021-09-11 10:22:33.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 10:22:34.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 10:38:03.2|Info|RssSyncService|Starting RSS Sync 2021-09-11 10:38:03.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 10:38:04.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 10:53:33.3|Info|RssSyncService|Starting RSS Sync 2021-09-11 10:53:34.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 10:53:35.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 11:09:03.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 11:09:04.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 11:09:04.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 11:24:33.5|Info|RssSyncService|Starting RSS Sync 2021-09-11 11:24:35.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 11:24:35.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 11:36:33.5|Info|SceneMappingService|Updating Scene mappings 2021-09-11 11:40:03.6|Info|RssSyncService|Starting RSS Sync 2021-09-11 11:40:04.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 11:40:05.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 11:55:33.8|Info|RssSyncService|Starting RSS Sync 2021-09-11 11:55:34.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 11:55:34.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 12:11:04.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 12:11:04.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 12:11:05.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 12:26:34.1|Info|RssSyncService|Starting RSS Sync 2021-09-11 12:26:35.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 12:26:35.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 12:42:04.3|Info|RssSyncService|Starting RSS Sync 2021-09-11 12:42:05.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 12:42:05.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 12:57:34.5|Info|RssSyncService|Starting RSS Sync 2021-09-11 12:57:36.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 12:57:37.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 13:13:04.6|Info|RssSyncService|Starting RSS Sync 2021-09-11 13:13:05.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 13:13:06.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 13:28:34.7|Info|RssSyncService|Starting RSS Sync 2021-09-11 13:28:35.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 13:28:36.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 13:44:04.8|Info|RssSyncService|Starting RSS Sync 2021-09-11 13:44:05.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 13:44:06.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 13:59:34.9|Info|RssSyncService|Starting RSS Sync 2021-09-11 13:59:36.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 13:59:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 14:15:05.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 14:15:06.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 14:15:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 14:30:35.3|Info|RssSyncService|Starting RSS Sync 2021-09-11 14:30:36.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 14:30:36.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 14:37:05.3|Info|SceneMappingService|Updating Scene mappings 2021-09-11 14:46:05.5|Info|RssSyncService|Starting RSS Sync 2021-09-11 14:46:06.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 14:46:06.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 14:47:05.7|Info|RefreshSeriesService|Skipping refresh of series: Arrow 2021-09-11 14:47:05.7|Info|DiskScanService|Scanning Arrow 2021-09-11 14:47:06.6|Info|DiskScanService|Completed scanning disk for Arrow 2021-09-11 14:47:07.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:07.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:07.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:07.3|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:07.3|Info|RefreshSeriesService|Skipping refresh of series: Avatar: The Last Airbender 2021-09-11 14:47:07.4|Info|DiskScanService|Scanning Avatar: The Last Airbender 2021-09-11 14:47:07.4|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender 2021-09-11 14:47:07.4|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:07.4|Info|RefreshSeriesService|Skipping refresh of series: Batman Beyond 2021-09-11 14:47:07.4|Info|DiskScanService|Scanning Batman Beyond 2021-09-11 14:47:07.6|Info|DiskScanService|Completed scanning disk for Batman Beyond 2021-09-11 14:47:07.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:07.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:07.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:07.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:07.8|Info|RefreshSeriesService|Updating The Falcon and the Winter Soldier 2021-09-11 14:47:08.4|Info|RefreshEpisodeService|Starting episode info refresh for: [362496][The Falcon and the Winter Soldier] 2021-09-11 14:47:08.5|Info|RefreshEpisodeService|Finished episode refresh for series: [362496][The Falcon and the Winter Soldier]. 2021-09-11 14:47:08.9|Info|DiskScanService|Scanning The Falcon and the Winter Soldier 2021-09-11 14:47:09.0|Info|DiskScanService|Completed scanning disk for The Falcon and the Winter Soldier 2021-09-11 14:47:09.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:09.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:09.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:09.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:09.1|Info|RefreshSeriesService|Skipping refresh of series: Game of Thrones 2021-09-11 14:47:09.1|Info|DiskScanService|Scanning Game of Thrones 2021-09-11 14:47:09.3|Info|DiskScanService|Completed scanning disk for Game of Thrones 2021-09-11 14:47:09.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:09.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:09.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:09.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:09.6|Info|RefreshSeriesService|Skipping refresh of series: Halt and Catch Fire 2021-09-11 14:47:09.6|Info|DiskScanService|Scanning Halt and Catch Fire 2021-09-11 14:47:09.9|Info|DiskScanService|Completed scanning disk for Halt and Catch Fire 2021-09-11 14:47:10.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:10.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:10.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:10.1|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:10.2|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider 2021-09-11 14:47:10.2|Info|DiskScanService|Scanning Knight Rider 2021-09-11 14:47:10.8|Info|DiskScanService|Completed scanning disk for Knight Rider 2021-09-11 14:47:11.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:11.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:11.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:11.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:11.3|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider (2008) 2021-09-11 14:47:11.3|Info|DiskScanService|Scanning Knight Rider (2008) 2021-09-11 14:47:11.3|Info|DiskScanService|Completed scanning disk for Knight Rider (2008) 2021-09-11 14:47:11.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:11.3|Info|RefreshSeriesService|Updating Loki 2021-09-11 14:47:11.5|Info|RefreshEpisodeService|Starting episode info refresh for: [362472][Loki] 2021-09-11 14:47:11.5|Info|RefreshEpisodeService|Finished episode refresh for series: [362472][Loki]. 2021-09-11 14:47:11.5|Info|DiskScanService|Scanning Loki 2021-09-11 14:47:11.6|Info|DiskScanService|Completed scanning disk for Loki 2021-09-11 14:47:11.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:11.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:11.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:11.7|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:11.7|Info|RefreshSeriesService|Updating The Mandalorian 2021-09-11 14:47:11.9|Info|RefreshEpisodeService|Starting episode info refresh for: [361753][The Mandalorian] 2021-09-11 14:47:11.9|Info|RefreshEpisodeService|Finished episode refresh for series: [361753][The Mandalorian]. 2021-09-11 14:47:11.9|Info|DiskScanService|Scanning The Mandalorian 2021-09-11 14:47:12.0|Info|DiskScanService|Completed scanning disk for The Mandalorian 2021-09-11 14:47:12.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:12.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:12.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:12.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:12.1|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Agents of S.H.I.E.L.D. 2021-09-11 14:47:12.1|Info|DiskScanService|Scanning Marvel's Agents of S.H.I.E.L.D. 2021-09-11 14:47:12.2|Info|DiskScanService|Completed scanning disk for Marvel's Agents of S.H.I.E.L.D. 2021-09-11 14:47:12.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:12.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:12.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:12.3|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:12.3|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Daredevil 2021-09-11 14:47:12.3|Info|DiskScanService|Scanning Marvel's Daredevil 2021-09-11 14:47:12.3|Info|DiskScanService|Completed scanning disk for Marvel's Daredevil 2021-09-11 14:47:12.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:12.3|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Iron Fist 2021-09-11 14:47:12.4|Info|DiskScanService|Scanning Marvel's Iron Fist 2021-09-11 14:47:12.4|Info|DiskScanService|Completed scanning disk for Marvel's Iron Fist 2021-09-11 14:47:12.4|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:12.4|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Jessica Jones 2021-09-11 14:47:12.5|Info|DiskScanService|Scanning Marvel's Jessica Jones 2021-09-11 14:47:12.5|Info|DiskScanService|Completed scanning disk for Marvel's Jessica Jones 2021-09-11 14:47:12.5|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:12.5|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Luke Cage 2021-09-11 14:47:12.5|Info|DiskScanService|Scanning Marvel's Luke Cage 2021-09-11 14:47:12.5|Info|DiskScanService|Completed scanning disk for Marvel's Luke Cage 2021-09-11 14:47:12.5|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:12.6|Info|RefreshSeriesService|Skipping refresh of series: Mr. Robot 2021-09-11 14:47:12.6|Info|DiskScanService|Scanning Mr. Robot 2021-09-11 14:47:12.8|Info|DiskScanService|Completed scanning disk for Mr. Robot 2021-09-11 14:47:13.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:13.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:13.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:13.1|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:13.1|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch 2021-09-11 14:47:13.4|Info|RefreshEpisodeService|Starting episode info refresh for: [393865][Mystery at Blind Frog Ranch] 2021-09-11 14:47:13.4|Info|RefreshEpisodeService|Finished episode refresh for series: [393865][Mystery at Blind Frog Ranch]. 2021-09-11 14:47:13.4|Info|DiskScanService|Scanning Mystery at Blind Frog Ranch 2021-09-11 14:47:13.5|Info|DiskScanService|Completed scanning disk for Mystery at Blind Frog Ranch 2021-09-11 14:47:13.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:13.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:13.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:13.6|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:13.6|Info|RefreshSeriesService|Updating The Orville 2021-09-11 14:47:13.8|Info|RefreshEpisodeService|Starting episode info refresh for: [328487][The Orville] 2021-09-11 14:47:13.8|Info|RefreshEpisodeService|Finished episode refresh for series: [328487][The Orville]. 2021-09-11 14:47:13.8|Info|DiskScanService|Scanning The Orville 2021-09-11 14:47:14.0|Info|DiskScanService|Completed scanning disk for The Orville 2021-09-11 14:47:14.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:14.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:14.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:14.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:14.2|Info|RefreshSeriesService|Updating Rick and Morty 2021-09-11 14:47:14.4|Info|RefreshEpisodeService|Starting episode info refresh for: [275274][Rick and Morty] 2021-09-11 14:47:14.5|Info|RefreshEpisodeService|Finished episode refresh for series: [275274][Rick and Morty]. 2021-09-11 14:47:14.5|Info|DiskScanService|Scanning Rick and Morty 2021-09-11 14:47:14.7|Info|DiskScanService|Completed scanning disk for Rick and Morty 2021-09-11 14:47:14.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:14.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:14.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:14.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:14.8|Info|RefreshSeriesService|Skipping refresh of series: Sherlock 2021-09-11 14:47:14.8|Info|DiskScanService|Scanning Sherlock 2021-09-11 14:47:15.0|Info|DiskScanService|Completed scanning disk for Sherlock 2021-09-11 14:47:15.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:15.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:15.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:15.1|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:15.1|Info|RefreshSeriesService|Skipping refresh of series: Silicon Valley 2021-09-11 14:47:15.1|Info|DiskScanService|Scanning Silicon Valley 2021-09-11 14:47:15.1|Info|DiskScanService|Completed scanning disk for Silicon Valley 2021-09-11 14:47:15.2|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:15.2|Info|RefreshSeriesService|Skipping refresh of series: Smallville 2021-09-11 14:47:15.2|Info|DiskScanService|Scanning Smallville 2021-09-11 14:47:15.3|Info|DiskScanService|Completed scanning disk for Smallville 2021-09-11 14:47:15.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:15.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:15.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:15.3|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:15.4|Info|RefreshSeriesService|Updating South Park 2021-09-11 14:47:15.6|Info|RefreshEpisodeService|Starting episode info refresh for: [75897][South Park] 2021-09-11 14:47:15.8|Info|RefreshEpisodeService|Finished episode refresh for series: [75897][South Park]. 2021-09-11 14:47:15.8|Info|DiskScanService|Scanning South Park 2021-09-11 14:47:18.0|Info|DiskScanService|Completed scanning disk for South Park 2021-09-11 14:47:19.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:19.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:19.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:19.6|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:19.7|Info|RefreshSeriesService|Skipping refresh of series: The Stand (2020) 2021-09-11 14:47:19.7|Info|DiskScanService|Scanning The Stand (2020) 2021-09-11 14:47:19.8|Info|DiskScanService|Completed scanning disk for The Stand (2020) 2021-09-11 14:47:19.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:19.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:19.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:19.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:19.9|Info|RefreshSeriesService|Updating Superman & Lois 2021-09-11 14:47:20.0|Info|RefreshEpisodeService|Starting episode info refresh for: [375655][Superman & Lois] 2021-09-11 14:47:20.0|Info|RefreshEpisodeService|Finished episode refresh for series: [375655][Superman & Lois]. 2021-09-11 14:47:20.0|Info|DiskScanService|Scanning Superman & Lois 2021-09-11 14:47:20.2|Info|DiskScanService|Completed scanning disk for Superman & Lois 2021-09-11 14:47:20.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:20.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:20.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:20.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:20.3|Info|RefreshSeriesService|Updating Titans (2018) 2021-09-11 14:47:20.4|Info|RefreshEpisodeService|Starting episode info refresh for: [341663][Titans (2018)] 2021-09-11 14:47:20.4|Info|RefreshEpisodeService|Finished episode refresh for series: [341663][Titans (2018)]. 2021-09-11 14:47:20.5|Info|DiskScanService|Scanning Titans (2018) 2021-09-11 14:47:20.6|Info|DiskScanService|Completed scanning disk for Titans (2018) 2021-09-11 14:47:20.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:20.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:20.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:20.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:20.9|Info|RefreshSeriesService|Updating The Umbrella Academy 2021-09-11 14:47:21.1|Info|RefreshEpisodeService|Starting episode info refresh for: [353764][The Umbrella Academy] 2021-09-11 14:47:21.1|Info|RefreshEpisodeService|Finished episode refresh for series: [353764][The Umbrella Academy]. 2021-09-11 14:47:21.2|Info|DiskScanService|Scanning The Umbrella Academy 2021-09-11 14:47:21.2|Info|DiskScanService|Completed scanning disk for The Umbrella Academy 2021-09-11 14:47:21.2|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:21.2|Info|RefreshSeriesService|Updating Undercover Billionaire 2021-09-11 14:47:21.5|Info|RefreshEpisodeService|Starting episode info refresh for: [366322][Undercover Billionaire] 2021-09-11 14:47:21.5|Info|RefreshEpisodeService|Finished episode refresh for series: [366322][Undercover Billionaire]. 2021-09-11 14:47:21.5|Info|DiskScanService|Scanning Undercover Billionaire 2021-09-11 14:47:21.7|Info|DiskScanService|Completed scanning disk for Undercover Billionaire 2021-09-11 14:47:21.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:21.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:21.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:21.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:21.9|Info|RefreshSeriesService|Skipping refresh of series: The Undoing 2021-09-11 14:47:21.9|Info|DiskScanService|Scanning The Undoing 2021-09-11 14:47:21.9|Info|DiskScanService|Completed scanning disk for The Undoing 2021-09-11 14:47:22.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:22.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:22.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:22.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:22.0|Info|RefreshSeriesService|Skipping refresh of series: WandaVision 2021-09-11 14:47:22.0|Info|DiskScanService|Scanning WandaVision 2021-09-11 14:47:22.1|Info|DiskScanService|Completed scanning disk for WandaVision 2021-09-11 14:47:22.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:22.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:22.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:22.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:22.2|Info|RefreshSeriesService|Skipping refresh of series: Watchmen 2021-09-11 14:47:22.3|Info|DiskScanService|Scanning Watchmen 2021-09-11 14:47:22.3|Info|DiskScanService|Completed scanning disk for Watchmen 2021-09-11 14:47:22.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:22.3|Info|RefreshSeriesService|Updating What If…? 2021-09-11 14:47:22.4|Info|RefreshEpisodeService|Starting episode info refresh for: [367147][What If…?] 2021-09-11 14:47:22.4|Info|RefreshEpisodeService|Finished episode refresh for series: [367147][What If…?]. 2021-09-11 14:47:22.4|Info|DiskScanService|Scanning What If…? 2021-09-11 14:47:22.6|Info|DiskScanService|Completed scanning disk for What If…? 2021-09-11 14:47:22.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:22.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:22.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:22.7|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 14:47:22.7|Info|RefreshSeriesService|Updating Yellowstone (2018) 2021-09-11 14:47:22.9|Info|RefreshEpisodeService|Starting episode info refresh for: [341164][Yellowstone (2018)] 2021-09-11 14:47:22.9|Info|RefreshEpisodeService|Finished episode refresh for series: [341164][Yellowstone (2018)]. 2021-09-11 14:47:22.9|Info|DiskScanService|Scanning Yellowstone (2018) 2021-09-11 14:47:22.9|Info|DiskScanService|Completed scanning disk for Yellowstone (2018) 2021-09-11 14:47:22.9|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-11 14:47:22.9|Info|RefreshSeriesService|Updating Young Justice 2021-09-11 14:47:23.1|Info|RefreshEpisodeService|Starting episode info refresh for: [192061][Young Justice] 2021-09-11 14:47:23.2|Info|RefreshEpisodeService|Finished episode refresh for series: [192061][Young Justice]. 2021-09-11 14:47:23.2|Info|DiskScanService|Scanning Young Justice 2021-09-11 14:47:23.3|Info|DiskScanService|Completed scanning disk for Young Justice 2021-09-11 14:47:23.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-11 14:47:23.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-11 14:47:23.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-11 14:47:23.3|Info|ExistingExtraFileService|Found 0 extra files 2021-09-11 15:01:35.7|Info|RssSyncService|Starting RSS Sync 2021-09-11 15:01:36.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 15:01:36.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 15:17:05.9|Info|RssSyncService|Starting RSS Sync 2021-09-11 15:17:06.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 15:17:07.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 15:32:36.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 15:32:36.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 15:32:36.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 15:48:06.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 15:48:07.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 15:48:07.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 16:03:36.5|Info|RssSyncService|Starting RSS Sync 2021-09-11 16:03:38.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 16:03:38.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 16:19:06.7|Info|RssSyncService|Starting RSS Sync 2021-09-11 16:19:07.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 16:19:07.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 16:34:37.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 16:34:38.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 16:34:38.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 16:50:07.1|Info|RssSyncService|Starting RSS Sync 2021-09-11 16:50:07.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 16:50:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 17:05:37.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 17:05:38.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 17:05:38.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 17:21:07.6|Info|RssSyncService|Starting RSS Sync 2021-09-11 17:21:08.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 17:21:08.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 17:36:37.7|Info|RssSyncService|Starting RSS Sync 2021-09-11 17:36:40.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 17:36:41.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 17:37:07.8|Info|SceneMappingService|Updating Scene mappings 2021-09-11 17:52:07.8|Info|RssSyncService|Starting RSS Sync 2021-09-11 17:52:09.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 17:52:09.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 18:07:38.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 18:07:39.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 18:07:39.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 18:23:08.2|Info|RssSyncService|Starting RSS Sync 2021-09-11 18:23:09.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 18:23:10.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 18:38:38.3|Info|RssSyncService|Starting RSS Sync 2021-09-11 18:38:39.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 18:38:39.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 18:54:08.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 18:54:09.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 18:54:09.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 19:09:38.7|Info|RssSyncService|Starting RSS Sync 2021-09-11 19:09:39.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 19:09:39.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 19:25:08.9|Info|RssSyncService|Starting RSS Sync 2021-09-11 19:25:10.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 19:25:10.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 19:40:39.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 19:40:43.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 19:40:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 19:56:09.1|Info|RssSyncService|Starting RSS Sync 2021-09-11 19:56:10.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 19:56:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 20:11:39.2|Info|RssSyncService|Starting RSS Sync 2021-09-11 20:11:40.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 20:11:40.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 20:27:09.3|Info|RssSyncService|Starting RSS Sync 2021-09-11 20:27:10.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 20:27:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 20:37:39.4|Info|SceneMappingService|Updating Scene mappings 2021-09-11 20:42:39.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 20:42:40.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 20:42:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 20:58:09.5|Info|RssSyncService|Starting RSS Sync 2021-09-11 20:58:11.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 20:58:11.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 21:13:39.8|Info|RssSyncService|Starting RSS Sync 2021-09-11 21:13:40.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 21:13:40.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 21:29:09.8|Info|RssSyncService|Starting RSS Sync 2021-09-11 21:29:11.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 21:29:11.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 21:44:40.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 21:44:42.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 21:44:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 22:00:10.0|Info|RssSyncService|Starting RSS Sync 2021-09-11 22:00:11.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 22:00:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 22:15:40.1|Info|RssSyncService|Starting RSS Sync 2021-09-11 22:15:40.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 22:15:41.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 22:31:10.2|Info|RssSyncService|Starting RSS Sync 2021-09-11 22:31:11.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 22:31:11.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 22:46:40.5|Info|RssSyncService|Starting RSS Sync 2021-09-11 22:46:41.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 22:46:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 23:02:10.4|Info|RssSyncService|Starting RSS Sync 2021-09-11 23:02:19.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 23:02:19.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 23:17:40.6|Info|RssSyncService|Starting RSS Sync 2021-09-11 23:17:41.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 23:17:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 23:33:10.7|Info|RssSyncService|Starting RSS Sync 2021-09-11 23:33:12.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 23:33:12.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-11 23:38:10.7|Info|SceneMappingService|Updating Scene mappings 2021-09-11 23:48:40.9|Info|RssSyncService|Starting RSS Sync 2021-09-11 23:48:41.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-11 23:48:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 00:04:11.1|Info|RssSyncService|Starting RSS Sync 2021-09-12 00:04:11.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 00:04:12.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 00:19:41.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 00:19:42.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 00:19:42.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 00:35:11.4|Info|RssSyncService|Starting RSS Sync 2021-09-12 00:35:12.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 00:35:12.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 00:50:41.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 00:50:42.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 00:50:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 01:06:11.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 01:06:13.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 01:06:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 01:21:41.7|Info|RssSyncService|Starting RSS Sync 2021-09-12 01:21:43.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 01:21:43.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 01:37:11.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 01:37:14.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 01:37:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 01:52:41.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 01:52:43.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 01:52:43.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 02:08:12.2|Info|RssSyncService|Starting RSS Sync 2021-09-12 02:08:14.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 02:08:14.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 02:23:42.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 02:23:43.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 02:23:43.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 02:38:42.5|Info|SceneMappingService|Updating Scene mappings 2021-09-12 02:39:12.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 02:39:14.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 02:39:14.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 02:47:42.6|Info|RefreshSeriesService|Skipping refresh of series: Arrow 2021-09-12 02:47:45.0|Info|DiskScanService|Scanning Arrow 2021-09-12 02:54:15.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 02:54:17.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 02:54:29.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 03:02:45.7|Info|HousekeepingService|Running housecleaning tasks 2021-09-12 03:02:45.8|Info|RecycleBinProvider|Recycle Bin has not been configured, cannot cleanup. 2021-09-12 03:02:47.6|Info|ImportListSyncService|Starting Import List Sync 2021-09-12 03:02:47.6|Info|ImportListSyncService|Processing 0 list items 2021-09-12 03:02:47.6|Info|ImportListSyncService|Import List Sync Completed. Items found: 0, Series added: 0 2021-09-12 03:02:47.6|Info|Database|Vacuuming Log database 2021-09-12 03:02:47.8|Info|Database|Log database compressed 2021-09-12 03:02:52.0|Info|Database|Vacuuming Main database 2021-09-12 03:02:52.2|Info|Database|Main database compressed 2021-09-12 03:09:45.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 03:09:48.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 03:09:55.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 03:21:16.3|Info|DiskScanService|Completed scanning disk for Arrow 2021-09-12 03:25:17.0|Info|RssSyncService|Starting RSS Sync 2021-09-12 03:25:22.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 03:25:32.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 03:40:53.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 03:41:07.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 03:41:22.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 03:53:06.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 03:53:06.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 03:53:06.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 03:53:06.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 03:53:11.3|Info|RefreshSeriesService|Skipping refresh of series: Avatar: The Last Airbender 2021-09-12 03:53:19.3|Info|DiskScanService|Scanning Avatar: The Last Airbender 2021-09-12 03:53:19.4|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender 2021-09-12 03:53:21.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 03:53:21.3|Info|RefreshSeriesService|Skipping refresh of series: Batman Beyond 2021-09-12 03:53:28.5|Info|DiskScanService|Scanning Batman Beyond 2021-09-12 03:56:31.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 03:56:36.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 03:56:48.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 03:57:57.5|Info|DiskScanService|Completed scanning disk for Batman Beyond 2021-09-12 04:01:15.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 04:01:15.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 04:01:15.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 04:01:15.7|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 04:01:15.8|Info|RefreshSeriesService|Updating The Falcon and the Winter Soldier 2021-09-12 04:01:16.4|Info|RefreshEpisodeService|Starting episode info refresh for: [362496][The Falcon and the Winter Soldier] 2021-09-12 04:01:16.5|Info|RefreshEpisodeService|Finished episode refresh for series: [362496][The Falcon and the Winter Soldier]. 2021-09-12 04:01:20.7|Info|DiskScanService|Scanning The Falcon and the Winter Soldier 2021-09-12 04:04:54.3|Info|DiskScanService|Completed scanning disk for The Falcon and the Winter Soldier 2021-09-12 04:10:53.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 04:10:53.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 04:10:53.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 04:10:53.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 04:11:07.2|Info|RefreshSeriesService|Skipping refresh of series: Game of Thrones 2021-09-12 04:11:20.4|Info|DiskScanService|Scanning Game of Thrones 2021-09-12 04:12:04.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 04:12:06.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 04:12:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 04:19:43.7|Info|DiskScanService|Completed scanning disk for Game of Thrones 2021-09-12 04:22:48.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 04:22:48.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 04:22:48.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 04:22:48.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 04:22:48.0|Info|RefreshSeriesService|Skipping refresh of series: Halt and Catch Fire 2021-09-12 04:22:48.0|Info|DiskScanService|Scanning Halt and Catch Fire 2021-09-12 04:22:48.8|Info|DiskScanService|Completed scanning disk for Halt and Catch Fire 2021-09-12 04:25:12.4|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 04:25:12.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 04:25:12.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 04:25:12.4|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 04:25:27.0|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider 2021-09-12 04:25:31.7|Info|DiskScanService|Scanning Knight Rider 2021-09-12 04:27:34.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 04:27:38.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 04:27:52.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 04:38:03.6|Info|DiskScanService|Completed scanning disk for Knight Rider 2021-09-12 04:43:05.0|Info|RssSyncService|Starting RSS Sync 2021-09-12 04:43:19.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 04:43:45.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 04:58:00.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 04:58:00.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 04:58:00.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 04:58:00.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 04:58:00.2|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider (2008) 2021-09-12 04:58:00.7|Info|DiskScanService|Scanning Knight Rider (2008) 2021-09-12 04:58:00.7|Info|DiskScanService|Completed scanning disk for Knight Rider (2008) 2021-09-12 04:58:00.8|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 04:58:00.8|Info|RefreshSeriesService|Updating Loki 2021-09-12 04:58:01.0|Info|RefreshEpisodeService|Starting episode info refresh for: [362472][Loki] 2021-09-12 04:58:01.0|Info|RefreshEpisodeService|Finished episode refresh for series: [362472][Loki]. 2021-09-12 04:58:06.3|Info|DiskScanService|Scanning Loki 2021-09-12 04:59:09.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 04:59:11.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 04:59:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 05:01:37.8|Info|DiskScanService|Completed scanning disk for Loki 2021-09-12 05:05:39.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:05:39.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:05:39.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:05:39.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:05:53.8|Info|RefreshSeriesService|Updating The Mandalorian 2021-09-12 05:05:54.3|Info|RefreshEpisodeService|Starting episode info refresh for: [361753][The Mandalorian] 2021-09-12 05:05:54.3|Info|RefreshEpisodeService|Finished episode refresh for series: [361753][The Mandalorian]. 2021-09-12 05:06:05.9|Info|DiskScanService|Scanning The Mandalorian 2021-09-12 05:09:41.7|Info|DiskScanService|Completed scanning disk for The Mandalorian 2021-09-12 05:13:22.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:13:22.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:13:22.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:13:22.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:13:34.7|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Agents of S.H.I.E.L.D. 2021-09-12 05:13:49.3|Info|DiskScanService|Scanning Marvel's Agents of S.H.I.E.L.D. 2021-09-12 05:14:41.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 05:14:49.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 05:15:01.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 05:16:56.2|Info|DiskScanService|Completed scanning disk for Marvel's Agents of S.H.I.E.L.D. 2021-09-12 05:17:53.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:17:53.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:17:53.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:17:53.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:17:53.9|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Daredevil 2021-09-12 05:17:54.0|Info|DiskScanService|Scanning Marvel's Daredevil 2021-09-12 05:17:54.0|Info|DiskScanService|Completed scanning disk for Marvel's Daredevil 2021-09-12 05:17:54.0|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 05:17:54.1|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Iron Fist 2021-09-12 05:17:54.2|Info|DiskScanService|Scanning Marvel's Iron Fist 2021-09-12 05:17:54.2|Info|DiskScanService|Completed scanning disk for Marvel's Iron Fist 2021-09-12 05:17:54.2|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 05:17:54.2|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Jessica Jones 2021-09-12 05:17:54.3|Info|DiskScanService|Scanning Marvel's Jessica Jones 2021-09-12 05:17:54.3|Info|DiskScanService|Completed scanning disk for Marvel's Jessica Jones 2021-09-12 05:17:54.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 05:17:54.3|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Luke Cage 2021-09-12 05:17:54.5|Info|DiskScanService|Scanning Marvel's Luke Cage 2021-09-12 05:17:54.5|Info|DiskScanService|Completed scanning disk for Marvel's Luke Cage 2021-09-12 05:17:54.5|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 05:17:54.5|Info|RefreshSeriesService|Skipping refresh of series: Mr. Robot 2021-09-12 05:17:54.5|Info|DiskScanService|Scanning Mr. Robot 2021-09-12 05:17:55.2|Info|DiskScanService|Completed scanning disk for Mr. Robot 2021-09-12 05:17:55.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:17:55.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:17:55.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:17:55.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:17:55.8|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch 2021-09-12 05:17:56.0|Info|RefreshEpisodeService|Starting episode info refresh for: [393865][Mystery at Blind Frog Ranch] 2021-09-12 05:17:56.1|Info|RefreshEpisodeService|Finished episode refresh for series: [393865][Mystery at Blind Frog Ranch]. 2021-09-12 05:17:56.1|Info|DiskScanService|Scanning Mystery at Blind Frog Ranch 2021-09-12 05:17:56.3|Info|DiskScanService|Completed scanning disk for Mystery at Blind Frog Ranch 2021-09-12 05:17:56.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:17:56.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:17:56.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:17:56.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:17:56.5|Info|RefreshSeriesService|Updating The Orville 2021-09-12 05:17:56.7|Info|RefreshEpisodeService|Starting episode info refresh for: [328487][The Orville] 2021-09-12 05:17:56.7|Info|RefreshEpisodeService|Finished episode refresh for series: [328487][The Orville]. 2021-09-12 05:17:56.8|Info|DiskScanService|Scanning The Orville 2021-09-12 05:17:57.3|Info|DiskScanService|Completed scanning disk for The Orville 2021-09-12 05:17:57.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:17:57.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:17:57.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:17:57.6|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:17:57.6|Info|RefreshSeriesService|Updating Rick and Morty 2021-09-12 05:17:57.8|Info|RefreshEpisodeService|Starting episode info refresh for: [275274][Rick and Morty] 2021-09-12 05:17:57.9|Info|RefreshEpisodeService|Finished episode refresh for series: [275274][Rick and Morty]. 2021-09-12 05:17:57.9|Info|DiskScanService|Scanning Rick and Morty 2021-09-12 05:17:58.4|Info|DiskScanService|Completed scanning disk for Rick and Morty 2021-09-12 05:17:58.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:17:58.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:17:58.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:17:58.6|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:17:58.6|Info|RefreshSeriesService|Skipping refresh of series: Sherlock 2021-09-12 05:17:58.6|Info|DiskScanService|Scanning Sherlock 2021-09-12 05:17:58.8|Info|DiskScanService|Completed scanning disk for Sherlock 2021-09-12 05:17:59.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:17:59.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:17:59.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:17:59.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:17:59.0|Info|RefreshSeriesService|Skipping refresh of series: Silicon Valley 2021-09-12 05:17:59.0|Info|DiskScanService|Scanning Silicon Valley 2021-09-12 05:17:59.0|Info|DiskScanService|Completed scanning disk for Silicon Valley 2021-09-12 05:17:59.0|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 05:17:59.1|Info|RefreshSeriesService|Skipping refresh of series: Smallville 2021-09-12 05:17:59.1|Info|DiskScanService|Scanning Smallville 2021-09-12 05:17:59.3|Info|DiskScanService|Completed scanning disk for Smallville 2021-09-12 05:17:59.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:17:59.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:17:59.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:17:59.6|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:17:59.6|Info|RefreshSeriesService|Updating South Park 2021-09-12 05:17:59.9|Info|RefreshEpisodeService|Starting episode info refresh for: [75897][South Park] 2021-09-12 05:18:00.1|Info|RefreshEpisodeService|Finished episode refresh for series: [75897][South Park]. 2021-09-12 05:18:00.2|Info|DiskScanService|Scanning South Park 2021-09-12 05:18:03.7|Info|DiskScanService|Completed scanning disk for South Park 2021-09-12 05:18:06.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:18:06.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:18:06.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:18:06.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:18:06.7|Info|RefreshSeriesService|Skipping refresh of series: The Stand (2020) 2021-09-12 05:18:06.7|Info|DiskScanService|Scanning The Stand (2020) 2021-09-12 05:18:06.8|Info|DiskScanService|Completed scanning disk for The Stand (2020) 2021-09-12 05:18:07.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:18:07.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:18:07.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:18:07.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:18:07.0|Info|RefreshSeriesService|Updating Superman & Lois 2021-09-12 05:18:07.2|Info|RefreshEpisodeService|Starting episode info refresh for: [375655][Superman & Lois] 2021-09-12 05:18:07.2|Info|RefreshEpisodeService|Finished episode refresh for series: [375655][Superman & Lois]. 2021-09-12 05:18:07.2|Info|DiskScanService|Scanning Superman & Lois 2021-09-12 05:18:07.7|Info|DiskScanService|Completed scanning disk for Superman & Lois 2021-09-12 05:18:07.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:18:07.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:18:07.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:18:07.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:18:07.9|Info|RefreshSeriesService|Updating Titans (2018) 2021-09-12 05:18:08.2|Info|RefreshEpisodeService|Starting episode info refresh for: [341663][Titans (2018)] 2021-09-12 05:18:08.2|Info|RefreshEpisodeService|Finished episode refresh for series: [341663][Titans (2018)]. 2021-09-12 05:18:08.2|Info|DiskScanService|Scanning Titans (2018) 2021-09-12 05:18:08.6|Info|DiskScanService|Completed scanning disk for Titans (2018) 2021-09-12 05:18:08.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:18:08.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:18:08.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:18:08.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:18:09.0|Info|RefreshSeriesService|Updating The Umbrella Academy 2021-09-12 05:18:09.2|Info|RefreshEpisodeService|Starting episode info refresh for: [353764][The Umbrella Academy] 2021-09-12 05:18:09.2|Info|RefreshEpisodeService|Finished episode refresh for series: [353764][The Umbrella Academy]. 2021-09-12 05:18:09.3|Info|DiskScanService|Scanning The Umbrella Academy 2021-09-12 05:18:09.3|Info|DiskScanService|Completed scanning disk for The Umbrella Academy 2021-09-12 05:18:09.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 05:18:09.3|Info|RefreshSeriesService|Updating Undercover Billionaire 2021-09-12 05:18:09.6|Info|RefreshEpisodeService|Starting episode info refresh for: [366322][Undercover Billionaire] 2021-09-12 05:18:09.6|Info|RefreshEpisodeService|Finished episode refresh for series: [366322][Undercover Billionaire]. 2021-09-12 05:18:09.6|Info|DiskScanService|Scanning Undercover Billionaire 2021-09-12 05:18:09.9|Info|DiskScanService|Completed scanning disk for Undercover Billionaire 2021-09-12 05:18:10.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:18:10.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:18:10.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:18:10.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:18:10.2|Info|RefreshSeriesService|Skipping refresh of series: The Undoing 2021-09-12 05:18:10.2|Info|DiskScanService|Scanning The Undoing 2021-09-12 05:18:10.7|Info|DiskScanService|Completed scanning disk for The Undoing 2021-09-12 05:18:10.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:18:10.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:18:10.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:18:10.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:18:10.9|Info|RefreshSeriesService|Skipping refresh of series: WandaVision 2021-09-12 05:18:10.9|Info|DiskScanService|Scanning WandaVision 2021-09-12 05:18:11.1|Info|DiskScanService|Completed scanning disk for WandaVision 2021-09-12 05:18:11.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:18:11.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:18:11.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:18:11.3|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:18:11.3|Info|RefreshSeriesService|Skipping refresh of series: Watchmen 2021-09-12 05:18:11.3|Info|DiskScanService|Scanning Watchmen 2021-09-12 05:18:11.3|Info|DiskScanService|Completed scanning disk for Watchmen 2021-09-12 05:18:11.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 05:18:11.3|Info|RefreshSeriesService|Updating What If…? 2021-09-12 05:18:11.5|Info|RefreshEpisodeService|Starting episode info refresh for: [367147][What If…?] 2021-09-12 05:18:11.5|Info|RefreshEpisodeService|Finished episode refresh for series: [367147][What If…?]. 2021-09-12 05:18:11.5|Info|DiskScanService|Scanning What If…? 2021-09-12 05:18:11.7|Info|DiskScanService|Completed scanning disk for What If…? 2021-09-12 05:18:11.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:18:11.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:18:11.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:18:11.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:18:11.9|Info|RefreshSeriesService|Updating Yellowstone (2018) 2021-09-12 05:18:12.0|Info|RefreshEpisodeService|Starting episode info refresh for: [341164][Yellowstone (2018)] 2021-09-12 05:18:12.1|Info|RefreshEpisodeService|Finished episode refresh for series: [341164][Yellowstone (2018)]. 2021-09-12 05:18:12.1|Info|DiskScanService|Scanning Yellowstone (2018) 2021-09-12 05:18:12.1|Info|DiskScanService|Completed scanning disk for Yellowstone (2018) 2021-09-12 05:18:12.1|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 05:18:12.1|Info|RefreshSeriesService|Updating Young Justice 2021-09-12 05:18:12.4|Info|RefreshEpisodeService|Starting episode info refresh for: [192061][Young Justice] 2021-09-12 05:18:12.5|Info|RefreshEpisodeService|Finished episode refresh for series: [192061][Young Justice]. 2021-09-12 05:18:12.5|Info|DiskScanService|Scanning Young Justice 2021-09-12 05:18:12.6|Info|DiskScanService|Completed scanning disk for Young Justice 2021-09-12 05:18:12.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 05:18:12.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 05:18:12.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 05:18:12.7|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 05:30:12.1|Info|RssSyncService|Starting RSS Sync 2021-09-12 05:30:13.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 05:30:13.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 05:39:12.1|Info|SceneMappingService|Updating Scene mappings 2021-09-12 05:45:42.1|Info|RssSyncService|Starting RSS Sync 2021-09-12 05:45:43.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 05:45:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 06:01:12.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 06:01:13.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 06:01:13.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 06:16:42.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 06:16:43.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 06:16:43.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 06:32:12.4|Info|RssSyncService|Starting RSS Sync 2021-09-12 06:32:13.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 06:32:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 06:47:42.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 06:47:44.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 06:47:44.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 07:03:12.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 07:03:13.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 07:03:13.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 07:18:42.7|Info|RssSyncService|Starting RSS Sync 2021-09-12 07:18:43.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 07:18:43.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 07:34:12.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 07:34:13.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 07:34:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 07:49:43.0|Info|RssSyncService|Starting RSS Sync 2021-09-12 07:49:44.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 07:49:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 08:05:13.2|Info|RssSyncService|Starting RSS Sync 2021-09-12 08:05:14.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 08:05:14.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 08:20:43.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 08:20:44.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 08:20:44.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 08:36:13.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 08:36:14.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 08:36:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 08:39:43.6|Info|SceneMappingService|Updating Scene mappings 2021-09-12 08:51:43.7|Info|RssSyncService|Starting RSS Sync 2021-09-12 08:51:44.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 08:51:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 09:07:13.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 09:07:14.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 09:07:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 09:22:44.0|Info|RssSyncService|Starting RSS Sync 2021-09-12 09:22:44.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 09:22:45.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 09:38:14.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 09:38:14.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 09:38:15.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 09:53:44.4|Info|RssSyncService|Starting RSS Sync 2021-09-12 09:53:45.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 09:53:45.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 10:09:14.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 10:09:16.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 10:09:16.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 10:24:44.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 10:24:45.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 10:24:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 10:40:15.1|Info|RssSyncService|Starting RSS Sync 2021-09-12 10:40:16.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 10:40:16.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 10:55:45.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 10:55:53.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 10:55:53.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 11:11:15.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 11:11:16.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 11:11:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 11:26:45.7|Info|RssSyncService|Starting RSS Sync 2021-09-12 11:26:46.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 11:26:46.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 11:40:16.0|Info|SceneMappingService|Updating Scene mappings 2021-09-12 11:42:16.1|Info|RssSyncService|Starting RSS Sync 2021-09-12 11:42:16.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 11:42:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 11:57:46.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 11:57:47.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 11:57:47.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 12:13:16.4|Info|RssSyncService|Starting RSS Sync 2021-09-12 12:13:17.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 12:13:17.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 12:28:46.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 12:28:47.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 12:28:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 12:44:16.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 12:44:17.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 12:44:17.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 12:59:46.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 12:59:47.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 12:59:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 13:15:16.7|Info|RssSyncService|Starting RSS Sync 2021-09-12 13:15:17.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 13:15:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 13:30:46.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 13:30:47.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 13:30:48.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 13:46:16.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 13:46:17.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 13:46:18.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 14:01:46.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 14:01:55.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 14:01:55.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 14:17:17.0|Info|RssSyncService|Starting RSS Sync 2021-09-12 14:17:17.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 14:17:17.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 14:32:47.2|Info|RssSyncService|Starting RSS Sync 2021-09-12 14:32:48.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 14:32:48.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 14:40:47.1|Info|SceneMappingService|Updating Scene mappings 2021-09-12 14:48:17.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 14:48:18.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 14:48:18.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 15:03:47.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 15:03:47.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 15:03:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 15:19:17.4|Info|RssSyncService|Starting RSS Sync 2021-09-12 15:19:18.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 15:19:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 15:34:47.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 15:34:48.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 15:34:49.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 15:50:17.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 15:50:19.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 15:50:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 16:05:47.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 16:05:49.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 16:05:49.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 16:21:17.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 16:21:18.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 16:21:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 16:36:48.0|Info|RssSyncService|Starting RSS Sync 2021-09-12 16:36:48.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 16:36:49.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 16:52:18.2|Info|RssSyncService|Starting RSS Sync 2021-09-12 16:52:19.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 16:52:19.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 17:07:48.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 17:07:55.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 17:07:56.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 17:18:18.7|Info|RefreshSeriesService|Skipping refresh of series: Arrow 2021-09-12 17:18:18.7|Info|DiskScanService|Scanning Arrow 2021-09-12 17:18:19.3|Info|DiskScanService|Completed scanning disk for Arrow 2021-09-12 17:18:19.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:19.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:19.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:19.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:19.9|Info|RefreshSeriesService|Skipping refresh of series: Avatar: The Last Airbender 2021-09-12 17:18:19.9|Info|DiskScanService|Scanning Avatar: The Last Airbender 2021-09-12 17:18:19.9|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender 2021-09-12 17:18:19.9|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:19.9|Info|RefreshSeriesService|Skipping refresh of series: Batman Beyond 2021-09-12 17:18:19.9|Info|DiskScanService|Scanning Batman Beyond 2021-09-12 17:18:20.1|Info|DiskScanService|Completed scanning disk for Batman Beyond 2021-09-12 17:18:20.4|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:20.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:20.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:20.4|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:20.4|Info|RefreshSeriesService|Updating The Falcon and the Winter Soldier 2021-09-12 17:18:21.0|Info|RefreshEpisodeService|Starting episode info refresh for: [362496][The Falcon and the Winter Soldier] 2021-09-12 17:18:21.1|Info|RefreshEpisodeService|Finished episode refresh for series: [362496][The Falcon and the Winter Soldier]. 2021-09-12 17:18:21.2|Info|DiskScanService|Scanning The Falcon and the Winter Soldier 2021-09-12 17:18:21.3|Info|DiskScanService|Completed scanning disk for The Falcon and the Winter Soldier 2021-09-12 17:18:21.4|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:21.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:21.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:21.4|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:21.4|Info|RefreshSeriesService|Skipping refresh of series: Game of Thrones 2021-09-12 17:18:21.4|Info|DiskScanService|Scanning Game of Thrones 2021-09-12 17:18:21.6|Info|DiskScanService|Completed scanning disk for Game of Thrones 2021-09-12 17:18:21.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:21.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:21.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:21.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:21.8|Info|RefreshSeriesService|Skipping refresh of series: Halt and Catch Fire 2021-09-12 17:18:21.8|Info|DiskScanService|Scanning Halt and Catch Fire 2021-09-12 17:18:22.0|Info|DiskScanService|Completed scanning disk for Halt and Catch Fire 2021-09-12 17:18:22.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:22.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:22.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:22.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:22.3|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider 2021-09-12 17:18:22.3|Info|DiskScanService|Scanning Knight Rider 2021-09-12 17:18:22.7|Info|DiskScanService|Completed scanning disk for Knight Rider 2021-09-12 17:18:23.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:23.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:23.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:23.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:23.0|Info|RefreshSeriesService|Skipping refresh of series: Knight Rider (2008) 2021-09-12 17:18:23.0|Info|DiskScanService|Scanning Knight Rider (2008) 2021-09-12 17:18:23.0|Info|DiskScanService|Completed scanning disk for Knight Rider (2008) 2021-09-12 17:18:23.0|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:23.0|Info|RefreshSeriesService|Updating Loki 2021-09-12 17:18:23.2|Info|RefreshEpisodeService|Starting episode info refresh for: [362472][Loki] 2021-09-12 17:18:23.2|Info|RefreshEpisodeService|Finished episode refresh for series: [362472][Loki]. 2021-09-12 17:18:23.2|Info|DiskScanService|Scanning Loki 2021-09-12 17:18:23.3|Info|DiskScanService|Completed scanning disk for Loki 2021-09-12 17:18:23.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:23.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:23.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:23.4|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:23.4|Info|RefreshSeriesService|Updating The Mandalorian 2021-09-12 17:18:23.5|Info|RefreshEpisodeService|Starting episode info refresh for: [361753][The Mandalorian] 2021-09-12 17:18:23.5|Info|RefreshEpisodeService|Finished episode refresh for series: [361753][The Mandalorian]. 2021-09-12 17:18:23.5|Info|DiskScanService|Scanning The Mandalorian 2021-09-12 17:18:23.6|Info|DiskScanService|Completed scanning disk for The Mandalorian 2021-09-12 17:18:23.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:23.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:23.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:23.7|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:23.7|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Agents of S.H.I.E.L.D. 2021-09-12 17:18:23.7|Info|DiskScanService|Scanning Marvel's Agents of S.H.I.E.L.D. 2021-09-12 17:18:23.8|Info|DiskScanService|Completed scanning disk for Marvel's Agents of S.H.I.E.L.D. 2021-09-12 17:18:23.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:23.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:23.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:23.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:23.9|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Daredevil 2021-09-12 17:18:23.9|Info|DiskScanService|Scanning Marvel's Daredevil 2021-09-12 17:18:23.9|Info|DiskScanService|Completed scanning disk for Marvel's Daredevil 2021-09-12 17:18:23.9|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:23.9|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Iron Fist 2021-09-12 17:18:23.9|Info|DiskScanService|Scanning Marvel's Iron Fist 2021-09-12 17:18:23.9|Info|DiskScanService|Completed scanning disk for Marvel's Iron Fist 2021-09-12 17:18:24.0|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:24.0|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Jessica Jones 2021-09-12 17:18:24.0|Info|DiskScanService|Scanning Marvel's Jessica Jones 2021-09-12 17:18:24.0|Info|DiskScanService|Completed scanning disk for Marvel's Jessica Jones 2021-09-12 17:18:24.0|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:24.0|Info|RefreshSeriesService|Skipping refresh of series: Marvel's Luke Cage 2021-09-12 17:18:24.0|Info|DiskScanService|Scanning Marvel's Luke Cage 2021-09-12 17:18:24.0|Info|DiskScanService|Completed scanning disk for Marvel's Luke Cage 2021-09-12 17:18:24.0|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:24.0|Info|RefreshSeriesService|Skipping refresh of series: Mr. Robot 2021-09-12 17:18:24.0|Info|DiskScanService|Scanning Mr. Robot 2021-09-12 17:18:24.3|Info|DiskScanService|Completed scanning disk for Mr. Robot 2021-09-12 17:18:24.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:24.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:24.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:24.6|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:24.6|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch 2021-09-12 17:18:24.9|Info|RefreshEpisodeService|Starting episode info refresh for: [393865][Mystery at Blind Frog Ranch] 2021-09-12 17:18:24.9|Info|RefreshEpisodeService|Finished episode refresh for series: [393865][Mystery at Blind Frog Ranch]. 2021-09-12 17:18:24.9|Info|DiskScanService|Scanning Mystery at Blind Frog Ranch 2021-09-12 17:18:24.9|Info|DiskScanService|Completed scanning disk for Mystery at Blind Frog Ranch 2021-09-12 17:18:25.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:25.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:25.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:25.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:25.0|Info|RefreshSeriesService|Updating The Orville 2021-09-12 17:18:25.2|Info|RefreshEpisodeService|Starting episode info refresh for: [328487][The Orville] 2021-09-12 17:18:25.2|Info|RefreshEpisodeService|Finished episode refresh for series: [328487][The Orville]. 2021-09-12 17:18:25.2|Info|DiskScanService|Scanning The Orville 2021-09-12 17:18:25.4|Info|DiskScanService|Completed scanning disk for The Orville 2021-09-12 17:18:25.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:25.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:25.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:25.6|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:25.6|Info|RefreshSeriesService|Updating Rick and Morty 2021-09-12 17:18:25.8|Info|RefreshEpisodeService|Starting episode info refresh for: [275274][Rick and Morty] 2021-09-12 17:18:25.9|Info|RefreshEpisodeService|Finished episode refresh for series: [275274][Rick and Morty]. 2021-09-12 17:18:25.9|Info|DiskScanService|Scanning Rick and Morty 2021-09-12 17:18:26.0|Info|DiskScanService|Completed scanning disk for Rick and Morty 2021-09-12 17:18:26.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:26.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:26.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:26.1|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:26.2|Info|RefreshSeriesService|Skipping refresh of series: Sherlock 2021-09-12 17:18:26.2|Info|DiskScanService|Scanning Sherlock 2021-09-12 17:18:26.3|Info|DiskScanService|Completed scanning disk for Sherlock 2021-09-12 17:18:26.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:26.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:26.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:26.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:26.5|Info|RefreshSeriesService|Skipping refresh of series: Silicon Valley 2021-09-12 17:18:26.5|Info|DiskScanService|Scanning Silicon Valley 2021-09-12 17:18:26.5|Info|DiskScanService|Completed scanning disk for Silicon Valley 2021-09-12 17:18:26.5|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:26.6|Info|RefreshSeriesService|Skipping refresh of series: Smallville 2021-09-12 17:18:26.6|Info|DiskScanService|Scanning Smallville 2021-09-12 17:18:26.7|Info|DiskScanService|Completed scanning disk for Smallville 2021-09-12 17:18:26.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:26.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:26.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:26.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:26.8|Info|RefreshSeriesService|Updating South Park 2021-09-12 17:18:27.1|Info|RefreshEpisodeService|Starting episode info refresh for: [75897][South Park] 2021-09-12 17:18:27.3|Info|RefreshEpisodeService|Finished episode refresh for series: [75897][South Park]. 2021-09-12 17:18:27.3|Info|DiskScanService|Scanning South Park 2021-09-12 17:18:29.7|Info|DiskScanService|Completed scanning disk for South Park 2021-09-12 17:18:30.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:30.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:30.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:30.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:31.0|Info|RefreshSeriesService|Skipping refresh of series: The Stand (2020) 2021-09-12 17:18:31.1|Info|DiskScanService|Scanning The Stand (2020) 2021-09-12 17:18:31.1|Info|DiskScanService|Completed scanning disk for The Stand (2020) 2021-09-12 17:18:31.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:31.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:31.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:31.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:31.2|Info|RefreshSeriesService|Updating Superman & Lois 2021-09-12 17:18:31.4|Info|RefreshEpisodeService|Starting episode info refresh for: [375655][Superman & Lois] 2021-09-12 17:18:31.4|Info|RefreshEpisodeService|Finished episode refresh for series: [375655][Superman & Lois]. 2021-09-12 17:18:31.4|Info|DiskScanService|Scanning Superman & Lois 2021-09-12 17:18:31.5|Info|DiskScanService|Completed scanning disk for Superman & Lois 2021-09-12 17:18:31.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:31.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:31.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:31.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:31.6|Info|RefreshSeriesService|Updating Titans (2018) 2021-09-12 17:18:31.7|Info|RefreshEpisodeService|Starting episode info refresh for: [341663][Titans (2018)] 2021-09-12 17:18:31.8|Info|RefreshEpisodeService|Finished episode refresh for series: [341663][Titans (2018)]. 2021-09-12 17:18:31.8|Info|DiskScanService|Scanning Titans (2018) 2021-09-12 17:18:31.9|Info|DiskScanService|Completed scanning disk for Titans (2018) 2021-09-12 17:18:32.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:32.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:32.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:32.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:32.1|Info|RefreshSeriesService|Updating The Umbrella Academy 2021-09-12 17:18:32.2|Info|RefreshEpisodeService|Starting episode info refresh for: [353764][The Umbrella Academy] 2021-09-12 17:18:32.3|Info|RefreshEpisodeService|Finished episode refresh for series: [353764][The Umbrella Academy]. 2021-09-12 17:18:32.3|Info|DiskScanService|Scanning The Umbrella Academy 2021-09-12 17:18:32.3|Info|DiskScanService|Completed scanning disk for The Umbrella Academy 2021-09-12 17:18:32.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:32.3|Info|RefreshSeriesService|Updating Undercover Billionaire 2021-09-12 17:18:32.5|Info|RefreshEpisodeService|Starting episode info refresh for: [366322][Undercover Billionaire] 2021-09-12 17:18:32.5|Info|RefreshEpisodeService|Finished episode refresh for series: [366322][Undercover Billionaire]. 2021-09-12 17:18:32.5|Info|DiskScanService|Scanning Undercover Billionaire 2021-09-12 17:18:32.6|Info|DiskScanService|Completed scanning disk for Undercover Billionaire 2021-09-12 17:18:32.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:32.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:32.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:32.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:32.8|Info|RefreshSeriesService|Skipping refresh of series: The Undoing 2021-09-12 17:18:32.8|Info|DiskScanService|Scanning The Undoing 2021-09-12 17:18:32.9|Info|DiskScanService|Completed scanning disk for The Undoing 2021-09-12 17:18:32.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:32.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:32.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:32.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:33.0|Info|RefreshSeriesService|Skipping refresh of series: WandaVision 2021-09-12 17:18:33.0|Info|DiskScanService|Scanning WandaVision 2021-09-12 17:18:33.0|Info|DiskScanService|Completed scanning disk for WandaVision 2021-09-12 17:18:33.1|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:33.1|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:33.1|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:33.1|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:33.1|Info|RefreshSeriesService|Skipping refresh of series: Watchmen 2021-09-12 17:18:33.1|Info|DiskScanService|Scanning Watchmen 2021-09-12 17:18:33.1|Info|DiskScanService|Completed scanning disk for Watchmen 2021-09-12 17:18:33.2|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:33.2|Info|RefreshSeriesService|Updating What If…? 2021-09-12 17:18:33.4|Info|RefreshEpisodeService|Starting episode info refresh for: [367147][What If…?] 2021-09-12 17:18:33.4|Info|RefreshEpisodeService|Finished episode refresh for series: [367147][What If…?]. 2021-09-12 17:18:33.4|Info|DiskScanService|Scanning What If…? 2021-09-12 17:18:33.5|Info|DiskScanService|Completed scanning disk for What If…? 2021-09-12 17:18:33.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:33.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:33.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:33.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:18:33.6|Info|RefreshSeriesService|Updating Yellowstone (2018) 2021-09-12 17:18:33.8|Info|RefreshEpisodeService|Starting episode info refresh for: [341164][Yellowstone (2018)] 2021-09-12 17:18:33.8|Info|RefreshEpisodeService|Finished episode refresh for series: [341164][Yellowstone (2018)]. 2021-09-12 17:18:33.9|Info|DiskScanService|Scanning Yellowstone (2018) 2021-09-12 17:18:33.9|Info|DiskScanService|Completed scanning disk for Yellowstone (2018) 2021-09-12 17:18:33.9|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-12 17:18:33.9|Info|RefreshSeriesService|Updating Young Justice 2021-09-12 17:18:34.1|Info|RefreshEpisodeService|Starting episode info refresh for: [192061][Young Justice] 2021-09-12 17:18:34.1|Info|RefreshEpisodeService|Finished episode refresh for series: [192061][Young Justice]. 2021-09-12 17:18:34.1|Info|DiskScanService|Scanning Young Justice 2021-09-12 17:18:34.2|Info|DiskScanService|Completed scanning disk for Young Justice 2021-09-12 17:18:34.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-12 17:18:34.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-12 17:18:34.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-12 17:18:34.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-12 17:23:18.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 17:23:19.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 17:23:19.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 17:38:48.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 17:38:49.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 17:38:49.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 17:41:19.0|Info|SceneMappingService|Updating Scene mappings 2021-09-12 17:54:19.2|Info|RssSyncService|Starting RSS Sync 2021-09-12 17:54:25.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 17:54:25.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 18:09:49.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 18:09:50.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 18:09:50.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 18:25:19.4|Info|RssSyncService|Starting RSS Sync 2021-09-12 18:25:20.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 18:25:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 18:34:06.6|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265 2021-09-12 18:34:08.9|Info|AppFolderInfo|Data directory is being overridden to [/config] 2021-09-12 18:34:09.0|Info|Router|Application mode: Interactive 2021-09-12 18:34:09.4|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 18:34:09.9|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 18:34:10.4|Info|OwinHostController|Listening on the following URLs: 2021-09-12 18:34:10.4|Info|OwinHostController| http://*:8989/ 2021-09-12 18:34:11.8|Info|SonarrBootstrapper|Starting Web Server 2021-09-12 18:40:43.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 18:40:44.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 18:40:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 18:56:13.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 18:56:14.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 18:56:15.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 19:11:43.7|Info|RssSyncService|Starting RSS Sync 2021-09-12 19:11:45.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 19:11:45.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 19:27:13.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 19:27:14.9|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 19:27:15.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 19:42:44.2|Info|RssSyncService|Starting RSS Sync 2021-09-12 19:42:46.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 19:42:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 19:58:14.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 19:58:16.0|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 19:58:16.2|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 20:13:44.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 20:13:46.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 20:13:46.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 20:29:14.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 20:29:15.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 20:29:16.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 20:41:44.9|Info|SceneMappingService|Updating Scene mappings 2021-09-12 20:44:45.1|Info|RssSyncService|Starting RSS Sync 2021-09-12 20:44:46.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 20:44:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 21:00:15.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 21:00:16.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 21:00:16.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 21:15:45.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 21:15:46.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 21:15:46.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 21:31:15.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 21:31:16.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 21:31:17.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 21:46:45.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 21:46:46.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 21:46:47.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 22:02:15.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 22:02:24.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 22:02:24.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 22:17:46.2|Info|RssSyncService|Starting RSS Sync 2021-09-12 22:17:54.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 22:17:54.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 22:33:16.3|Info|RssSyncService|Starting RSS Sync 2021-09-12 22:33:17.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 22:33:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 22:48:46.5|Info|RssSyncService|Starting RSS Sync 2021-09-12 22:48:57.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 22:48:57.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 23:04:16.6|Info|RssSyncService|Starting RSS Sync 2021-09-12 23:04:17.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 23:04:17.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 23:19:46.7|Info|RssSyncService|Starting RSS Sync 2021-09-12 23:19:47.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 23:19:47.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 23:35:16.8|Info|RssSyncService|Starting RSS Sync 2021-09-12 23:35:17.6|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 23:35:17.8|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 23:42:16.8|Info|SceneMappingService|Updating Scene mappings 2021-09-12 23:47:38.2|Info|LifecycleService|Restart requested. 2021-09-12 23:47:40.6|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265 2021-09-12 23:47:40.8|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265 2021-09-12 23:47:41.5|Info|AppFolderInfo|Data directory is being overridden to [/config] 2021-09-12 23:47:41.7|Info|AppFolderInfo|Data directory is being overridden to [/config] 2021-09-12 23:47:41.9|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running 2021-09-12 23:47:41.9|Info|Router|Application mode: Interactive 2021-09-12 23:47:42.2|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 23:47:42.4|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 23:47:42.8|Info|OwinHostController|Listening on the following URLs: 2021-09-12 23:47:42.8|Info|OwinHostController| http://*:8989/sonarr/ 2021-09-12 23:47:42.8|Info|OwinHostController| http://*:8989/ 2021-09-12 23:47:42.8|Info|OwinHostController| https://*:9898/sonarr/ 2021-09-12 23:47:42.8|Info|OwinHostController| https://*:9898/ 2021-09-12 23:47:43.5|Info|SonarrBootstrapper|Starting Web Server 2021-09-12 23:47:43.7|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running 2021-09-12 23:47:43.7|Info|Router|Application mode: Interactive 2021-09-12 23:47:44.0|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 23:47:44.3|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 23:47:44.6|Info|OwinHostController|Listening on the following URLs: 2021-09-12 23:47:44.6|Info|OwinHostController| http://*:8989/sonarr/ 2021-09-12 23:47:44.6|Info|OwinHostController| http://*:8989/ 2021-09-12 23:47:44.6|Info|OwinHostController| https://*:9898/sonarr/ 2021-09-12 23:47:44.6|Info|OwinHostController| https://*:9898/ 2021-09-12 23:47:45.4|Info|SonarrBootstrapper|Starting Web Server 2021-09-12 23:47:46.4|Fatal|ConsoleApp|Address already in use. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions 2021-09-12 23:50:44.9|Info|RssSyncService|Starting RSS Sync 2021-09-12 23:50:47.5|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-12 23:50:47.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-12 23:51:17.5|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265 2021-09-12 23:51:18.3|Info|AppFolderInfo|Data directory is being overridden to [/config] 2021-09-12 23:51:18.4|Info|Router|Application mode: Interactive 2021-09-12 23:51:18.7|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 23:51:19.0|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 23:51:19.3|Info|OwinHostController|Listening on the following URLs: 2021-09-12 23:51:19.3|Info|OwinHostController| http://*:8989/sonarr/ 2021-09-12 23:51:19.3|Info|OwinHostController| http://*:8989/ 2021-09-12 23:51:19.3|Info|OwinHostController| https://*:9898/sonarr/ 2021-09-12 23:51:19.3|Info|OwinHostController| https://*:9898/ 2021-09-12 23:51:20.1|Info|SonarrBootstrapper|Starting Web Server 2021-09-12 23:52:05.9|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.6.1265 2021-09-12 23:52:06.7|Info|AppFolderInfo|Data directory is being overridden to [/config] 2021-09-12 23:52:06.8|Info|Router|Application mode: Interactive 2021-09-12 23:52:07.1|Info|MigrationLogger| Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 23:52:07.4|Info|MigrationLogger| Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2021-09-12 23:52:07.7|Info|OwinHostController|Listening on the following URLs: 2021-09-12 23:52:07.7|Info|OwinHostController| http://*:8989/sonarr/ 2021-09-12 23:52:07.7|Info|OwinHostController| http://*:8989/ 2021-09-12 23:52:07.7|Info|OwinHostController| https://*:9898/sonarr/ 2021-09-12 23:52:07.7|Info|OwinHostController| https://*:9898/ 2021-09-12 23:52:08.3|Info|SonarrBootstrapper|Starting Web Server 2021-09-13 00:06:09.9|Info|RssSyncService|Starting RSS Sync 2021-09-13 00:06:22.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-13 00:06:22.9|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-13 00:21:40.1|Info|RssSyncService|Starting RSS Sync 2021-09-13 00:21:41.3|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-13 00:21:41.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-13 00:37:10.4|Info|RssSyncService|Starting RSS Sync 2021-09-13 00:37:11.1|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-13 00:37:11.3|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-13 00:52:40.5|Info|RssSyncService|Starting RSS Sync 2021-09-13 00:52:41.4|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-13 00:52:41.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-13 01:08:10.8|Info|RssSyncService|Starting RSS Sync 2021-09-13 01:08:15.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-13 01:08:15.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-13 01:23:40.9|Info|RssSyncService|Starting RSS Sync 2021-09-13 01:23:41.8|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-13 01:23:42.1|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-13 01:39:11.0|Info|RssSyncService|Starting RSS Sync 2021-09-13 01:39:12.2|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-13 01:39:12.4|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-13 01:54:41.2|Info|RssSyncService|Starting RSS Sync 2021-09-13 01:54:42.7|Info|DownloadDecisionMaker|Processing 100 releases 2021-09-13 01:54:43.0|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0 2021-09-13 01:55:15.5|Info|EpisodeSearchService|Performing search for 45 episodes 2021-09-13 01:55:15.5|Info|NzbSearchService|Searching 1 indexers for [Game of Thrones : S01E07] 2021-09-13 01:55:17.7|Info|DownloadDecisionMaker|Processing 52 releases 2021-09-13 01:55:22.2|Info|Sabnzbd|Adding report [Game.Of.Thrones.S01E07.MULTi.1080p.BluRay.x264-JMT] to the queue. 2021-09-13 01:55:27.7|Info|DownloadService|Report sent to Sab. Game.Of.Thrones.S01E07.MULTi.1080p.BluRay.x264-JMT 2021-09-13 01:55:27.8|Info|NzbSearchService|Searching 1 indexers for [Game of Thrones : S06E10] 2021-09-13 01:55:30.6|Info|DownloadDecisionMaker|Processing 97 releases 2021-09-13 01:55:31.8|Info|SceneMappingService|Updating Scene mappings 2021-09-13 01:55:38.9|Info|Sabnzbd|Adding report [Game.of.Thrones.S06E10.The.Winds.of.Winter.1080p.BluRay.DD-EX.5.1.x264-DON-AsRequested] to the queue. 2021-09-13 01:55:42.2|Info|RefreshSeriesService|Updating Avatar: The Last Airbender 2021-09-13 01:55:48.5|Info|RefreshEpisodeService|Starting episode info refresh for: [74852][Avatar: The Last Airbender] 2021-09-13 01:55:48.6|Info|RefreshEpisodeService|Finished episode refresh for series: [74852][Avatar: The Last Airbender]. 2021-09-13 01:55:49.6|Info|DiskScanService|Scanning Avatar: The Last Airbender 2021-09-13 01:55:49.7|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender 2021-09-13 01:55:49.7|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:02.1|Info|DownloadService|Report sent to Sab. Game.of.Thrones.S06E10.The.Winds.of.Winter.1080p.BluRay.DD-EX.5.1.x264-DON-AsRequested 2021-09-13 01:56:02.1|Info|NzbSearchService|Searching 1 indexers for [Game of Thrones : S08] 2021-09-13 01:56:08.2|Info|RefreshSeriesService|Updating Arrow 2021-09-13 01:56:09.8|Info|RefreshEpisodeService|Starting episode info refresh for: [257655][Arrow] 2021-09-13 01:56:10.0|Info|RefreshEpisodeService|Finished episode refresh for series: [257655][Arrow]. 2021-09-13 01:56:10.1|Info|DiskScanService|Scanning Arrow 2021-09-13 01:56:11.8|Info|DownloadDecisionMaker|Processing 382 releases 2021-09-13 01:56:12.4|Info|DiskScanService|Completed scanning disk for Arrow 2021-09-13 01:56:14.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:14.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:14.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:14.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:14.3|Info|RefreshSeriesService|Updating Avatar: The Last Airbender 2021-09-13 01:56:14.5|Info|RefreshEpisodeService|Starting episode info refresh for: [74852][Avatar: The Last Airbender] 2021-09-13 01:56:14.5|Info|RefreshEpisodeService|Finished episode refresh for series: [74852][Avatar: The Last Airbender]. 2021-09-13 01:56:14.8|Info|DiskScanService|Scanning Avatar: The Last Airbender 2021-09-13 01:56:14.8|Info|DiskScanService|Completed scanning disk for Avatar: The Last Airbender 2021-09-13 01:56:14.8|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:14.8|Info|RefreshSeriesService|Updating Batman Beyond 2021-09-13 01:56:15.1|Info|RefreshEpisodeService|Starting episode info refresh for: [75417][Batman Beyond] 2021-09-13 01:56:15.2|Info|RefreshEpisodeService|Finished episode refresh for series: [75417][Batman Beyond]. 2021-09-13 01:56:15.2|Info|DiskScanService|Scanning Batman Beyond 2021-09-13 01:56:15.9|Info|DiskScanService|Completed scanning disk for Batman Beyond 2021-09-13 01:56:16.4|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:16.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:16.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:16.4|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:16.5|Info|RefreshSeriesService|Updating The Falcon and the Winter Soldier 2021-09-13 01:56:16.7|Info|RefreshEpisodeService|Starting episode info refresh for: [362496][The Falcon and the Winter Soldier] 2021-09-13 01:56:16.7|Info|RefreshEpisodeService|Finished episode refresh for series: [362496][The Falcon and the Winter Soldier]. 2021-09-13 01:56:16.7|Info|DiskScanService|Scanning The Falcon and the Winter Soldier 2021-09-13 01:56:16.9|Info|DiskScanService|Completed scanning disk for The Falcon and the Winter Soldier 2021-09-13 01:56:17.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:17.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:17.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:17.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:17.0|Info|RefreshSeriesService|Updating Game of Thrones 2021-09-13 01:56:17.7|Info|RefreshEpisodeService|Starting episode info refresh for: [121361][Game of Thrones] 2021-09-13 01:56:17.9|Info|RefreshEpisodeService|Finished episode refresh for series: [121361][Game of Thrones]. 2021-09-13 01:56:17.9|Info|DiskScanService|Scanning Game of Thrones 2021-09-13 01:56:18.3|Info|DiskScanService|Completed scanning disk for Game of Thrones 2021-09-13 01:56:18.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:18.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:18.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:18.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:18.6|Info|RefreshSeriesService|Updating Halt and Catch Fire 2021-09-13 01:56:18.8|Info|RefreshEpisodeService|Starting episode info refresh for: [271910][Halt and Catch Fire] 2021-09-13 01:56:18.9|Info|RefreshEpisodeService|Finished episode refresh for series: [271910][Halt and Catch Fire]. 2021-09-13 01:56:18.9|Info|DiskScanService|Scanning Halt and Catch Fire 2021-09-13 01:56:19.3|Info|DiskScanService|Completed scanning disk for Halt and Catch Fire 2021-09-13 01:56:19.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:19.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:19.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:19.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:19.8|Info|RefreshSeriesService|Updating Knight Rider 2021-09-13 01:56:20.1|Info|RefreshEpisodeService|Starting episode info refresh for: [77216][Knight Rider] 2021-09-13 01:56:20.2|Info|RefreshEpisodeService|Finished episode refresh for series: [77216][Knight Rider]. 2021-09-13 01:56:20.2|Info|DiskScanService|Scanning Knight Rider 2021-09-13 01:56:20.9|Info|DiskScanService|Completed scanning disk for Knight Rider 2021-09-13 01:56:21.0|Info|Sabnzbd|Adding report [Game.of.Thrones.S08E02.1080p.BluRay.x264-TURMOiL-AsRequested] to the queue. 2021-09-13 01:56:21.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:21.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:21.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:21.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:21.5|Info|RefreshSeriesService|Updating Knight Rider (2008) 2021-09-13 01:56:21.8|Info|RefreshEpisodeService|Starting episode info refresh for: [81318][Knight Rider (2008)] 2021-09-13 01:56:21.8|Info|RefreshEpisodeService|Finished episode refresh for series: [81318][Knight Rider (2008)]. 2021-09-13 01:56:21.9|Info|DiskScanService|Scanning Knight Rider (2008) 2021-09-13 01:56:21.9|Info|DiskScanService|Completed scanning disk for Knight Rider (2008) 2021-09-13 01:56:21.9|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:21.9|Info|RefreshSeriesService|Updating Loki 2021-09-13 01:56:22.1|Info|RefreshEpisodeService|Starting episode info refresh for: [362472][Loki] 2021-09-13 01:56:22.1|Info|RefreshEpisodeService|Finished episode refresh for series: [362472][Loki]. 2021-09-13 01:56:22.1|Info|DiskScanService|Scanning Loki 2021-09-13 01:56:22.2|Info|DiskScanService|Completed scanning disk for Loki 2021-09-13 01:56:22.3|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:22.3|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:22.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:22.3|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:22.4|Info|RefreshSeriesService|Updating The Mandalorian 2021-09-13 01:56:22.5|Info|RefreshEpisodeService|Starting episode info refresh for: [361753][The Mandalorian] 2021-09-13 01:56:22.5|Info|RefreshEpisodeService|Finished episode refresh for series: [361753][The Mandalorian]. 2021-09-13 01:56:22.5|Info|DiskScanService|Scanning The Mandalorian 2021-09-13 01:56:22.7|Info|DiskScanService|Completed scanning disk for The Mandalorian 2021-09-13 01:56:23.0|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:23.0|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:23.0|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:23.0|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:23.0|Info|RefreshSeriesService|Updating Marvel's Agents of S.H.I.E.L.D. 2021-09-13 01:56:23.2|Info|RefreshEpisodeService|Starting episode info refresh for: [263365][Marvel's Agents of S.H.I.E.L.D.] 2021-09-13 01:56:23.3|Info|RefreshEpisodeService|Finished episode refresh for series: [263365][Marvel's Agents of S.H.I.E.L.D.]. 2021-09-13 01:56:23.4|Info|DiskScanService|Scanning Marvel's Agents of S.H.I.E.L.D. 2021-09-13 01:56:23.6|Info|DiskScanService|Completed scanning disk for Marvel's Agents of S.H.I.E.L.D. 2021-09-13 01:56:23.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:23.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:23.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:23.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:23.9|Info|RefreshSeriesService|Updating Marvel's Daredevil 2021-09-13 01:56:24.1|Info|RefreshEpisodeService|Starting episode info refresh for: [281662][Marvel's Daredevil] 2021-09-13 01:56:24.1|Info|RefreshEpisodeService|Finished episode refresh for series: [281662][Marvel's Daredevil]. 2021-09-13 01:56:24.2|Info|DiskScanService|Scanning Marvel's Daredevil 2021-09-13 01:56:24.2|Info|DiskScanService|Completed scanning disk for Marvel's Daredevil 2021-09-13 01:56:24.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:24.3|Info|RefreshSeriesService|Updating Marvel's Iron Fist 2021-09-13 01:56:24.4|Info|RefreshEpisodeService|Starting episode info refresh for: [317953][Marvel's Iron Fist] 2021-09-13 01:56:24.5|Info|RefreshEpisodeService|Finished episode refresh for series: [317953][Marvel's Iron Fist]. 2021-09-13 01:56:24.6|Info|DiskScanService|Scanning Marvel's Iron Fist 2021-09-13 01:56:24.6|Info|DiskScanService|Completed scanning disk for Marvel's Iron Fist 2021-09-13 01:56:24.6|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:24.6|Info|RefreshSeriesService|Updating Marvel's Jessica Jones 2021-09-13 01:56:24.8|Info|RefreshEpisodeService|Starting episode info refresh for: [284190][Marvel's Jessica Jones] 2021-09-13 01:56:24.8|Info|RefreshEpisodeService|Finished episode refresh for series: [284190][Marvel's Jessica Jones]. 2021-09-13 01:56:24.9|Info|DiskScanService|Scanning Marvel's Jessica Jones 2021-09-13 01:56:24.9|Info|DiskScanService|Completed scanning disk for Marvel's Jessica Jones 2021-09-13 01:56:24.9|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:24.9|Info|RefreshSeriesService|Updating Marvel's Luke Cage 2021-09-13 01:56:25.1|Info|RefreshEpisodeService|Starting episode info refresh for: [304219][Marvel's Luke Cage] 2021-09-13 01:56:25.1|Info|RefreshEpisodeService|Finished episode refresh for series: [304219][Marvel's Luke Cage]. 2021-09-13 01:56:25.2|Info|DiskScanService|Scanning Marvel's Luke Cage 2021-09-13 01:56:25.2|Info|DiskScanService|Completed scanning disk for Marvel's Luke Cage 2021-09-13 01:56:25.2|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:25.2|Info|RefreshSeriesService|Updating Mr. Robot 2021-09-13 01:56:25.4|Info|RefreshEpisodeService|Starting episode info refresh for: [289590][Mr. Robot] 2021-09-13 01:56:25.5|Info|RefreshEpisodeService|Finished episode refresh for series: [289590][Mr. Robot]. 2021-09-13 01:56:25.5|Info|DiskScanService|Scanning Mr. Robot 2021-09-13 01:56:26.1|Info|DiskScanService|Completed scanning disk for Mr. Robot 2021-09-13 01:56:26.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:26.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:26.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:26.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:26.9|Info|RefreshSeriesService|Updating Mystery at Blind Frog Ranch 2021-09-13 01:56:27.0|Info|RefreshEpisodeService|Starting episode info refresh for: [393865][Mystery at Blind Frog Ranch] 2021-09-13 01:56:27.1|Info|RefreshEpisodeService|Finished episode refresh for series: [393865][Mystery at Blind Frog Ranch]. 2021-09-13 01:56:27.1|Info|DiskScanService|Scanning Mystery at Blind Frog Ranch 2021-09-13 01:56:27.3|Info|DiskScanService|Completed scanning disk for Mystery at Blind Frog Ranch 2021-09-13 01:56:27.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:27.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:27.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:27.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:27.5|Info|RefreshSeriesService|Updating The Orville 2021-09-13 01:56:27.7|Info|RefreshEpisodeService|Starting episode info refresh for: [328487][The Orville] 2021-09-13 01:56:27.7|Info|RefreshEpisodeService|Finished episode refresh for series: [328487][The Orville]. 2021-09-13 01:56:27.8|Info|DiskScanService|Scanning The Orville 2021-09-13 01:56:28.2|Info|DiskScanService|Completed scanning disk for The Orville 2021-09-13 01:56:28.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:28.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:28.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:28.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:28.5|Info|RefreshSeriesService|Updating Rick and Morty 2021-09-13 01:56:28.7|Info|RefreshEpisodeService|Starting episode info refresh for: [275274][Rick and Morty] 2021-09-13 01:56:28.9|Info|RefreshEpisodeService|Finished episode refresh for series: [275274][Rick and Morty]. 2021-09-13 01:56:29.0|Info|DiskScanService|Scanning Rick and Morty 2021-09-13 01:56:29.3|Info|DiskScanService|Completed scanning disk for Rick and Morty 2021-09-13 01:56:29.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:29.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:29.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:29.7|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:29.8|Info|RefreshSeriesService|Updating Sherlock 2021-09-13 01:56:30.0|Info|RefreshEpisodeService|Starting episode info refresh for: [176941][Sherlock] 2021-09-13 01:56:30.0|Info|RefreshEpisodeService|Finished episode refresh for series: [176941][Sherlock]. 2021-09-13 01:56:30.0|Info|DiskScanService|Scanning Sherlock 2021-09-13 01:56:30.5|Info|DiskScanService|Completed scanning disk for Sherlock 2021-09-13 01:56:30.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:30.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:30.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:30.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:31.0|Info|RefreshSeriesService|Updating Silicon Valley 2021-09-13 01:56:31.2|Info|RefreshEpisodeService|Starting episode info refresh for: [277165][Silicon Valley] 2021-09-13 01:56:31.2|Info|RefreshEpisodeService|Finished episode refresh for series: [277165][Silicon Valley]. 2021-09-13 01:56:31.3|Info|DiskScanService|Scanning Silicon Valley 2021-09-13 01:56:31.3|Info|DiskScanService|Completed scanning disk for Silicon Valley 2021-09-13 01:56:31.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:31.3|Info|RefreshSeriesService|Updating Smallville 2021-09-13 01:56:31.5|Info|RefreshEpisodeService|Starting episode info refresh for: [72218][Smallville] 2021-09-13 01:56:31.7|Info|RefreshEpisodeService|Finished episode refresh for series: [72218][Smallville]. 2021-09-13 01:56:31.8|Info|DiskScanService|Scanning Smallville 2021-09-13 01:56:32.1|Info|DiskScanService|Completed scanning disk for Smallville 2021-09-13 01:56:32.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:32.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:32.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:32.7|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:32.7|Info|RefreshSeriesService|Updating South Park 2021-09-13 01:56:33.0|Info|RefreshEpisodeService|Starting episode info refresh for: [75897][South Park] 2021-09-13 01:56:33.2|Info|RefreshEpisodeService|Finished episode refresh for series: [75897][South Park]. 2021-09-13 01:56:33.3|Info|DiskScanService|Scanning South Park 2021-09-13 01:56:38.4|Info|DiskScanService|Completed scanning disk for South Park 2021-09-13 01:56:40.7|Info|DownloadService|Report sent to Sab. Game.of.Thrones.S08E02.1080p.BluRay.x264-TURMOiL-AsRequested 2021-09-13 01:56:41.7|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:41.7|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:41.7|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:41.7|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:41.9|Info|RefreshSeriesService|Updating The Stand (2020) 2021-09-13 01:56:42.7|Info|RefreshEpisodeService|Starting episode info refresh for: [359583][The Stand (2020)] 2021-09-13 01:56:42.7|Info|RefreshEpisodeService|Finished episode refresh for series: [359583][The Stand (2020)]. 2021-09-13 01:56:42.7|Info|DiskScanService|Scanning The Stand (2020) 2021-09-13 01:56:42.8|Info|DiskScanService|Completed scanning disk for The Stand (2020) 2021-09-13 01:56:42.8|Info|Sabnzbd|Adding report [Game.of.Thrones.S08E03.1080p.WEB.H264-MEMENTO-Obfuscated] to the queue. 2021-09-13 01:56:42.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:42.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:42.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:42.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:43.0|Info|RefreshSeriesService|Updating Superman & Lois 2021-09-13 01:56:43.7|Info|RefreshEpisodeService|Starting episode info refresh for: [375655][Superman & Lois] 2021-09-13 01:56:43.7|Info|RefreshEpisodeService|Finished episode refresh for series: [375655][Superman & Lois]. 2021-09-13 01:56:43.8|Info|DiskScanService|Scanning Superman & Lois 2021-09-13 01:56:44.2|Info|DiskScanService|Completed scanning disk for Superman & Lois 2021-09-13 01:56:44.4|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:44.4|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:44.4|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:44.4|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:44.5|Info|RefreshSeriesService|Updating Titans (2018) 2021-09-13 01:56:45.4|Info|RefreshEpisodeService|Starting episode info refresh for: [341663][Titans (2018)] 2021-09-13 01:56:45.5|Info|RefreshEpisodeService|Finished episode refresh for series: [341663][Titans (2018)]. 2021-09-13 01:56:45.5|Info|DiskScanService|Scanning Titans (2018) 2021-09-13 01:56:45.9|Info|DiskScanService|Completed scanning disk for Titans (2018) 2021-09-13 01:56:46.2|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:46.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:46.2|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:46.2|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:46.3|Info|RefreshSeriesService|Updating The Umbrella Academy 2021-09-13 01:56:47.3|Info|RefreshEpisodeService|Starting episode info refresh for: [353764][The Umbrella Academy] 2021-09-13 01:56:47.3|Info|RefreshEpisodeService|Finished episode refresh for series: [353764][The Umbrella Academy]. 2021-09-13 01:56:47.5|Info|DiskScanService|Scanning The Umbrella Academy 2021-09-13 01:56:47.5|Info|DiskScanService|Completed scanning disk for The Umbrella Academy 2021-09-13 01:56:47.5|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:47.5|Info|RefreshSeriesService|Updating Undercover Billionaire 2021-09-13 01:56:48.9|Info|RefreshEpisodeService|Starting episode info refresh for: [366322][Undercover Billionaire] 2021-09-13 01:56:48.9|Info|RefreshEpisodeService|Finished episode refresh for series: [366322][Undercover Billionaire]. 2021-09-13 01:56:49.6|Info|DiskScanService|Scanning Undercover Billionaire 2021-09-13 01:56:51.2|Info|DiskScanService|Completed scanning disk for Undercover Billionaire 2021-09-13 01:56:51.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:51.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:51.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:51.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:51.5|Info|RefreshSeriesService|Updating The Undoing 2021-09-13 01:56:54.3|Info|RefreshEpisodeService|Starting episode info refresh for: [369307][The Undoing] 2021-09-13 01:56:54.3|Info|RefreshEpisodeService|Finished episode refresh for series: [369307][The Undoing]. 2021-09-13 01:56:54.3|Info|DiskScanService|Scanning The Undoing 2021-09-13 01:56:54.6|Info|DiskScanService|Completed scanning disk for The Undoing 2021-09-13 01:56:54.8|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:54.8|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:54.8|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:54.8|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:54.8|Info|RefreshSeriesService|Updating WandaVision 2021-09-13 01:56:57.4|Info|RefreshEpisodeService|Starting episode info refresh for: [362392][WandaVision] 2021-09-13 01:56:57.4|Info|RefreshEpisodeService|Finished episode refresh for series: [362392][WandaVision]. 2021-09-13 01:56:57.4|Info|DiskScanService|Scanning WandaVision 2021-09-13 01:56:57.7|Info|DiskScanService|Completed scanning disk for WandaVision 2021-09-13 01:56:57.9|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:56:57.9|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:56:57.9|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:56:57.9|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:56:57.9|Info|RefreshSeriesService|Updating Watchmen 2021-09-13 01:56:59.3|Info|DownloadService|Report sent to Sab. Game.of.Thrones.S08E03.1080p.WEB.H264-MEMENTO-Obfuscated 2021-09-13 01:56:59.3|Info|NzbSearchService|Searching 1 indexers for [The Undoing : S01] 2021-09-13 01:56:59.5|Info|RefreshEpisodeService|Starting episode info refresh for: [360733][Watchmen] 2021-09-13 01:56:59.6|Info|RefreshEpisodeService|Finished episode refresh for series: [360733][Watchmen]. 2021-09-13 01:56:59.6|Info|DiskScanService|Scanning Watchmen 2021-09-13 01:56:59.6|Info|DiskScanService|Completed scanning disk for Watchmen 2021-09-13 01:56:59.6|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:56:59.7|Info|RefreshSeriesService|Updating What If…? 2021-09-13 01:57:01.2|Info|RefreshEpisodeService|Starting episode info refresh for: [367147][What If…?] 2021-09-13 01:57:01.2|Info|RefreshEpisodeService|Finished episode refresh for series: [367147][What If…?]. 2021-09-13 01:57:01.3|Info|DiskScanService|Scanning What If…? 2021-09-13 01:57:01.4|Info|DiskScanService|Completed scanning disk for What If…? 2021-09-13 01:57:01.5|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:57:01.5|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:57:01.5|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:57:01.5|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:57:01.5|Info|RefreshSeriesService|Updating Yellowstone (2018) 2021-09-13 01:57:03.2|Info|RefreshEpisodeService|Starting episode info refresh for: [341164][Yellowstone (2018)] 2021-09-13 01:57:03.2|Info|RefreshEpisodeService|Finished episode refresh for series: [341164][Yellowstone (2018)]. 2021-09-13 01:57:03.3|Info|DiskScanService|Scanning Yellowstone (2018) 2021-09-13 01:57:03.3|Info|DiskScanService|Completed scanning disk for Yellowstone (2018) 2021-09-13 01:57:03.3|Info|MetadataService|Series folder does not exist, skipping metadata creation 2021-09-13 01:57:03.3|Info|RefreshSeriesService|Updating Young Justice 2021-09-13 01:57:05.2|Info|RefreshEpisodeService|Starting episode info refresh for: [192061][Young Justice] 2021-09-13 01:57:05.3|Info|RefreshEpisodeService|Finished episode refresh for series: [192061][Young Justice]. 2021-09-13 01:57:05.3|Info|DiskScanService|Scanning Young Justice 2021-09-13 01:57:05.5|Info|DiskScanService|Completed scanning disk for Young Justice 2021-09-13 01:57:05.6|Info|ExistingMetadataImporter|Found 0 existing metadata files 2021-09-13 01:57:05.6|Info|ExistingSubtitleImporter|Found 0 existing subtitle files 2021-09-13 01:57:05.6|Info|ExistingOtherExtraImporter|Found 0 existing other extra files 2021-09-13 01:57:05.6|Info|ExistingExtraFileService|Found 0 extra files 2021-09-13 01:57:07.4|Info|DownloadDecisionMaker|Processing 135 releases 2021-09-13 01:57:09.2|Info|NzbSearchService|Searching 1 indexers for [Superman & Lois : S01] 2021-09-13 01:57:23.3|Info|DownloadDecisionMaker|Processing 523 releases 2021-09-13 01:57:38.5|Info|Sabnzbd|Adding report [Superman.and.Lois.S01E01.Pilot.1080p.WEB-DL.DD5.1.H264-NTb] to the queue. 2021-09-13 01:57:45.2|Info|DownloadService|Report sent to Sab. Superman.and.Lois.S01E01.Pilot.1080p.WEB-DL.DD5.1.H264-NTb 2021-09-13 01:57:57.1|Info|Sabnzbd|Adding report [Superman.And.Lois.S01E02.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb] to the queue. 2021-09-13 01:58:02.2|Info|DownloadService|Report sent to Sab. Superman.And.Lois.S01E02.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb 2021-09-13 01:58:05.4|Info|Sabnzbd|Adding report [Superman.And.Lois.S01E03.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb] to the queue. 2021-09-13 01:58:12.8|Info|DownloadService|Report sent to Sab. Superman.And.Lois.S01E03.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb 2021-09-13 01:58:12.8|Info|NzbSearchService|Searching 1 indexers for [Arrow : S03] 2021-09-13 01:58:31.1|Info|DownloadDecisionMaker|Processing 792 releases 2021-09-13 01:58:43.0|Info|Sabnzbd|Adding report [Arrow.S03.1080p.BluRay.x264-ROVERS] to the queue. 2021-09-13 02:00:24.9|Info|NzbSearchService|Searching 1 indexers for [Arrow : S04E11] 2021-09-13 02:00:27.1|Info|DownloadDecisionMaker|Processing 36 releases 2021-09-13 02:00:31.2|Info|Sabnzbd|Adding report [arrow.s04e11.1080p.bluray.x264-rovers-Obfuscated] to the queue. 2021-09-13 02:00:46.1|Info|DownloadService|Report sent to Sab. arrow.s04e11.1080p.bluray.x264-rovers-Obfuscated 2021-09-13 02:00:47.3|Info|NzbSearchService|Searching 1 indexers for [Arrow : S06E01] 2021-09-13 02:00:49.2|Info|DownloadDecisionMaker|Processing 26 releases 2021-09-13 02:00:53.1|Info|Sabnzbd|Adding report [Arrow.S06E01.1080p.BluRay.x264-YELLOWBiRD-Obfuscated] to the queue. 2021-09-13 02:01:11.2|Info|DownloadService|Report sent to Sab. Arrow.S06E01.1080p.BluRay.x264-YELLOWBiRD-Obfuscated 2021-09-13 02:01:12.2|Info|NzbSearchService|Searching 1 indexers for [Arrow : S07] 2021-09-13 02:01:27.0|Info|DownloadDecisionMaker|Processing 700 releases 2021-09-13 02:01:41.4|Info|Sabnzbd|Adding report [Arrow.S07E01.Inmate.4587.1080p.BluRay.10Bit.EAC3.H265-d3g] to the queue. 2021-09-13 02:01:49.5|Info|DownloadService|Report sent to Sab. Arrow.S07E01.Inmate.4587.1080p.BluRay.10Bit.EAC3.H265-d3g 2021-09-13 02:01:53.5|Info|Sabnzbd|Adding report [Arrow.S07E02.The.Longbow.Hunters.1080p.BluRay.10Bit.EAC3.H265-d3g] to the queue. 2021-09-13 02:02:10.2|Info|DownloadService|Report sent to Sab. Arrow.S07E02.The.Longbow.Hunters.1080p.BluRay.10Bit.EAC3.H265-d3g 2021-09-13 02:02:11.6|Info|NzbSearchService|Searching 1 indexers for [Arrow : S08] 2021-09-13 02:02:20.4|Info|DownloadDecisionMaker|Processing 293 releases 2021-09-13 02:02:30.1|Info|Sabnzbd|Adding report [Arrow.S08E04.2019.BluRay.1080p.DTS-HDMA5.1.x264-CHD-WhiteRev] to the queue. 2021-09-13 02:02:56.1|Info|DownloadService|Report sent to Sab. Arrow.S08E04.2019.BluRay.1080p.DTS-HDMA5.1.x264-CHD-WhiteRev 2021-09-13 02:02:57.2|Info|NzbSearchService|Searching 1 indexers for [Titans (2018) : S03E06] 2021-09-13 02:02:58.6|Info|DownloadDecisionMaker|Processing 11 releases 2021-09-13 02:02:58.7|Info|EpisodeSearchService|Completed search for 45 episodes. 12 reports downloaded.