Page 1 of 1

FileBot 4.6.2 (r3813) - FileNotFoundException

Posted: 30 Mar 2016, 21:42
by Sheldon
Hi,

FileBot 4.6.2 (r3813) causes a FileNotFoundException:

FileNotFoundException: Script not found: fn:sysinfo
java.io.FileNotFoundException: Script not found: fn:sysinfo
at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:50)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:70)
at net.filebot.cli.ScriptShellBaseClass.executeScript(ScriptShellBaseClass.java:115)
at net.filebot.cli.ScriptShellBaseClass.runScript(ScriptShellBaseClass.java:90)
at Script1.run(Script1.groovy:1)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:60)
at net.filebot.cli.GroovyPad$Runner$1.run(GroovyPad.java:232)

Please check!

Kind regards,

Sheldon

Re: FileBot 4.6.2 (r3813) - FileNotFoundException

Posted: 30 Mar 2016, 22:24
by rednoah
It's runScript 'sysinfo' now.

Re: FileBot 4.6.2 (r3813) - FileNotFoundException

Posted: 31 Mar 2016, 11:57
by Sheldon
Thanks!