Page 1 of 1

No signature of method error

Posted: 28 Oct 2013, 13:44
by jwdempsey
I am getting the following error while using the AMC script with Filebot 3.8 RC5:

MissingMethodException: No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.refreshPlexLibrary() is applicable for argument types: (java.lang.String) values: [localhost]
groovy.lang.MissingMethodException: No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.refreshPlexLibrary() is applicable for argument types: (java.lang.String) values: [localhost]
at Script3$_run_closure38.doCall(Script3.groovy:271)
at Script3.run(Script3.groovy:269)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:102)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:95)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:125)
at net.sourceforge.filebot.Main.main(Main.java:183)
Failure (°_°)

Here is the script I am using:

Code: Select all

filebot -script fn:amc --output "C:\videos" --log-file amc.log --action move --conflict override -non-strict --def music=n --def subtitles=en --def artwork=n --def backdrops=n  --def plex=localhost --def clean=y --def gmail=user/pass --def mailto=email --def "exec=transcode.bat ""{file}""" "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

Re: No signature of method error

Posted: 28 Oct 2013, 14:36
by rednoah
Should be fixed now. Give the amc script a day to auto-update things.

Re: No signature of method error

Posted: 28 Oct 2013, 14:41
by jwdempsey
Thank you! Is there a way I can tell when the script has been updated?

Re: No signature of method error

Posted: 28 Oct 2013, 14:49
by rednoah
Call -clear-cache once:

Code: Select all

filebot -clear-cache
That'll force an update next time you call -script fn:amc