Skip to content
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

Python sdk samle - Error on Windows #17

Open
ABrauser opened this issue Dec 7, 2018 · 1 comment
Open

Python sdk samle - Error on Windows #17

ABrauser opened this issue Dec 7, 2018 · 1 comment

Comments

@ABrauser
Copy link

ABrauser commented Dec 7, 2018

Hello im working on a windows 10 Client with the python sdk. i implemented everything as described in https://github.com/Logitech/logi_craft_sdk/blob/master/samples/CraftPython/README.md

When i start the craft.exe no context menu is shown. i only receive following errors in the command box wenn i touch the Crown:

see attachment.
Error.txt

Can someone help me to troubleshoot the problem?

Kind regards

@naokihada
Copy link

Hi @ABrauser ,

It appeared that latest websocket-client (currently 0.55) is not compatible and need to use older version (0.48 or before) with current sample code.

Following Python sample instruction need to be changed.

https://github.com/Logitech/logi_craft_sdk/tree/master/samples/CraftPython

NG:
pip3 install websocket-client

OK:
pip3 install websocket-client==0.48

If it is already installed, you can uninstall as following command.
pip3 uninstall websocket-client

Please try again with older websocket-client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants