Page 1 of 1

AccessDeniedException Synology

Posted: 05 Oct 2015, 13:12
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

Re: AccessDeniedException Synology

Posted: 05 Oct 2015, 14:13
by rednoah
Have you tried fixing the permissions?

@see viewtopic.php?f=8&t=2288#p14852

Re: AccessDeniedException Synology

Posted: 06 Oct 2015, 12:04
by alael
Question under what user does filebot node for synology runs?


Thanks,

Re: AccessDeniedException Synology

Posted: 06 Oct 2015, 12:30
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.