Android Question StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1128)

FFMan

Member
Licensed User
Longtime User
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
 

FFMan

Member
Licensed User
Longtime User
ok - did some more digging and switch to httputils2 which moved me on a stage

case closed (for now :)
 
Upvote 0
Top