F FFMan Member Licensed User Longtime User Jun 3, 2014 #1 I am developing some code to perform a get which elicits a json response. On occasions, and more recently it crashes with the above error when executing this line:- SearchWord = Response.GetString("UTF8") in Sub hc_ResponseSuccess(Response AsHttpResponse, TaskId AsInt) I googled the error but didn't understand the responses in relation to b4a. any help much appreciated
I am developing some code to perform a get which elicits a json response. On occasions, and more recently it crashes with the above error when executing this line:- SearchWord = Response.GetString("UTF8") in Sub hc_ResponseSuccess(Response AsHttpResponse, TaskId AsInt) I googled the error but didn't understand the responses in relation to b4a. any help much appreciated
F FFMan Member Licensed User Longtime User Jun 3, 2014 #2 ok - did some more digging and switch to httputils2 which moved me on a stage case closed (for now Upvote 0