The document details a JSON exception that occurred when parsing an empty input at character 0. It provides a stack trace showing the exception occurred in a method for auto updating something and the exception was thrown in JSON parsing libraries.
The document details a JSON exception that occurred when parsing an empty input at character 0. It provides a stack trace showing the exception occurred in a method for auto updating something and the exception was thrown in JSON parsing libraries.
The document details a JSON exception that occurred when parsing an empty input at character 0. It provides a stack trace showing the exception occurred in a method for auto updating something and the exception was thrown in JSON parsing libraries.
The document details a JSON exception that occurred when parsing an empty input at character 0. It provides a stack trace showing the exception occurred in a method for auto updating something and the exception was thrown in JSON parsing libraries.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 1
2024-02-14 08:03:15 d Exception org.json.
JSONException: End of input at
character 0 of at org.json.JSONTokener.syntaxError(JSONTokener.java:460) at org.json.JSONTokener.nextValue(JSONTokener.java:101) at org.json.JSONObject.<init>(JSONObject.java:164) at org.json.JSONObject.<init>(JSONObject.java:181) at com.qidian.QDReader.components.a.a.d(AutoUpdate.java:390) at com.qidian.QDReader.components.a.a.b(AutoUpdate.java:34) at com.qidian.QDReader.components.a.b.run(AutoUpdate.java:158) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919)