No signature of method error

All your suggestions, requests and ideas for future development
Post Reply
jwdempsey
Posts: 2
Joined: 28 Oct 2013, 13:37

No signature of method error

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

Re: No signature of method error

Post by rednoah »

Should be fixed now. Give the amc script a day to auto-update things.
:idea: Please read the FAQ and How to Request Help.
jwdempsey
Posts: 2
Joined: 28 Oct 2013, 13:37

Re: No signature of method error

Post by jwdempsey »

Thank you! Is there a way I can tell when the script has been updated?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: No signature of method error

Post by rednoah »

Call -clear-cache once:

Code: Select all

filebot -clear-cache
That'll force an update next time you call -script fn:amc
:idea: Please read the FAQ and How to Request Help.
Post Reply