Assistance need - uTorrent automation failing

Any questions? Need some help?
Post Reply
Yalcin603
Posts: 2
Joined: 15 Sep 2014, 21:08

Assistance need - uTorrent automation failing

Post 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!
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Assistance need - uTorrent automation failing

Post 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?
:idea: Please read the FAQ and How to Request Help.
Yalcin603
Posts: 2
Joined: 15 Sep 2014, 21:08

Re: Assistance need - uTorrent automation failing

Post by Yalcin603 »

I didn't think about the AMC script!! Updated and now fully working.

Thanks sooooo much!
Post Reply