AccessDeniedException Synology

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
alael
Posts: 7
Joined: 05 Oct 2015, 13:02

AccessDeniedException Synology

Post by alael »

Hello aim getting some output error using the fielbot synology package for example:

[MOVE] Rename [/volume1/Download/Temporary/[HorribleSubs] Fairy Tail S2 - 78 [720p].mkv] to [/volume1/download/anime/Anime/Fairy Tail (2014)/Fairy Tail (2014) - 78 - Tartarus Chapter A Silver Wish.mkv]
[MOVE] Failed to rename [/volume1/Download/Temporary/[HorribleSubs] Fairy Tail S2 - 78 [720p].mkv]
AccessDeniedException: /volume1/download


I am not sure if this because of some characters or for permission problem here is the full command:

filebot -script 'fn:amc' /volume1/Download/Temporary --output /volume1/download/anime --action move -non-strict --conflict skip --lang en --def 'ut_label=anime' 'music=y' 'unsorted=y' 'skipExtract=y' --log info --log-file '/volume1/@appstore/filebot-node/filebot.log'


The log show stuff like :

[MOVE] Rename [/volume1/Download/Temporary/[HorribleSubs] Miss Monochrome S3 - 01 [720p].mkv] to [/volume1/download/anime/Anime/Miss Monochrome The Animation/Miss Monochrome The Animation - 01 - Fall.mkv]
[MOVE] Failed to rename [/volume1/Download/Temporary/[HorribleSubs] Miss Monochrome S3 - 01 [720p].mkv]
AccessDeniedException: /volume1/download
[MOVE] Rename [/volume1/Download/Temporary/[HorribleSubs] Mobile Suit Gundam - Iron-Blooded Orphans - 01 [720p].mkv] to [/volume1/download/anime/Anime/Kidou Senshi Gundam Tekketsu no Orphans/Kidou Senshi Gundam Tekketsu no Orphans - 01 - Episode 1.mkv]
[MOVE] Failed to rename [/volume1/Download/Temporary/[HorribleSubs] Mobile Suit Gundam - Iron-Blooded Orphans - 01 [720p].mkv]
AccessDeniedException: /volume1/download

Any idea?

Thanks
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AccessDeniedException Synology

Post by rednoah »

Have you tried fixing the permissions?

@see viewtopic.php?f=8&t=2288#p14852
:idea: Please read the FAQ and How to Request Help.
alael
Posts: 7
Joined: 05 Oct 2015, 13:02

Re: AccessDeniedException Synology

Post by alael »

Question under what user does filebot node for synology runs?


Thanks,
alael
Posts: 7
Joined: 05 Oct 2015, 13:02

Re: AccessDeniedException Synology

Post by alael »

Okay by taking the command generate by the node GUI and running it via CLI as admin it works there is a problem however,

The file become invisible in the Filestation after they get moved, I can see them via Cli and set the right permission manually the question is is there a fix to avoid all this?


Thanks again,
Edit:

never mind found the issue.
Post Reply