No such property: ExitCode

Any questions? Need some help?
Post Reply
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

No such property: ExitCode

Post by AsCavaco »

Hi readnoah , i didnt change anything and its giving me this error :

here is fn output

Code: Select all

Run script [dev:amc] at [Fri Mar 01 21:51:54 GMT 2019]
Parameter: music = y
Parameter: unsorted = y
Parameter: subtitles = por
Parameter: clean = y
Parameter: deleteAfterExtract = y
Parameter: plex = *****
Parameter: pushover = *****
Parameter: seriesFormat = Series/{n}/Season {s}/{n}-{s00e00}-{t}
Parameter: movieFormat = Filmes/{n}-{y}/{n}-{y}-{vf}-{source}-{vc}-{ac}-{group}
Argument[0]: /volume2/Downloads
Ignore system path: /volume2/Downloads/@eaDir
No such property: ExitCode for class: Script1
groovy.lang.MissingPropertyException: No such property: ExitCode for class: Script1
	at Script1.run(Script1.groovy:301)
	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 (°_°)
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Error on synology version 4.8.2

Post by AsCavaco »

script :

Code: Select all

filebot -script 'dev:amc' /volume2/Downloads --output /volume2/Media/ --action move -non-strict --lang en --def 'music=y' 'unsorted=y' 'subtitles=por' 'clean=y' 'deleteAfterExtract=y' 'plex=xxxxxxxxxxxxxxxxxxx' 'pushover=xxxxxxxxxxxxxxxxxx 'seriesFormat=Series/{n}/Season {s}/{n}-{s00e00}-{t}' 'movieFormat=Filmes/{n}-{y}/{n}-{y}-{vf}-{source}-{vc}-{ac}-{group}' --log all --log-file '/volume2/Public/amc.log'
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error on synology version 4.8.2

Post by rednoah »

Option A
Use fn:amc instead of dev:amc if you want to keep using your current stable release of FileBot.

Option B
Use the latest FileBot development revision if you want to use the latest development revision of the amc script.
:idea: Please read the FAQ and How to Request Help.
Post Reply