IOException: Error while loading XML resource

All your suggestions, requests and ideas for future development
Post Reply
smajor
Posts: 2
Joined: 05 Apr 2016, 23:35

IOException: Error while loading XML resource

Post by smajor »

Filebot (Homebrew cask) 4.6.1 was working fine this morning, but this evening I'm getting the below with thetvdb:

IOException: Error while loading XML resource: http://thetvdb.com/api/GetSeries.php?se ... anguage=en (Server returned HTTP response code: 520 for URL: http://thetvdb.com/api/GetSeries.php?se ... anguage=en)
java.io.IOException: Error while loading XML resource: http://thetvdb.com/api/GetSeries.php?se ... anguage=en (Server returned HTTP response code: 520 for URL: http://thetvdb.com/api/GetSeries.php?se ... anguage=en)
at net.filebot.web.CachedXmlResource.getDocument(CachedXmlResource.java:35)
at net.filebot.web.TheTVDBClient.getXmlResource(TheTVDBClient.java:325)
at net.filebot.web.TheTVDBClient.fetchSearchResult(TheTVDBClient.java:101)
at net.filebot.WebServices$TheTVDBClientWithLocalSearch.access$001(WebServices.java:120)
at net.filebot.WebServices$TheTVDBClientWithLocalSearch.lambda$fetchSearchResult$9(WebServices.java:152)
Failure (°_°)

It looks like they are down now, but had an API change?

So, I tried TVmaze as a temp solution (never used it before) and have something similar:

NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
at net.filebot.web.TVMazeClient.fetchSeriesInfo(TVMazeClient.java:103)
at net.filebot.web.TVMazeClient.fetchSeriesData(TVMazeClient.java:113)
at net.filebot.web.AbstractEpisodeListProvider.getSeriesData(AbstractEpisodeListProvider.java:73)
at net.filebot.web.AbstractEpisodeListProvider.getEpisodeList(AbstractEpisodeListProvider.java:44)
at net.filebot.cli.CmdlineOperations.fetchEpisodeSet(CmdlineOperations.java:297)
at net.filebot.cli.CmdlineOperations.renameSeries(CmdlineOperations.java:205)
at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:98)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:79)
at net.filebot.Main.main(Main.java:169)
Failure (°_°)

Nothing changed on my system that I know of. I was one version of Java behind, Java version "1.8.0_40" and updated to Java version "1.8.0_77" which didn't change anything.

Cask says I have the latest version installed.

filebot -script fn:sysinfo
FileBot 4.6.1 (r3315)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (/opt/homebrew-cask/Caskroom/filebot/4.6.1/FileBot.app/Contents/MacOS/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.4.5
JRE: Java(TM) SE Runtime Environment 1.8.0_77 (headless)
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 3 GB Max Memory / 186 MB Used Memory
OS: Mac OS X (x86_64)
Package: APP
Data: /Users/majorsl/.filebot
uname: Darwin server.themajorshome.com 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
Done ヾ(@⌒ー⌒@)ノ

Ideas?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: IOException: Error while loading XML resource

Post by rednoah »

Try again tomorrow.
:idea: Please read the FAQ and How to Request Help.
smajor
Posts: 2
Joined: 05 Apr 2016, 23:35

Re: IOException: Error while loading XML resource

Post by smajor »

It appears to be working again, thanks.
Post Reply