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
I found some issues when request.downloadHandler.text retrieve an error message.
Because the lines retrieved are like that
and after you try to convert them with: var data = JsonConvert.DeserializeObject(value, jsonSerializerSettings);
But this give a error exception because the json format is not correct.
Hi,
I found some issues when request.downloadHandler.text retrieve an error message.
Because the lines retrieved are like that
and after you try to convert them with: var data = JsonConvert.DeserializeObject(value, jsonSerializerSettings);
But this give a error exception because the json format is not correct.
I have done some changes to fix this
https://codefile.io/f/HWLrBZPdhh
Tell me if it's look good for you my fixes.
The text was updated successfully, but these errors were encountered: