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
The client receives a specific error when the POSTed JSON fails on the server:
There was a problem sending the visualization representation to the server. Are you connected to the Internet? Check your network settings. Otherwise, maybe the central DataFormatters server is down. Try again later.
Server reported an error while serving request: SyntaxError: Unexpected token [TOKEN] in JSON at position [POSITION] invalid syntax for raw body of request
We could trap SyntaxError: Unexpected token ... errors and instruct users to check their node labels for special characters to give better feedback.
The text was updated successfully, but these errors were encountered:
the c++ client dies the same way on 400 or 500 with only the error code from the server that changes. I expect the java and python clients will do the same.
So it is indeed not critical.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
The client receives a specific error when the POSTed JSON fails on the server:
We could trap SyntaxError: Unexpected token ... errors and instruct users to check their node labels for special characters to give better feedback.
The text was updated successfully, but these errors were encountered: