Page MenuHomeGitPull.it

Api response parsing error in FiveTAPIFetcher.java:96 on version 1.15.2
Closed, ResolvedPublic

Description

Dear Developers,
I encountered this error while retrieving the schedules:

version code:
33

version name:
1.15.2

android version:
6.0

phone:
ZENPHONE

brand:
asus

stack:

07-08 20:11:58.359 3740-3779/it.reyboz.bustorino.debug D/BusTO-DataDownload: Using the ArrivalsFetcher: class it.reyboz.bustorino.backend.FiveTAPIFetcher
07-08 20:12:00.782 3740-3779/it.reyboz.bustorino.debug D/NetworkTools-queryURL: reading response took 1 millisec
07-08 20:12:00.783 3740-3779/it.reyboz.bustorino.debug W/System.err: org.json.JSONException: No value for lineType
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at org.json.JSONObject.get(JSONObject.java:389)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at org.json.JSONObject.getString(JSONObject.java:550)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at it.reyboz.bustorino.backend.FiveTAPIFetcher.parseArrivalsServerResponse(FiveTAPIFetcher.java:96)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at it.reyboz.bustorino.backend.FiveTAPIFetcher.ReadArrivalTimesAll(FiveTAPIFetcher.java:56)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at it.reyboz.bustorino.middleware.AsyncDataDownload.doInBackground(AsyncDataDownload.java:120)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at it.reyboz.bustorino.middleware.AsyncDataDownload.doInBackground(AsyncDataDownload.java:45)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at android.os.AsyncTask$2.call(AsyncTask.java:295)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
07-08 20:12:00.784 3740-3779/it.reyboz.bustorino.debug W/System.err: at java.lang.Thread.run(Thread.java:818)

Thank you! :)

Revisions and Commits

Event Timeline

valerio.bozzolan renamed this task from Api response parsing error to Api response parsing error in FiveTAPIFetcher.java:96.Jul 9 2021, 09:02
valerio.bozzolan triaged this task as Normal priority.
valerio.bozzolan updated the task description. (Show Details)
valerio.bozzolan renamed this task from Api response parsing error in FiveTAPIFetcher.java:96 to Api response parsing error in FiveTAPIFetcher.java:96 on version 1.15.2.Jul 20 2021, 10:02