I need some help:
In the last week or so, both Sonarr & Radarr have stopped automatically importing and cleaning up downloaded video files.
Sonarr & Radarr are snatching the files correctly and sending them to NZBGet to download, and they are downloading correctly, it’s just the importing and cleanup thats not working.
This is on my Synology DS216play NAS, Sonarr & Radarr and the current versions (2.0.0.4689 for Sonarr & 0.2.0.654 for Radarr) which I’ve installed though the SynoCommunity repo in Package Center. NZBGet is version 18.1 which I manually installed into /var/packages/nzbget
using the instructions here.
The version of Mono I am using for Sonarr & Radarr is the SynoCommunity version also (as this is the version that was installed automatically when I went to install Sonarr, and I didn’t want to uninstall and restore Sonarr & Radarr just to try the Synology version of Mono unless I was sure that was the problem,.
Anyway, looking at my log files in Sonarr, I get the following error when it tries to import an episode:
Message
Couldn’t import episode /volume1/Downloads/Complete/TV/XXX: Access to the path is denied.
Exception
System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x0013a] in /spksrc/native/mono/work-native/mono-4.6.2/mcs/class/corlib/System.IO/File.cs:335
at NzbDrone.Common.Disk.DiskProviderBase.MoveFile (System.String source, System.String destination, System.Boolean overwrite) [0x000e3] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Disk\DiskProviderBase.cs:222
at NzbDrone.Common.Disk.DiskTransferService.TryMoveFileVerified (System.String sourcePath, System.String targetPath, System.Int64 originalSize) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Disk\DiskTransferService.cs:565
If I go to Sonarr > Activity and select the ‘Manual import’ button next to a downloaded episode, I can import an episode, but only if I select ‘Copy’ instead of ‘Move’.
I first though it was a permission issue, I’ve set the permissions for both my download and my media volume to 777 via SSH, but I don’t think thats helped.
Looking at the output under ‘Exception’ I’m guessing that it probably is an issue with Mono, but I’m out of my depth here, and it’s also a huge pain to restore my installations of Sonarr & Radarr uninstall them so I can install a different version of Mono as a last resort.
Thanks in advance
—Luke