go-ssh-web-client icon indicating copy to clipboard operation
go-ssh-web-client copied to clipboard

Certain control sequences closes shell

Open afbjorklund opened this issue 3 years ago • 0 comments

It seems to be assuming that all output is valid UTF-8.

bridgeWSAndSSH: wsRead: conn.NextReader: websocket: close 1002 (protocol error): Invalid UTF-8 in text frame

For instance the warning window when updating system services with apt, uses a curses interface with certain control characters.

I think the output/error streams are supposed to be binary ?

afbjorklund avatar Oct 16 '22 14:10 afbjorklund