-
Notifications
You must be signed in to change notification settings - Fork 332
java.lang.IllegalStateException: Not a JSON Object #1439
Comments
Can u please share the logcat? |
this is the logcat:
|
The exception is saying that you are providing something other than a JSON Object where a JSON Object is expected and in your case whatever API you are hitting is returning a JSON Array instead. Fix that and everything should work fine. |
where can i change this JSONArray to JSONObject? in which code file and which line? |
@fauziasf As you can see in your mentioned JSON that starts with |
any suggestion what should i do since this response is officially from openEDX? i think the response doesnt have "results" and 'pagination' in JsonPageDeserializer
|
it happened when i entered the course & discovery menu
can you help me??
The text was updated successfully, but these errors were encountered: