You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSONException: A JSONObject text must begin with '{' at 0 [character 1 line 1]
In case of malformed responses from ContentStack API, I would expect the ResultCallback to be invoked and contain details about the error, instead of an exception being thrown.
The text was updated successfully, but these errors were encountered:
Hi @goetas! Just a heads-up that we'll be releasing the fixes for the critical bug mentioned in #148. This issue (#128) has been addressed in version 2.0.1. We'll keep you posted.
The SDK seems to be throwing an unhandled exception when ContentStack API returns a non-JSON response.
The following error is thrown during execution of CSHttpConnection.java#L264:
JSONException: A JSONObject text must begin with '{' at 0 [character 1 line 1]
In case of malformed responses from ContentStack API, I would expect the ResultCallback to be invoked and contain details about the error, instead of an exception being thrown.
The text was updated successfully, but these errors were encountered: