Assistance need - uTorrent automation failing
Posted: 15 Sep 2014, 21:15
Hi guys,
I'd really like your help analyzing why my script started failing. I've been breaking my head on this for the past few day and have not found a solution yet. My Java is version 8 and Filebot is at 4.2 (latest version?)
This is the full entry from the amc.log. Would be forever grateful to whoever can tell me how to fix this. FileBot is amazing when it works!
I'd really like your help analyzing why my script started failing. I've been breaking my head on this for the past few day and have not found a solution yet. My Java is version 8 and Filebot is at 4.2 (latest version?)
Code: Select all
MissingPropertyException: No such property: bindings for class: net.filebot.cli.ArgumentBean
groovy.lang.MissingPropertyException: No such property: bindings for class: net.filebot.cli.ArgumentBean
at Script1.run(Script1.groovy:5)
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 (°_°)