4.1 rc1 - rc3 will error if you run amc script locally
Posted: 11 May 2014, 11:40
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
just in case it makes a difference, my java -version
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
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)