Page 1 of 1

Assistance need - uTorrent automation failing

Posted: 15 Sep 2014, 21:15
by Yalcin603
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?)

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 (°_°)
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!

Re: Assistance need - uTorrent automation failing

Posted: 15 Sep 2014, 21:36
by rednoah
So what's the cmdline look like? Are you sure you're using the latest amc script? Are you sure you're using the latest filebot?

Re: Assistance need - uTorrent automation failing

Posted: 15 Sep 2014, 23:27
by Yalcin603
I didn't think about the AMC script!! Updated and now fully working.

Thanks sooooo much!