You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2023. It is now read-only.
If websocket_server is installed directly with pip you end up with an older version and the websocket server compains with Client tried to connect but was missing a key when trying to start a transfer.
Instead it should be installed with pip install git+https://github.com/Pithikos/python-websocket-server.
System Information
If websocket_server is installed directly with pip you end up with an older version and the websocket server compains with
Client tried to connect but was missing a keywhen trying to start a transfer.Instead it should be installed with
pip install git+https://github.com/Pithikos/python-websocket-server.