-
Notifications
You must be signed in to change notification settings - Fork 308
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
Exception when calling handler with a BLE advertising event: KeyError('000f') #30
Comments
I am getting similar error, but KeyError('0103'). It makes it impossible to read the screen. |
Hello, does anyone have a solution for this issue? |
This is a hack for sure, but you can go to utils/bluetooth_utils.py and just change the line
to
|
Getting KeyError(0000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running python3 ble_read_state.py Exception is printed all over the ble_read_state screen making it hard to read
Maybe new iOS version?
The text was updated successfully, but these errors were encountered: