Page 1 of 1

4.1 rc1 - rc3 will error if you run amc script locally

Posted: 11 May 2014, 11:40
by starlo
4.1 rc1 - rc3 will error if you run amc script locally


filebot -script "/scripts/amc.groovy"...... finds and runs my copy of amc.groovy but errors


filebot -script "fn:amc" ........ works perfectly


I have visited Github and replaced my copy of amc.groovy with the latest one but this had made no difference

the error given is

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
just in case it makes a difference, my java -version

Code: Select all

root@nas:~# java -version
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)

Re: 4.1 rc1 - rc3 will error if you run amc script locally

Posted: 11 May 2014, 16:33
by rednoah
You need to update your scripts from the devel branch:
https://github.com/filebot/scripts/tree/devel

Re: 4.1 rc1 - rc3 will error if you run amc script locally

Posted: 11 May 2014, 16:48
by starlo
Thanks, that fixed it. Work like a charm.