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
I'm facing a problem with Bluez library when running Raspberry Pi OS on a Raspberry Pi Zero W.
I'm running the latest image version with release date in March 4th 2021
I followed README example and, When I try to access Bluetooth I always get the same error:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/home/pi/.local/lib/python3.7/site-packages/beacontools/scanner.py", line 144, in run
self.socket = self.backend.open_dev(self.bt_device_id)
File "/home/pi/.local/lib/python3.7/site-packages/beacontools/backend/linux.py", line 13, in open_dev
socket.setsockopt(bluez.SOL_HCI, bluez.HCI_FILTER, filtr)
_bluetooth.error: (9, 'Bad file descriptor')
The text was updated successfully, but these errors were encountered:
Hi,
I'm facing a problem with Bluez library when running Raspberry Pi OS on a Raspberry Pi Zero W.
I'm running the latest image version with release date in March 4th 2021
I followed README example and, When I try to access Bluetooth I always get the same error:
The text was updated successfully, but these errors were encountered: