Code: Select all
filebot -script "C:\Program Files\FileBot\utorrent-postprocess2.groovy" --output "H:/" -non-strict --action move --conflict skip --def clean=true subtitles=en artwork=true xbmc=192.168.1.103 "ut_dir=C:\Users\Jeff\Downloads\tv\At.Midnight.2014.06.05.720p.HDTV.x264-YesTV.nzb" "ut_file=At.Midnight.2014.06.05.720p.HDTV.x264-YesTV.nzb.nzb" "ut_kind=multi" "ut_title=At.Midnight.2014.06.05.720p.HDTV.x264-YesTV.nzb" "ut_label=tv" "ut_state=0"
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:6)
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:192)
Failure (~_~)
Launch4j: Failed to run the given command.
The parameter is incorrect.
EDIT: I just read that there's a new groovy version that's incompatible. So I'm guessing that's it. Is there a list of changes so I can update my script?