webtty
webtty copied to clipboard
unexpected end of JSON input
When entering the response of the client, I get 'Quitting with an unexpected error: "unexpected end of JSON input"'.
I usually get that error when I paste in the response incorrectly. Can you paste your response here?
[redacted]
The response seems to always be about 40 characters shorter.
Hmm, its working for me. 897-40 is 857. I've run into issues with the terminal stdin buffer, which is 1024 bytes in my terminal, but I'm not sure why 857 wouldn't work. I've been working on ways to further compress the byte size of the message, maybe those fixes will solve this.