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

java.lang.Exception: com.koushikdutta.async.http.ConnectionClosedException: connection closed before response completed. #113

Closed
tevjef-crash opened this issue Apr 28, 2015 · 0 comments

Comments

@tevjef-crash
Copy link
Collaborator

java.lang.Exception: com.koushikdutta.async.http.ConnectionClosedException: connection closed before response completed.
    at com.tevinjeffrey.rutgersct.RutgersCTApp$CrashReportingTree.e(SourceFile:114)
    at abs.e(SourceFile:191)
    at timber.log.Timber.e(SourceFile:59)
    at com.tevinjeffrey.rutgersct.ui.SubjectFragment$ListFutureCallback.onCompleted(SourceFile:282)
    at com.tevinjeffrey.rutgersct.ui.SubjectFragment$ListFutureCallback.onCompleted(SourceFile:252)
    at com.koushikdutta.async.future.SimpleFuture.a(SourceFile:107)
    at com.koushikdutta.async.future.SimpleFuture.setComplete(SourceFile:141)
    at com.koushikdutta.async.future.SimpleFuture.setComplete(SourceFile:124)
    at ql.run(SourceFile:242)
    at fo.run(SourceFile:57)
    at android.os.Handler.handleCallback(Handler.java:739)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:145)
    at android.app.ActivityThread.main(ActivityThread.java:5837)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1388)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1183)
Caused by: com.koushikdutta.async.http.ConnectionClosedException: connection closed before response completed.
    at ie.onCompleted(SourceFile:54)
    at com.koushikdutta.async.AsyncNetworkSocket.a(SourceFile:230)
    at com.koushikdutta.async.AsyncNetworkSocket.b(SourceFile:242)
    at com.koushikdutta.async.AsyncNetworkSocket.b(SourceFile:159)
    at com.koushikdutta.async.AsyncServer.c(SourceFile:788)
    at com.koushikdutta.async.AsyncServer.b(SourceFile:626)
    at com.koushikdutta.async.AsyncServer.a(SourceFile:41)
    at ex.run(SourceFile:568)
Caused by: java.net.SocketException: recvfrom failed: ETIMEDOUT (Connection timed out)
    at libcore.io.IoBridge.maybeThrowAfterRecvfrom(IoBridge.java:592)
    at libcore.io.IoBridge.recvfrom(IoBridge.java:568)
    at java.nio.SocketChannelImpl.readImpl(SocketChannelImpl.java:342)
    at java.nio.SocketChannelImpl.read(SocketChannelImpl.java:304)
    at gq.read(SourceFile:24)
    at com.koushikdutta.async.AsyncNetworkSocket.b(SourceFile:128)
    ... 4 more
Caused by: android.system.ErrnoException: recvfrom failed: ETIMEDOUT (Connection timed out)
    at libcore.io.Posix.recvfromBytes(Native Method)
    at libcore.io.Posix.recvfrom(Posix.java:156)
    at libcore.io.BlockGuardOs.recvfrom(BlockGuardOs.java:245)
    at libcore.io.IoBridge.recvfrom(IoBridge.java:565)
    ... 8 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants