Sonarr appears to be trying to process queued downloads (from CP) in Transmission. The file in question (see exception) is queued but has not started downloading yet.
CP Downloads movies to /media/Downloads/Movies/ and Sonarr is downloading to Transmission’s defualt folder, /media/Downloads/Torrents/.
Because this exception is keeping Sonarr from seeing Transmission’s history, it doesn’t know that there are several downloaded episodes waiting to be processed.
The file path in question also contains a questionable colon. In freebsd it’s valid, but in windows it’s not, so I’m wondering if that character + mono is part of the problem.
Here’s the exception:
Message
Unable to retrieve queue and history items from Transmission: Cannot combine OsPaths of different platforms ('/media/Downloads/Movies' + 'The+Chronicles+of+Narnia:+The+Lion,+the+Witch+and+the+Wardrobe+2005+720p+BrRip+x264+YIFY')
Exception
System.Exception: Cannot combine OsPaths of different platforms ('/media/Downloads/Movies' + 'The+Chronicles+of+Narnia:+The+Lion,+the+Witch+and+the+Wardrobe+2005+720p+BrRip+x264+YIFY')
at NzbDrone.Common.Disk.OsPath.op_Addition (OsPath left, OsPath right) [0x00000] in <filename unknown>:0
at NzbDrone.Common.Disk.OsPath.op_Addition (OsPath left, System.String right) [0x00000] in <filename unknown>:0
at NzbDrone.Core.Download.Clients.Transmission.Transmission.GetItems () [0x00000] in <filename unknown>:0
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (IDownloadClient downloadClient) [0x00000] in <filename unknown>:0