Getting error when using the artwork script
Posted: 08 Dec 2016, 01:34
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
Thanks.
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 (°_°)