Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. com.mashape.unirest.http.exceptions.UnirestException: java.lang.RuntimeException: java.lang.RuntimeException: org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1]
  2. at com.mashape.unirest.http.HttpClientHelper.request(HttpClientHelper.java:143)
  3. at com.mashape.unirest.request.BaseRequest.asJson(BaseRequest.java:68)
  4. at org.rspeer.11.90.IiIIIiiiiIiii(uv:10)
  5. at org.rspeer.1.8.41.IiIIIiiiiIiii(tj:33)
  6. at org.rspeer.1.90.IiIIIiiiiIiii(gf:45)
  7. at org.rspeer.1.90.iIIiiiiiIiIiI(gf:94)
  8. at org.rspeer.1.8.3.iIiIiiiiiIIIi(rd:208)
  9. at org.rspeer.1.8.3.IiIIIiiiiIiii(rd:137)
  10. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
  11. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  12. at java.base/java.lang.Thread.run(Thread.java:844)
  13. Caused by: java.lang.RuntimeException: java.lang.RuntimeException: org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1]
  14. at com.mashape.unirest.http.HttpResponse.<init>(HttpResponse.java:106)
  15. at com.mashape.unirest.http.HttpClientHelper.request(HttpClientHelper.java:139)
  16. ... 10 more
  17. Caused by: java.lang.RuntimeException: org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1]
  18. at com.mashape.unirest.http.JsonNode.<init>(JsonNode.java:51)
  19. at com.mashape.unirest.http.HttpResponse.<init>(HttpResponse.java:95)
  20. ... 11 more
  21. Caused by: org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1]
  22. at org.json.JSONTokener.syntaxError(JSONTokener.java:505)
  23. at org.json.JSONArray.<init>(JSONArray.java:108)
  24. at org.json.JSONArray.<init>(JSONArray.java:161)
  25. at com.mashape.unirest.http.JsonNode.<init>(JsonNode.java:48)
  26. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement