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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
Describe the bug
When the requested API returns an integer value the plugin will produce a JSONException error
2022-03-25 22:36:12.396 6531-6775/de.gratisbroker.android.mobileapp.stage E/Capacitor/Plugin: JSONException
org.json.JSONException: Value 1648256400000 of type java.lang.Long cannot be converted to JSONArray
To Reproduce
Call a REST-API returning just an integer value as a result
Expected behavior
The plugin should not try to parse an integer into JSON objects or arrays
Describe the bug
When the requested API returns an integer value the plugin will produce a JSONException error
To Reproduce
Call a REST-API returning just an integer value as a result
Expected behavior
The plugin should not try to parse an integer into JSON objects or arrays
duplicates: #211
The text was updated successfully, but these errors were encountered: