No signature of method error
Posted: 28 Oct 2013, 13:44
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:
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"