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

Users cannot login #22

Open
stormageddon opened this issue Sep 14, 2014 · 0 comments
Open

Users cannot login #22

stormageddon opened this issue Sep 14, 2014 · 0 comments

Comments

@stormageddon
Copy link
Contributor

Appears to be a concurrency timeout issue in the /login POST call.

09-14 16:40:38.833 4029-4029/com.fastchat.fastchat D/NetworkManager﹕ Post data = http://powerful-cliffs-9562.herokuapp.com:80/login
09-14 16:41:09.144 4029-4057/com.fastchat.fastchat W/System.err﹕ java.util.concurrent.TimeoutException
09-14 16:41:09.144 4029-4057/com.fastchat.fastchat W/System.err﹕ at com.koushikdutta.async.http.AsyncHttpClient$2.run(AsyncHttpClient.java:240)
09-14 16:41:09.144 4029-4057/com.fastchat.fastchat W/System.err﹕ at com.koushikdutta.async.AsyncServer.lockAndRunQueue(AsyncServer.java:683)
09-14 16:41:09.144 4029-4057/com.fastchat.fastchat W/System.err﹕ at com.koushikdutta.async.AsyncServer.runLoop(AsyncServer.java:700)
09-14 16:41:09.144 4029-4057/com.fastchat.fastchat W/System.err﹕ at com.koushikdutta.async.AsyncServer.run(AsyncServer.java:608)
09-14 16:41:09.144 4029-4057/com.fastchat.fastchat W/System.err﹕ at com.koushikdutta.async.AsyncServer.access$700(AsyncServer.java:37)
09-14 16:41:09.144 4029-4057/com.fastchat.fastchat W/System.err﹕ at com.koushikdutta.async.AsyncServer$13.run(AsyncServer.java:557)
09-14 16:41:09.144 4029-4057/com.fastchat.fastchat D/NetworkManager﹕ I got a JSONObject: null

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

1 participant