This is coming back to me often enough that I would like to catch it and work around it, if possible.
At the moment, it's coming from an HttpJob.Download() or HttpJob.PostString() call.
This doesn't work for me:
At the moment, it's coming from an HttpJob.Download() or HttpJob.PostString() call.
This doesn't work for me:
B4X:
Try
j.Download(URL)
Catch
Log("Download() exception: " & LastException.Message)
End Try
Last edited: