[Synology] Permission denied on /volume1

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
R3PTIL3
Posts: 3
Joined: 20 Dec 2018, 13:50

[Synology] Permission denied on /volume1

Post by R3PTIL3 »

Hello
i need help i have install filebot and filebot node on synology ds 918+ ,have start test but it comes a Error

Code: Select all

filebot -script 'fn:amc' /volume1/Downloads --output /volume1 --action TEST --order Airdate --conflict auto --lang de --def 'music=y' 'subtitles=deu' 'skipExtract=y' 'minLengthMS=300000' 'seriesFormat=Serien/{n}/{'\''Season '\''+s}/{n} - {s00e00} - {t}' 'movieFormat=Filme/{n} ({y})/{n} ({y})' 'excludeList=.excludes' --log all --log-file '/volume1/@appstore/filebot-node/data/filebot.log'

------------------------------------------

x86_64
Locking /volume1/@appstore/filebot-node/data/filebot.log
Run script [fn:amc] at [Thu Dec 20 14:44:20 CET 2018]
Parameter: music = y
Parameter: subtitles = deu
Parameter: skipExtract = y
Parameter: minLengthMS = 300000
Parameter: seriesFormat = Serien/{n}/{'Season '+s}/{n} - {s00e00} - {t}
Parameter: movieFormat = Filme/{n} ({y})/{n} ({y})
Parameter: excludeList = .excludes
Argument[0]: /volume1/Downloads
LicenseError: UNREGISTERED
Use excludes: /volume1/.excludes
Permission denied
java.io.IOException: Permission denied
	at java_io_File$createNewFile$5.call(Unknown Source)
	at Script1.run(Script1.groovy:193)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:154)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:36)
	at net.filebot.Main.main(Main.java:131)

Failure (°_°)
------------------------------------------

[Process error]
Sry for my english :D
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Java Error

Post by rednoah »

Does this folder exist?

Code: Select all

/volume1
If yes, what are the permissions of this folder?

Code: Select all

java.io.IOException: Permission denied
By default, Synology NAS probably wouldn't give you write access to it's primary mount point. You'll probably need to select some other network share folders as output folder, and possibly create a new share to make sure the permissions are pristine and not messed up.

It's not a "Java Error" per se. It's the operating system say "Permission denied" and so the filebot process exits in failure.
:idea: Please read the FAQ and How to Request Help.
R3PTIL3
Posts: 3
Joined: 20 Dec 2018, 13:50

Re: [Synology] Permission denied on /volume1

Post by R3PTIL3 »

Yes that was the problem it is not </Volume1>
I changed it in </ Volume1 / Downloads>
New Error :D

Where can i change Scrapers?

Code: Select all

filebot -script 'fn:amc' /volume1/Downloads/serie --output /volume1/Downloads --action move --order Airdate --conflict auto --lang de --def 'music=y' 'subtitles=deu' 'skipExtract=y' 'minLengthMS=300000' 'seriesFormat=Serien/{n}/{'\''Season '\''+s}/{n} - {s00e00} - {t}' 'movieFormat=Filme/{n} ({y})/{n} ({y})' 'excludeList=.excludes' --log all --log-file '/volume1/@appstore/filebot-node/data/filebot.log'

------------------------------------------

x86_64
Locking /volume1/@appstore/filebot-node/data/filebot.log
Run script [fn:amc] at [Thu Dec 20 20:10:51 CET 2018]
Parameter: music = y
Parameter: subtitles = deu
Parameter: skipExtract = y
Parameter: minLengthMS = 300000
Parameter: seriesFormat = Serien/{n}/{'Season '+s}/{n} - {s00e00} - {t}
Parameter: movieFormat = Filme/{n} ({y})/{n} ({y})
Parameter: excludeList = .excludes
Argument[0]: /volume1/Downloads/serie
LicenseError: UNREGISTERED
Use excludes: /volume1/Downloads/.excludes (1)
Ignore system path: /volume1/Downloads/serie/@eaDir
Input: /volume1/Downloads/serie/izombie.mkv
izombie.mkv [series: iZombie, movie: Serie B (2011)]
Exclude Series: iZombie
Group: [tvs:null, mov:serie b 2011] => [izombie.mkv]
Get [German] subtitles for 1 files
CmdlineException: OpenSubtitles: Please enter your login details by calling `filebot -script fn:configure`
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/volume1/Downloads/serie/izombie.mkv]
CmdlineException: Failed to identify or process any files
Finished without processing any files
Failure (°_°)
------------------------------------------

[Process error]
R3PTIL3
Posts: 3
Joined: 20 Dec 2018, 13:50

Re: [Synology] Permission denied on /volume1

Post by R3PTIL3 »

Pls Close :)
Post Reply