OpenSubtitles - ZipException: Not in GZIP format

Any questions? Need some help?
Post Reply
neriox
Posts: 18
Joined: 04 Feb 2013, 02:14

OpenSubtitles - ZipException: Not in GZIP format

Post 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
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: OpenSubtitles - ZipException: Not in GZIP format

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply