jloh02 / valorant-chat-client

Access VALORANT chat without opening the game
https://jloh02.github.io/projects/valorant-chat-client/
MIT License
15 stars 1 forks source link

Adding quotes (") in message leads to error #3

Closed jloh02 closed 2 years ago

jloh02 commented 2 years ago

On send of message with quotes (e.g. "test"), logs print the following error:

Send Message: {"errorCode":"RPC_ERROR","httpStatus":400,"implementationDetails":{},"message":"Couldn't assign value to 'message' of type ChatMessagePost because the input not a structure."}
jloh02 commented 2 years ago

5e15ea2