-
DescriptionTried to discover Bluetooth devices that can be connected. What I DidTried executing : Traceback received: |
Beta Was this translation helpful? Give feedback.
Answered by
dlech
Sep 22, 2022
Replies: 1 comment 5 replies
-
|
Does your computer have Bluetooth? Is it turned on? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How are you launching Python? I'm guessing you are running as root or something unusual like that doesn't have permission to use Bluetooth. We had a similar report in #890 where someone was trying to use Bleak via cron.
If you are running from a terminal app, you could try checking the permissions as describe at https://bleak.readthedocs.io/en/latest/troubleshooting.html#bleak-crashes-with-sigabrt-on-macos.