We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: