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

All your suggestions, requests and ideas for future development
Post Reply
starlo
Posts: 2
Joined: 11 May 2014, 11:11

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

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

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

Post by rednoah »

You need to update your scripts from the devel branch:
https://github.com/filebot/scripts/tree/devel
:idea: Please read the FAQ and How to Request Help.
starlo
Posts: 2
Joined: 11 May 2014, 11:11

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

Post by starlo »

Thanks, that fixed it. Work like a charm.
Post Reply