You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URLrequest/DSTR=(JSON_Dump(jsonID)) url="https://ai.customers.byte-physics.de/upload-json-payload-v1.php", method=put
ASSERT(!V_Flag,"URLrequest did not succeed due to: "+ S_ServerResponse)
which is wrong as we error messages are not in S_ServerResponse but must be gathered via GetErrMessage(V_flag) instead.
The text was updated successfully, but these errors were encountered:
In
UploadJSOnPayload
we dowhich is wrong as we error messages are not in S_ServerResponse but must be gathered via
GetErrMessage(V_flag)
instead.The text was updated successfully, but these errors were encountered: