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
bluetoothctl -v
Scanning for devices
self.devices = await BleakScanner.discover()
handle: <Handle BleakScannerWinRT._stopped_handler(<_bleak_winrt...002092A07A7F0>, <_bleak_winrt...002092A0EA710>)> Traceback (most recent call last): File "...asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args) File "...\site-packages\bleak\backends\winrt\scanner.py", line 213, in _stopped_handler len(self.seen_devices), self.watcher.status ^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'status'
The text was updated successfully, but these errors were encountered:
Fix windows scanner crash
4fc95d6
hbldh#1330
Added a pull request #1331
Sorry, something went wrong.
8edde25
Successfully merging a pull request may close this issue.
bluetoothctl -v
) in case of Linux: ?Description
What I Did
self.devices = await BleakScanner.discover()
Logs
The text was updated successfully, but these errors were encountered: