MyChat Client error #0335: protocol error, command: XXX, data: YYY
Error
Error #0335: protocol error, command: XXX, data: YYY
Error description
While analyzing an incoming command, the server detected that data is missing or incorrect. You can get this error when projecting own client application that work with MyChat Server directly by using an official open protocol.
Problem solution
- Make sure that you use the latest version of MyChat Server.
- The command must match the description in the protocol. Check your calculations of necessary parameters and their types (lines in brackets, Boolean parameters — true/false) according to JSON format.