Created
February 20, 2018 02:31
-
-
Save FoamyGuy/3308cd9b88859cdd231da5b18eeb59f8 to your computer and use it in GitHub Desktop.
buglife fail submit
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
BasicNetwork.performRequest: Unexpected response code 500 for https://www.buglife.com/api/v1/reports.json | |
02-19 20:28:05.569 8456-11621/io.digibyte D/com.Buglife: Error submitting report | |
java.util.concurrent.ExecutionException: com.android.volley.ServerError | |
at com.android.volley.toolbox.RequestFuture.doGet(RequestFuture.java:117) | |
at com.android.volley.toolbox.RequestFuture.get(RequestFuture.java:88) | |
at com.buglife.sdk.reporting.SubmitReportTask.execute(SubmitReportTask.java:53) | |
at com.buglife.sdk.reporting.SubmitReportAsyncTask.doInBackground(SubmitReportAsyncTask.java:35) | |
at com.buglife.sdk.reporting.SubmitReportAsyncTask.doInBackground(SubmitReportAsyncTask.java:25) | |
at android.os.AsyncTask$2.call(AsyncTask.java:304) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) | |
at java.lang.Thread.run(Thread.java:761) | |
Caused by: com.android.volley.ServerError | |
at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:196) | |
at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:120) | |
at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:87) | |
02-19 20:28:05.597 8456-8456/io.digibyte E/com.Buglife: Error submitting report! | |
java.util.concurrent.ExecutionException: com.android.volley.ServerError | |
at com.android.volley.toolbox.RequestFuture.doGet(RequestFuture.java:117) | |
at com.android.volley.toolbox.RequestFuture.get(RequestFuture.java:88) | |
at com.buglife.sdk.reporting.SubmitReportTask.execute(SubmitReportTask.java:53) | |
at com.buglife.sdk.reporting.SubmitReportAsyncTask.doInBackground(SubmitReportAsyncTask.java:35) | |
at com.buglife.sdk.reporting.SubmitReportAsyncTask.doInBackground(SubmitReportAsyncTask.java:25) | |
at android.os.AsyncTask$2.call(AsyncTask.java:304) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) | |
at java.lang.Thread.run(Thread.java:761) | |
Caused by: com.android.volley.ServerError | |
at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:196) | |
at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:120) | |
at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:87) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment