-
Notifications
You must be signed in to change notification settings - Fork 306
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
python crash on macOS 11.0 Big Sur #438
Comments
What is the stack trace from the crash? |
Thank you for your reply. I was trying to attach lldb to the ipython process and the stack trace is
|
@lightingghost Questions:
|
1. Yes
2. No
3. Bleak previously worked on the same Mac with 10.15
On Fri, Feb 19, 2021 at 4:50 AM Henrik Blidh ***@***.***> wrote:
@lightingghost <https://github.com/lightingghost> Questions:
1. Does it happen consistently every time?
2. Do you have an M1 Mac?
3. Have you successfully used Bleak before on the same computer with
older macOS version?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#438 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEAIH37LH7B5Q222LAEU3LS7ZM7VANCNFSM4XB2E22Q>
.
--
————
Sent from my mobile device, sorry for the brevity and typos.
|
@lightingghost Did you install Python when on 10.15? Did you install Bleak then as well? |
Thank you for the reply. I tried reinstall python and then bleak, it still throws the same error. |
@lightingghost Could you please run the |
@hbldh
|
After a bit of digging I managed to figure it out. @lightingghost had What I did to fix it was to add my Terminal app (in my case iTerm2.app) into System Preferences -> Security & Privacy -> Bluetooth and I just drag and dropped the app there. Worked like a charm and the example now works. |
Thanks for sharing! This works for me! |
Thanks a ton!!! |
bluetoothctl -v
) in case of Linux: n/aDescription
Python crashed when running discover()
What I Did
The text was updated successfully, but these errors were encountered: