Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #491 is still unresolved : invalid deflated data #523

Closed
Kartik-RTP opened this issue Apr 5, 2017 · 1 comment
Closed

Issue #491 is still unresolved : invalid deflated data #523

Kartik-RTP opened this issue Apr 5, 2017 · 1 comment

Comments

@Kartik-RTP
Copy link

i am getting the same error
java.io.IOException: Invalid deflated data
at com.koushikdutta.async.http.HybiParser.emitFrame(HybiParser.java:407)
at com.koushikdutta.async.http.HybiParser.access$800(HybiParser.java:46)
at com.koushikdutta.async.http.HybiParser$5.onDataAvailable(HybiParser.java:203)
at com.koushikdutta.async.DataEmitterReader.handlePendingData(DataEmitterReader.java:24)
at com.koushikdutta.async.DataEmitterReader.onDataAvailable(DataEmitterReader.java:41)
at com.koushikdutta.async.Util.emitAllData(Util.java:23)
at com.koushikdutta.async.AsyncNetworkSocket.onReadable(AsyncNetworkSocket.java:152)
at com.koushikdutta.async.AsyncServer.runLoop(AsyncServer.java:820)
at com.koushikdutta.async.AsyncServer.run(AsyncServer.java:657)
at com.koushikdutta.async.AsyncServer.access$800(AsyncServer.java:44)
at com.koushikdutta.async.AsyncServer$14.run(AsyncServer.java:599)

Help me how to resolve it ...................I am sending a basic string only

@Kartik-RTP Kartik-RTP changed the title #491 is still unresolved Issue #491 is still unresolved : invalid deflated data Apr 5, 2017
@Kartik-RTP
Copy link
Author

got it to work.
I changed the gradle compile statement from
compile 'com.koushikdutta.async:androidasync:2.+'
as is mentioned in Readme of repository
to
compile 'com.koushikdutta.async:androidasync:2.1.6'
and its working for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant