Hi,
i am using an OKHttpclient for upload.
I am getting this:
Error Serverfehler
anywheresoftware.b4h.okhttp.OkHttpClientWrapper$OkHttpResponse@1a385236
500
1
How can I interpret this result? My code has worked before. I know that on the server a file with the same name exists, but this one should be overwritten.
i am using an OKHttpclient for upload.
B4X:
Sub HttpClient1_ResponseError (Response As OkHttpResponse, Reason As String, StatusCode As Int, TaskId As Int)
Log("Error " & Reason)
Log (Response)
Log (StatusCode)
Log (TaskId)
I am getting this:
Error Serverfehler
anywheresoftware.b4h.okhttp.OkHttpClientWrapper$OkHttpResponse@1a385236
500
1
How can I interpret this result? My code has worked before. I know that on the server a file with the same name exists, but this one should be overwritten.