krmax44 / Playify-Transfer

Transfers Spotify playlists to Google Play Music.
MIT License
13 stars 2 forks source link

websocket_server pip package is out of date and needs to be installed via git #6

Open OscarBarrett opened 5 years ago

OscarBarrett commented 5 years ago

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.