Getting error when using the artwork script

Support for Windows users
Post Reply
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Getting error when using the artwork script

Post by vballrican »

Hello, i'm getting this error when using the artwork script. I don't know what is happening.

this is what i'm running on the command line: F:\>filebot -script fn:artwork.tvdb f:\Anime

Code: Select all

F:\Anime\Battle Spirits- Burning Soul\Season 1 => Search by battle spirits burning soul
Fetch failed: java.io.IOException: Server returned HTTP response code: 522 for URL: http://thetvdb.com/api/GetSeries.php?seriesname=battle+spirits+burning+soul&language=en [http://thetvdb.com/api/GetSeries.php?seriesname=battle+spirits+burning+soul&language=en]
java.io.IOException: Server returned HTTP response code: 522 for URL: http://thetvdb.com/api/GetSeries.php?seriesname=battle+spirits+burning+soul&language=en
java.util.concurrent.ExecutionException: java.io.IOException: Server returned HTTP response code: 522 for URL: http://thetvdb.com/api/GetSeries.php?seriesname=battle+spirits+burning+soul&language=en
        at net.filebot.WebServices$TheTVDBClientWithLocalSearch.fetchSearchResult(WebServices.java:136)
        at net.filebot.web.AbstractEpisodeListProvider.lambda$search$0(AbstractEpisodeListProvider.java:22)
        at net.filebot.Cache.computeIf(Cache.java:85)
        at net.filebot.Cache$TypedCache.computeIf(Cache.java:166)
        at net.filebot.Cache.computeIfAbsent(Cache.java:91)
        at net.filebot.Cache$TypedCache.computeIfAbsent(Cache.java:171)
        at net.filebot.web.AbstractEpisodeListProvider.search(AbstractEpisodeListProvider.java:21)
        at net.filebot.web.EpisodeListProvider$search.call(Unknown Source)
        at Script1$_run_closure1.doCall(Script1.groovy:23)
        at net.filebot.cli.ScriptShellMethods.eachMediaFolder(ScriptShellMethods.java:203)
        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:113)
        at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:28)
        at net.filebot.Main.main(Main.java:124)
Caused by: java.io.IOException: Server returned HTTP response code: 522 for URL: http://thetvdb.com/api/GetSeries.php?seriesname=battle+spirits+burning+soul&language=en
        at net.filebot.web.WebRequest.fetch(WebRequest.java:143)
        at net.filebot.CachedResource.lambda$fetchIfModified$8(CachedResource.java:186)
        at net.filebot.CachedResource.lambda$null$0(CachedResource.java:83)
        at net.filebot.CachedResource.retry(CachedResource.java:112)
        at net.filebot.CachedResource.lambda$get$1(CachedResource.java:83)
        at net.filebot.Cache.computeIf(Cache.java:85)
        at net.filebot.CachedResource.get(CachedResource.java:78)
        at net.filebot.web.TheTVDBClientV1.getXmlResource(TheTVDBClientV1.java:268)
        at net.filebot.web.TheTVDBClientV1.fetchSearchResult(TheTVDBClientV1.java:89)
        at net.filebot.WebServices$TheTVDBClientWithLocalSearch.access$001(WebServices.java:111)
        at net.filebot.WebServices$TheTVDBClientWithLocalSearch.lambda$fetchSearchResult$3(WebServices.java:132)
Caused by: java.io.IOException: Server returned HTTP response code: 522 for URL: http://thetvdb.com/api/GetSeries.php?seriesname=battle+spirits+burning+soul&language=en
        at net.filebot.web.WebRequest.fetch(WebRequest.java:140)
        ... 10 more
Failure (°_°)
Thanks.
User avatar
rednoah
The Source
Posts: 22980
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Getting error when using the artwork script

Post by rednoah »

TheTVDB server was down at the the:

Code: Select all

java.io.IOException: Server returned HTTP response code
Wait a few hours (or days in the worst case) and then try again.


A small donation to TheTVDB would be appreciated since running servers reliable is not an easy or cheap task:
http://thetvdb.com/donate/
:idea: Please read the FAQ and How to Request Help.
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Re: Getting error when using the artwork script

Post by vballrican »

rednoah wrote:TheTVDB server was down at the the:

Code: Select all

java.io.IOException: Server returned HTTP response code
Wait a few hours (or days in the worst case) and then try again.


A small donation to TheTVDB would be appreciated since running servers reliable is not an easy or cheap task:
http://thetvdb.com/donate/
Ahh.. Thanks. I will look into that!
Post Reply