Created
January 25, 2016 07:36
-
-
Save code2be/bc889905855226660abd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D/AsyncHttpClient: Headers were overwritten! (Accept | application/json) overwrites (Accept | application/json) | |
W/DefaultRequestDirector: Authentication error: Unable to respond to any of these challenges: {} | |
V/AsyncHttpResponseHandler: Progress 993 from 993 (100%) | |
W/remoting.RestAdapter: HTTP request (string) failed: org.apache.http.client.HttpResponseException: Unauthorized | |
W/System.err: org.apache.http.client.HttpResponseException: Unauthorized | |
W/System.err: at com.loopj.android.http.AsyncHttpResponseHandler.sendResponseMessage(AsyncHttpResponseHandler.java:404) | |
W/System.err: at com.loopj.android.http.AsyncHttpRequest.makeRequest(AsyncHttpRequest.java:161) | |
W/System.err: at com.loopj.android.http.AsyncHttpRequest.makeRequestWithRetries(AsyncHttpRequest.java:178) | |
W/System.err: at com.loopj.android.http.AsyncHttpRequest.run(AsyncHttpRequest.java:109) | |
W/System.err: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422) | |
W/System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
W/System.err: at java.lang.Thread.run(Thread.java:818) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment