Closed lobodpav closed 2 years ago
The example program works for me (macOS 12.1, 2021 MacBook Pro, M1). Maybe Apple fixed the crash?
I have tried the same program today on the same macOS 12.0.1 version and it worked.
The only difference I've spotted is my Python got upgraded from 3.9.8 to 3.9.9. The release notes do not mention any BLE changes so now I'm a little confused 😞.
The crash is in CoreBluetooth and there isn't any Python or Bleak functions in the backtrace. Maybe rebooting the computer fixed it? Anyhow, nothing we can fix in Bleak anyway, so I'll go ahead an close the issue and hope it keeps working for you.
Description
When using the #635
macos12-scanning.zip
fix to connect to my Lego technic Hub on macOS 12, it works nicely and I'm able to obtain an instance of myBLEDevice
.Connecting to the device fails, though. Attaching macOS problem report.txt.
What I Did
What works
When running the same code to connect to my Bluetooth headset, I'm able to obtain a connection.