Sonarr version (exact version): 2.0.0.4326
Mono version (if Sonarr is not running on Windows): 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4)
OS: Ubuntu 16.04
((Debug logs)): https://drive.google.com/file/d/0B38b9TU5d5BSaHdSZm5jNWQzUnM/view?usp=sharing
Trace logs: https://drive.google.com/file/d/0B38b9TU5d5BSMjlKYjc5TU00LTA/view?usp=sharing
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue:
Iâve been using Sonarr at home on OSX for a couple of years, but now trying to transition to a VPS setup. My Media root folder is on ACD mounted via FUSE (acd_cli). Sab downloads to a local âDownloadsâ folder, a script converts to MP4, then Sonarr is meant to pick up and transfer MP4 to the ACD drive.
It looks like Sonarr is starting the process OK:
16-10-14 02:36:04.5|Debug|EpisodeFileMovingService|Moving episode file: /home/fozz/Downloads/Downloaded/The.Great.British.Bake.Off.S07E08.720p.HDTV.x264-C4TV.2/the.great.british.bake.off.s07e08.720p.hdtv.x264-c4tv.mp4 to /home/fozz/ACD/Media/TV/The Great British Bake Off/Season 07/The Great British Bake Off - S07E08 - Tudor Week HDTV-720p.mp4
16-10-14 02:36:04.5|Debug|DiskTransferService|Move [/home/fozz/Downloads/Downloaded/The.Great.British.Bake.Off.S07E08.720p.HDTV.x264-C4TV.2/the.great.british.bake.off.s07e08.720p.hdtv.x264-c4tv.mp4] > [/home/fozz/ACD/Media/TV/The Great British Bake Off/Season 07/The Great British Bake Off - S07E08 - Tudor Week HDTV-720p.mp4]
After some time Sonarr seems to give up and try and delete the file:
16-10-14 02:43:59.8|Debug|DiskTransferService|Rolling back incomplete file move [/home/fozz/Downloads/Downloaded/The.Great.British.Bake.Off.S07E08.720p.HDTV.x264-C4TV.2/the.great.british.bake.off.s07e08.720p.hdtv.x264-c4tv.mp4] to [/home/fozz/ACD/Media/TV/The Great British Bake Off/Season 07/The Great British Bake Off - S07E08 - Tudor Week HDTV-720p.mp4].
And this later. Not sure whatâs going on here:
16-10-14 02:44:02.8|Warn|ImportApprovedEpisodes|Couldnât import episode /home/fozz/Downloads/Downloaded/The.Great.British.Bake.Off.S07E08.720p.HDTV.x264-C4TV.2/the.great.british.bake.off.s07e08.720p.hdtv.x264-c4tv.mp4
[v2.0.0.4326] System.IO.IOException: Cannot create a file that already exist.
at System.IO.File.Move (System.String sourceFileName, System.String destFileName) <0x7fd5f455a640 + 0x002f0> in :0
at NzbDrone.Common.Disk.DiskProviderBase.MoveFile (System.String source, System.String destination, Boolean overwrite) [0x000e3] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskProviderBase.cs:209
at NzbDrone.Common.Disk.DiskTransferService.TryMoveFileVerified (System.String sourcePath, System.String targetPath, Int64 originalSize) [0x00000] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskTransferService.cs:555
Trace logs also show this:
16-10-14 02:43:51.4|Trace|DiskProviderBase|Deleting file: /home/fozz/ACD/Media/TV/The Great British Bake Off/Season 07/The Great British Bake Off - S07E08 - Tudor Week HDTV-720p.mp4.partial~
Any idea whatâs going on here? Is it the slow upload to ACD? Uploads to ACD work outside Sonarr, but only run at about 1MB/s.
Sometimes the Sonarr move does work as expected, but the item stays in my Wanted list. I have to manually refresh the Show in âSeriesâ in Sonarr to get it to pick up that the episode is correctly downloaded.
Any help welcome - thanks!