script fn:artwork.tmdb fails

Any questions? Need some help?
Post Reply
Hairybiker
Posts: 5
Joined: 23 Jun 2014, 10:06

script fn:artwork.tmdb fails

Post by Hairybiker »

Been running fine for ages, but in the past weeks it has started erring.
When trying to get artwork it crashes. Running latest Oracle java versions.
error:
filebot -script fn:artwork.tmdb ./
MissingMethodException: No signature of method: static net.filebot.media.MediaDetection.detectMovie() is applicable for argument types: (java.io.File, null, net.filebot.web.TMDbClient, java.util.Locale, java.lang.Boolean) values: [/home/hairybiker/Movies/Movie (2015)/Movie (2015).mkv, ...]
Possible solutions: detectMovie(java.io.File, net.filebot.web.MovieIdentificationService, java.util.Locale, boolean)
groovy.lang.MissingMethodException: No signature of method: static net.filebot.media.MediaDetection.detectMovie() is applicable for argument types: (java.io.File, null, net.filebot.web.TMDbClient, java.util.Locale, java.lang.Boolean) values: [/home/hairybiker/Movies/Movie (2015)/Movie (2015).mkv, ...]
Possible solutions: detectMovie(java.io.File, net.filebot.web.MovieIdentificationService, java.util.Locale, boolean)
at Script1$_run_closure1.doCall(Script1.groovy:29)
at net.filebot.cli.ScriptShellMethods.eachMediaFolder(ScriptShellMethods.java:187)
at Script1.run(Script1.groovy:13)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:112)
at net.filebot.Main.main(Main.java:169)
Failure (°_°)

sysinfo:
filebot -script fn:sysinfo
FileBot 4.5.6 (r2818)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.9
JRE: Java(TM) SE Runtime Environment 1.8.0_31
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 2 Core / 864 MB Max Memory / 23 MB Used Memory
OS: Linux (amd64)
uname: Linux duo 3.16.0-28-generic #38-Ubuntu SMP Sat Dec 13 16:13:28 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ

Same on 2 different pc's. Both running Linux Mint 17.1 Mate 64bit.
User avatar
rednoah
The Source
Posts: 23931
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: script fn:artwork.tmdb fails

Post by rednoah »

Fixed. Please use dev:artwork.tmdb for now.
:idea: Please read the FAQ and How to Request Help.
CaptainMoody
Posts: 3
Joined: 21 Aug 2015, 11:21

Re: script fn:artwork.tmdb fails

Post by CaptainMoody »

I'm having exactly the same problem as the OP but using dev:artwork.tmdb doesn't help.

I'm using:

filebot -script fn:artwork.tmdb -non-strict --conflict override "/My/Movie/Folder/"

What am I doing wrong??
User avatar
rednoah
The Source
Posts: 23931
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: script fn:artwork.tmdb fails

Post by rednoah »

Are you using the latest version of FileBot? sysinfo output?
:idea: Please read the FAQ and How to Request Help.
CaptainMoody
Posts: 3
Joined: 21 Aug 2015, 11:21

Re: script fn:artwork.tmdb fails

Post by CaptainMoody »

filebot -version gives me 4.5 (r2612)

sysinfo output gives me a GTK-Warning.
CaptainMoody
Posts: 3
Joined: 21 Aug 2015, 11:21

Re: script fn:artwork.tmdb fails

Post by CaptainMoody »

Updated to 4.6 - Tested and working.

I only installed filebot this morning!! :)

Thanks :)
Post Reply