-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnicodeDecodeError #64
Comments
Yea I have the same problem |
+1, also running into this |
This appears due to trying to utilize an SSL on the server. I received the same message. Have you guys found a way around this? Are you also utilizing nginx in your projects? When attempting a proxy_pass, I then receive a new error:
|
I had the same error <VirtualHost :443> and my client simply connects to |
I accidentally tried to connect through 'wss' to my local server, which hadn't any certificates and that was causing this error. |
message = self.request.recv(1024).decode().strip()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa7 in position 4: invalid start byte
The text was updated successfully, but these errors were encountered: