I recently decided to start a project, but I am getting the following error:websockets.exceptions.InvalidHeaderValue: invalid Sec-WebSocket-Accept header: JZq4DSqcCGSfRQDxjTcjS3i0PFs=
I am trying to connect to a server, but it’s not working.
Here’s the line to connect to the server (also the one causing the error): ws = websockets.connect("ws://15.204.212.200:444")
I have tried changing the origin, and its not working.