update-mes error.

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
bonelifer
Power User
Posts: 81
Joined: 23 Mar 2013, 18:27

update-mes error.

Post by bonelifer »

Commandline:

Code: Select all

filebot -script fn:update-mes "/media/Store/Videos/TV/" --def login=username:PASSWORD addshows=y
I have it as an alias in bash, and this is the one I've been using. Today it gave the error below.

Error:

Code: Select all

ScriptException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script4.groovy: 6: unable to resolve class org.jsoup.Connection.Method
 @ line 6, column 1.
   import org.jsoup.Connection.Method
   ^

Script4.groovy: 5: unable to resolve class org.jsoup.Jsoup
 @ line 5, column 1.
   import org.jsoup.Jsoup
   ^

2 errors

MissingMethodException: No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.MyEpisodes() is applicable for argument types: (java.lang.String, java.lang.String) values: [bonelifer, OGQJFvTujHV2CB]
groovy.lang.MissingMethodException: No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.MyEpisodes() is applicable for argument types: (java.lang.String, java.lang.String) values: [username, PASSWORD]
        at Script3.run(Script3.groovy:11)
        at net.sourceforge.filebot.cli.ScriptShell.evaluate(Unknown Source)
        at net.sourceforge.filebot.cli.ScriptShell.runScript(Unknown Source)
        at net.sourceforge.filebot.cli.ArgumentProcessor.process(Unknown Source)
        at net.sourceforge.filebot.Main.main(Unknown Source)
Failure (°_°)
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: update-mes error.

Post by rednoah »

Try updating to 3.62
:idea: Please read the FAQ and How to Request Help.
te5s3rakt
Posts: 35
Joined: 02 Apr 2013, 11:51

Re: update-mes error.

Post by te5s3rakt »

I'm getting an error too upon just setting this up... my terminal output is below... where user is my username and pwd my password :)

I entered this>>>
/Applications/Filebot.app/Contents/MacOS/filebot -script fn:update-mes "/Volumes/PROMISE PEGASUS/Series" --def login=user:pwd addshows=y tick=acquired

And got this>>>
FileNotFoundException: https://raw.githubusercontent.com/fileb ... mes.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/fileb ... mes.groovy
at net.sourceforge.filebot.web.WebRequest.fetch(WebRequest.java:140)
at net.sourceforge.filebot.web.WebRequest.fetchIfModified(WebRequest.java:118)
at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.java:32)
at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.java:11)
at net.sourceforge.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:133)
at net.sourceforge.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:78)
at net.sourceforge.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:236)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:84)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (?_?)

Any ideas?
Post Reply