2015 Events Crashing #46

Closed
phil-lopreiato opened this Issue Jan 31, 2015 · 0 comments

Projects

None yet

1 participant

@phil-lopreiato
Owner

Reported on CD

java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:300)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
at java.util.concurrent.FutureTask.run(FutureTask.java:242)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
Caused by: java.lang.IllegalStateException: This is not a JSON Array.
at com.google.gson.JsonElement.getAsJsonArray(JsonElement.java:106)
at com.plnyyanks.frcnotebook.json.JSONManager.getasJsonArray(JSONManager.java:30)
at com.plnyyanks.frcnotebook.datafeed.TBADatafeed.fetchEvents_TBAv1(TBADatafeed.java:156)
at com.plnyyanks.frcnotebook.datafeed.EventListFetcher.doInBackground(EventListFetcher.java:59)
at com.plnyyanks.frcnotebook.datafeed.EventListFetcher.doInBackground(EventListFetcher.java:45)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
... 4 more
@phil-lopreiato phil-lopreiato added the bug label Jan 31, 2015
@phil-lopreiato phil-lopreiato self-assigned this Jan 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment