Hi,
I'm using OkHttpUtils2 to search for updates in background via a service.
Now I got this error message:
Stack Trace:
Fehlermeldung: java.lang.Exception: java.lang.NoClassDefFoundError: okhttp3/internal/platform/Platform
Stack-Trace:
java.lang.NoClassDefFoundError...
Hi playing around with jserver & jOKHttpUtils2 gets me this, what does it mean ?
HttpUtils2Service (hc_ResponseSuccess): job completed multiple times - 1
HttpUtils2Service (hc_ResponseSuccess): job completed multiple times - 2
HttpUtils2Service: job completed multiple times - 3...
Hi!!
I am developing an application that queries the database. Until today, everything worked fine, but now the following error appears:
B4X:
Registro conectado a: samsung SM-N970F
--------- beginning of crash
--------- beginning of main
*** Service (starter) Create ***
** Service (starter)...
HI, All
Did anyone see such error in hc_ResponseSuccess ?
B4X:
Sub hc_ResponseSuccess (Response As OkHttpResponse, TaskId As Int)
Dim job As HttpJob = TaskIdToJob.Get(TaskId)
job.Response = Response
Response.GetAsynchronously("response", File.OpenOutput(TempFolder, TaskId, False)...