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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 key
when trying to start a transfer.Instead it should be installed with
pip install git+https://github.com/Pithikos/python-websocket-server
.The text was updated successfully, but these errors were encountered: