Page 1 of 1

OpenSubtitles - ZipException: Not in GZIP format

Posted: 16 Feb 2014, 13:23
by neriox
Hello,
I'm having problems with my FileBot program.
The following error messages appear when using:

Code: Select all

>filebot -script fn:osdb.login
Enter OpenSubtitles username: XXXXXXXXXX
Enter OpenSubtitles password: XXXXXXXXXX
Testing OpenSubtitles... ZipException: Not in GZIP format
java.util.zip.ZipException: Not in GZIP format
        at net.sourceforge.filebot.web.OpenSubtitlesXmlRpc$1.parse(OpenSubtitles
XmlRpc.java:308)
        at redstone.xmlrpc.XmlRpcClient.handleResponse(Unknown Source)
        at redstone.xmlrpc.XmlRpcClient.endCall(Unknown Source)
        at redstone.xmlrpc.XmlRpcClient.invoke(Unknown Source)
        at net.sourceforge.filebot.web.OpenSubtitlesXmlRpc.invoke(OpenSubtitlesX
mlRpc.java:316)
        at net.sourceforge.filebot.web.OpenSubtitlesClient$OpenSubtitlesXmlRpcWi
thRetry.invoke(OpenSubtitlesClient.java:693)
        at net.sourceforge.filebot.web.OpenSubtitlesXmlRpc.login(OpenSubtitlesXm
lRpc.java:63)
        at net.sourceforge.filebot.web.OpenSubtitlesClient.login(OpenSubtitlesCl
ient.java:504)
        at net.sourceforge.filebot.web.OpenSubtitlesClient$login$0.call(Unknown
Source)
        at Script3.run(Script3.groovy:19)
        at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:91)

        at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:85
)
        at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcess
or.java:123)
        at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (░_░)
Launch4j: Failed to run the given command.
When I go to download any subtitle, the following sentence appears:

Code: Select all

Get [Brazilian] subtitles for 2 files
Looking up subtitles by filehash via OpenSubtitles
Lookup by hash failed: The response could not be parsed.
Looking up subtitles by name via OpenSubtitles
Lookup by name failed: The response could not be parsed.
My versons are:

Code: Select all

>filebot -version
FileBot 3.8 (r2033) / Java(TM) SE Runtime Environment 1.7.0_45

>java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
Have cleared the browser cache, restarted my connection, I changed my IP, autentiquei in OpenSubtitles site but the error remains. Apparently this only occurs when the OpenSubtitles is activated or requested.
What can be happening?

Thaks

Re: OpenSubtitles - ZipException: Not in GZIP format

Posted: 17 Feb 2014, 10:54
by rednoah
I've just tried with the latest jar and it seems to work just fine:

Code: Select all

filebot -script fn:osdb.login

Code: Select all

Enter OpenSubtitles username: rednoah
Enter OpenSubtitles password: XXX
Testing OpenSubtitles... OK
Done ヾ(@⌒ー⌒@)ノ
It was probably a temporary issue on the server-side.