Crash on Synology
Posted: 22 Dec 2014, 23:17
Hello,
I encountered today a problem while running the filebot sorting script.
I did try to update the jar using the latest release (4.5.3), but now I have a different error. The script exits with the below message:
could you please help?
Thanks a lot
I encountered today a problem while running the filebot sorting script.
I did try to update the jar using the latest release (4.5.3), but now I have a different error. The script exits with the below message:
Code: Select all
Dec 23, 2014 12:11:34 AM net.filebot.Main initializeCache
WARNING: App version (r2729) does not match cache version (r0): reset cache
MissingPropertyException: No such property: _log for class: Script1
Possible solutions: log, now, _def, _args
groovy.lang.MissingPropertyException: No such property: _log for class: Script1
Possible solutions: log, now, _def, _args
at Script1$_run_closure5.doCall(Script1.groovy:54)
at Script1.run(Script1.groovy:15)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:112)
at net.filebot.Main.main(Main.java:170)
MissingPropertyException: No such property: _log for class: Script1
Possible solutions: log, now, _def, _args
groovy.lang.MissingPropertyException: No such property: _log for class: Script1
Possible solutions: log, now, _def, _args
at Script1$_run_closure5.doCall(Script1.groovy:54)
at Script1.run(Script1.groovy:15)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:112)
at net.filebot.Main.main(Main.java:170)
Thanks a lot