Permissions Messed Up After Upgrade on Synology

Sonarr version (2.0.0.5163):
Mono version (5.8.0.108-11):
OS: DSM 6.1.5-15254 Update 1

Sonarr won’t move any downloaded files (torrents or newsgroups) to the target folder after I upgraded to the latest Sonarr version two days ago. I know it’s a permission issue, but I’ve trolled all day through forums looking for solutions. I’ve tried changing permissions via Synology file sharing for the download and target folders for sc-download and sc-media several times, rebooted, but no avail. Even did a chmod to 775 for all directories and files in download and target folders. I’m at wits end! Help!

Debug logs:
Couldn’t import episode /volume1/downloads/torrents/iZombie.S04E04.Brainless.in.Seattle.Part.2.720p.NF.WEBRip.DD5.1.x264-NTb[rarbg]/iZombie.S04E04.Brainless.in.Seattle.Part.2.720p.NF.WEB-DL.DD5.1.x264-NTb.mkv: Access to the path is denied.

System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00116] in :0
at NzbDrone.Common.Disk.DiskProviderBase.MoveFileInternal (System.String source, System.String destination) [0x00000] in <6d548036160a49ed8e2657c617163f50>:0
at NzbDrone.Mono.Disk.DiskProvider.MoveFileInternal (System.String source, System.String destination) [0x00076] in :0
at NzbDrone.Common.Disk.DiskProviderBase.MoveFile (System.String source, System.String destination, System.Boolean overwrite) [0x000e3] in <6d548036160a49ed8e2657c617163f50>:0
at NzbDrone.Common.Disk.DiskTransferService.TryMoveFileTransactional (System.String sourcePath, System.String targetPath, System.Int64 originalSize, NzbDrone.Common.Disk.DiskTransferVerificationMode verificationMode) [0x0008f] in <6d548036160a49ed8e2657c617163f50>:0
at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, System.Boolean overwrite, NzbDrone.Common.Disk.DiskTransferVerificationMode verificationMode) [0x003ce] in <6d548036160a49ed8e2657c617163f50>:0
at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, System.Boolean overwrite, System.Boolean verified) [0x0000e] in <6d548036160a49ed8e2657c617163f50>:0
at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.TransferFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Tv.Series series, System.Collections.Generic.List1[T] episodes, System.String destinationFilePath, NzbDrone.Common.Disk.TransferMode mode) [0x0012c] in <9b8bbe29888f49229914613e26af4aa5>:0 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.MoveEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode) [0x0006c] in <9b8bbe29888f49229914613e26af4aa5>:0 at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode, System.Boolean copyOnly) [0x0017c] in <9b8bbe29888f49229914613e26af4aa5>:0 at NzbDrone.Core.MediaFiles.EpisodeImport.ImportApprovedEpisodes.Import (System.Collections.Generic.List1[T] decisions, System.Boolean newDownload, NzbDrone.Core.Download.DownloadClientItem downloadClientItem, NzbDrone.Core.MediaFiles.EpisodeImport.ImportMode importMode) [0x00277] in <9b8bbe29888f49229914613e26af4aa5>:0

6 threads down…

Thank you! Took a bit of doing, but at least this thread gave me some things to try. chmod 777 -R on the source and target directories did the trick, as much as I hate going into command line on the Synology.

I really appreciate the reply, you definitely pointed me in the right direction.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.