the "Fetch Artwork and Nfo for TV Shows" script isn't workin

Any questions? Need some help?
Post Reply
fireheart2008
Posts: 37
Joined: 29 Jul 2014, 05:39

the "Fetch Artwork and Nfo for TV Shows" script isn't workin

Post by fireheart2008 »

the "Fetch Artwork and Nfo for TV Shows" script isn't working
http://www.filebot.net/forums/viewtopic ... 4&t=5#p204

it only generates the .nfo file, no images are fetched

Code: Select all

D:\dexter>filebot -script fn:artwork.tvdb d:\dexter
D:\dexter\dexter s01 => Search by Dexter
D:\dexter\dexter s01 => Dexter
Generate Series NFO: Dexter [79349]
No signature of method: net.filebot.WebServices$TheTVDBClientWithLocalSearch.getArtwork() is applicable for argument types: (net.filebot.web.SearchResult, java.lang.String, java.util.Locale) values: [Dexter, poster, en]
Possible solutions: getArtwork(int, java.lang.String, java.util.Locale), iterator()
groovy.lang.MissingMethodException: No signature of method: net.filebot.WebServices$TheTVDBClientWithLocalSearch.getArtwork() is applicable for argument types: (net.filebot.web.SearchResult, java.lang.String, java.util.Locale) values: [Dexter, poster, en]
Possible solutions: getArtwork(int, java.lang.String, java.util.Locale), iterator()
        at Script2.fetchSeriesBanner(Script2.groovy:72)
        at Script2$_fetchSeriesArtworkAndNfo_closure8$_closure24.doCall(Script2.groovy:131)
        at Script2$_fetchSeriesArtworkAndNfo_closure8.doCall(Script2.groovy:131)
        at Script2$_fetchSeriesArtworkAndNfo_closure8.doCall(Script2.groovy)
        at net.filebot.cli.ScriptShellBaseClass.tryLogCatch(ScriptShellBaseClass.java:127)
        at Script2.fetchSeriesArtworkAndNfo(Script2.groovy:125)
        at Script1$_run_closure1.doCall(Script1.groovy:46)
        at net.filebot.cli.ScriptShellMethods.eachMediaFolder(ScriptShellMethods.java:199)
        at Script1.run(Script1.groovy:7)
        at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
        at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:114)
        at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
        at net.filebot.Main.main(Main.java:120)
Done ?(?????)?
is it an issue with the script? or is "thetvdb" the problem?
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: the "Fetch Artwork and Nfo for TV Shows" script isn't wo

Post by rednoah »

Script issue. One post is fine. ;)

@see viewtopic.php?f=4&t=3891
:idea: Please read the FAQ and How to Request Help.
fireheart2008
Posts: 37
Joined: 29 Jul 2014, 05:39

Re: the "Fetch Artwork and Nfo for TV Shows" script isn't wo

Post by fireheart2008 »

thanks
you're awesome
Post Reply