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

There is a race at startup when a device is removed before get managed objects finishes #996

Closed
bdraco opened this issue Sep 10, 2022 · 0 comments · Fixed by #997
Closed
Labels
Backend: BlueZ Issues and PRs relating to the BlueZ backend

Comments

@bdraco
Copy link
Contributor

bdraco commented Sep 10, 2022

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/dbus_fast/message_bus.py", line 736, in _process_message
    result = handler(msg)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 710, in _parse_msg
    del self._properties[obj_path][interface]
KeyError: '/org/bluez/hci0/dev_00_06_80_08_D2_95'
@dlech dlech added the Backend: BlueZ Issues and PRs relating to the BlueZ backend label Sep 10, 2022
@dlech dlech mentioned this issue Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend: BlueZ Issues and PRs relating to the BlueZ backend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants