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
Running ./lightcom results in the following crash:
Discovering.2022-12-11 14:09:16.759 Python[24010:4096980] *** Terminating app due to uncaught exception 'OC_PythonException', reason: '<class 'ValueError'>: bytes is not a 16-char string'
...
stacktrace
...
libc++abi: terminating with uncaught exception of type NSException.
This is due to a bug in Adafruit-BluefruitLE, which was fixed but the version of PyPI was never updated with the fix. The library is now deprecated.
See: adafruit/Adafruit_Python_BluefruitLE#30 (comment)
Running ./lightcom results in the following crash:
Discovering.2022-12-11 14:09:16.759 Python[24010:4096980] *** Terminating app due to uncaught exception 'OC_PythonException', reason: '<class 'ValueError'>: bytes is not a 16-char string'
...
stacktrace
...
libc++abi: terminating with uncaught exception of type NSException.
This is due to a bug in Adafruit-BluefruitLE, which was fixed but the version of PyPI was never updated with the fix. The library is now deprecated.
See: adafruit/Adafruit_Python_BluefruitLE#30 (comment)
Fix:
Uninstall the PyPI version of Adafruit-BluefruitLE [pip uninstall Adafruit-BluefruitLE]
Install Adafruit-BluefruitLE manually from https://github.com/adafruit/Adafruit_Python_BluefruitLE [git clone] and [sudo python setup.py install]
The text was updated successfully, but these errors were encountered: