Page 1 of 1

Java Errors; Get Subtitles (filebot-r4237.jar)

Posted: 18 Aug 2016, 05:50
by viking
I just upgraded to filebot-r4237.jar and I am not able to download subtitles. Here are the errors after running a search from cmd line:

Code: Select all

Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Failed to compute hash
java.lang.IllegalStateException: java.io.IOException: Failed to retrieve subtitle language map
	at net.filebot.web.OpenSubtitlesClient.getSubLanguageID(OpenSubtitlesClient.java:499)
	at net.filebot.web.OpenSubtitlesClient.getLanguageFilter(OpenSubtitlesClient.java:485)
	at net.filebot.web.OpenSubtitlesClient.lambda$getSubtitleListByHash$11(OpenSubtitlesClient.java:221)
	at net.filebot.web.OpenSubtitlesClient.getSubtitleList(OpenSubtitlesClient.java:205)
	at net.filebot.web.OpenSubtitlesClient.getSubtitleListByHash(OpenSubtitlesClient.java:217)
	at net.filebot.web.OpenSubtitlesClient.getSubtitleList(OpenSubtitlesClient.java:182)
	at net.filebot.subtitle.SubtitleUtilities.lookupSubtitlesByHash(SubtitleUtilities.java:68)
	at net.filebot.cli.CmdlineOperations.getSubtitles(CmdlineOperations.java:703)
	at net.filebot.cli.CmdlineOperations.getMissingSubtitles(CmdlineOperations.java:799)
	at net.filebot.cli.ArgumentProcessor.runCommand(ArgumentProcessor.java:85)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:25)
	at net.filebot.Main.main(Main.java:124)
Caused by: java.io.IOException: Failed to retrieve subtitle language map
	at net.filebot.web.OpenSubtitlesClient.lambda$getSubLanguageMap$16(OpenSubtitlesClient.java:449)
	at net.filebot.Cache.computeIf(Cache.java:85)
	at net.filebot.Cache.computeIfAbsent(Cache.java:91)
	at net.filebot.web.OpenSubtitlesClient.getSubLanguageMap(OpenSubtitlesClient.java:445)
	at net.filebot.web.OpenSubtitlesClient.getSubLanguageID(OpenSubtitlesClient.java:490)
	... 11 more
Caused by: redstone.xmlrpc.XmlRpcException: The response could not be parsed.
	at redstone.xmlrpc.XmlRpcClient.handleResponse(Unknown Source)
	at redstone.xmlrpc.XmlRpcClient.endCall(Unknown Source)
	at redstone.xmlrpc.XmlRpcClient.invoke(Unknown Source)
	at net.filebot.web.OpenSubtitlesXmlRpc.invoke(OpenSubtitlesXmlRpc.java:345)
	at net.filebot.web.OpenSubtitlesClient$OpenSubtitlesXmlRpcWithRetryAndFloodLimit.invoke(OpenSubtitlesClient.java:551)
	at net.filebot.web.OpenSubtitlesXmlRpc.getSubLanguages(OpenSubtitlesXmlRpc.java:316)
	at net.filebot.web.OpenSubtitlesXmlRpc.getSubLanguages(OpenSubtitlesXmlRpc.java:312)
	at net.filebot.web.OpenSubtitlesClient.lambda$getSubLanguageMap$16(OpenSubtitlesClient.java:447)
	... 15 more
Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.opensubtitles.org/xml-rpc
	... 23 more
Lookup by hash failed: java.io.IOException: Failed to retrieve subtitle language map
Looking up subtitles by name via OpenSubtitles
Search by name failed: java.io.IOException: Failed to retrieve subtitle language map

Re: Java Errors; Get Subtitles (filebot-r4237.jar)

Posted: 18 Aug 2016, 05:55
by viking
Oh...
I just found out that opensubtitles.org is down. That is probably why I get the errors...
"Site will be online soon. We are doing some necessary backups and upgrades. Thanks for understanding."