Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.13k stars 380 forks source link

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xba in position 0: invalid start byte #88

Closed lzcdawang closed 3 years ago

lzcdawang commented 3 years ago

hi,This error often occurs when I implement a simple echo server,how to solve this problem

rainbird commented 3 years ago

这个是握手的问题,你的client发送的时候,结尾有问题

newsbubbles commented 3 years ago

any luck figuring this out?

Pithikos commented 3 years ago

Related: https://github.com/Pithikos/python-websocket-server/issues/72