Sonarr version (exact version): Sonarr Ver. 2.0.0.5085
Mono version (if Sonarr is not running on Windows): n/a
OS: windows
Debug logs:
[snip]
18-1-25 18:49:51.6|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from BlackHole (IPT - TV)
[v2.0.0.5085] System.IO.FileNotFoundException: File doesn’t exist: D:\Torrents\Completed\Doctor Who - The Complete Classic 26 Seasons Collection + Extras\Doctor Who - S03E05 (022) - The Massacre of St Bartholomew’s Eve - Parts 1-4\Doctor Who - S03E05 (022) - The Massacre of St Bartholomew’s Eve (2) - The Sea Beggar (Recon).avi
at NzbDrone.Common.Disk.DiskProviderBase.GetFileSize(String path) in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 170
at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext() at System.Linq.Enumerable.Sum(IEnumerable
1 source)
at NzbDrone.Core.Download.Clients.Blackhole.ScanWatchFolder.d__6.MoveNext() in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Download\Clients\Blackhole\ScanWatchFolder.cs:line 74
at NzbDrone.Core.Download.Clients.Blackhole.ScanWatchFolder.GetItems(String watchFolder, TimeSpan waitPeriod) in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Download\Clients\Blackhole\ScanWatchFolder.cs:line 41
at NzbDrone.Core.Download.Clients.Blackhole.TorrentBlackhole.d__14.MoveNext() in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Download\Clients\Blackhole\TorrentBlackhole.cs:line 90
at System.Collections.Generic.List1..ctor(IEnumerable
1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:line 89
18-1-25 18:49:51.6|Debug|Api|[GET] /api/health: 200.OK (0 ms)
[snip]
Description of issue:
Sonarr would not auto download from RSS feed.
Found, from Debug Log above (thank you Google and these Forums), that when “Check For Finished Download” task would run, it had issues w/ a file and would hang the BlackHole (BitTorrent) download client. (I verified that the file did exist.)
Relocated the completed file, out of the Sonarr (BlackHole download client) watch path, and all started working.
I am not sure where to put data like this, so I hope this is the right forum. From the logs it looks to me like the GetFileSize() method had issues and Sonarr did not know how to recover. Being a software developer, I figured I should report this issue to try and help make things better.