Script Error After Updating to 4.2 (from 4.0)
Posted: 03 Sep 2014, 05:27
I realize I'm a little late to the party. For some reason I haven't checked for updates in a while, and after updating my scripts are no longer working. The error I get is:
I wrote the scripts pretty much from scratch, so it's not just a case of needing to update to a newer version of those, I don't think. Just need some help figuring out what I need to change to get the scripts to work again.
Thanks!
Code: Select all
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script2.groovy: 2: unable to resolve class net.sourceforge.filebot.WebServices
@ line 2, column 1.
import static net.sourceforge.filebot.WebServices.*
^
Script2.groovy: 2: unable to resolve class net.sourceforge.filebot.WebServices
@ line 2, column 1.
import static net.sourceforge.filebot.WebServices.*
^
2 errors
MissingMethodException: No signature of method: java.io.File.eachMediaFolder() is applicable for argument types: (Script1$_run_closure3) values: [Script1$_run_closure3@b6cddb]
groovy.lang.MissingMethodException: No signature of method: java.io.File.eachMediaFolder() is applicable for argument types: (Script1$_run_closure3) values: [Script1$_run_closure3@b6cddb]
at Script1.run(Script1.groovy:19)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:60)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:81)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:108)
at net.filebot.Main.main(Main.java:191)
Failure (°_°)
Launch4j: Failed to run the given command.
Thanks!