macOS Monterey breaks the package entirely
See original GitHub issueDescribe the bug A clear and concise description of what the bug is. Installation using pip or pip3 happens successfully. ble-scan doesn’t return anything. As soon as downgraded to macOS Big Sur, bee-serial works again. Tried on multiple systems and laptops.
ble-scan doesn't return anything. Only says Started scan and finished scan.
Setup (please complete the following information):
- OS: [Linux Distribution (e.g. Ubuntu, Arch, etc), Windows Build] macOS Monterey 12.0.1 as well as 12.1
- Bluetooth Hardware: [e.g. HM-10, Intel AX200 Bluetooth Adapter] tried 2019 MacBook Pro 16in Intel as well as 2021 MacBook Pro M1 Max 16in
- BlueZ Version: [Output of
bluetoothctl -v
, Linux only] - Python Version: [from
python3 -V
]python 3.8.9
- ble-serial and dependency versions: [from
pip3 list
]
pip3 list
Package Version
------------------------------ -------
ble-serial 2.5.0
bleak 0.13.0
coloredlogs 15.0.1
humanfriendly 10.0
pip 20.2.3
pyobjc-core 8.1
pyobjc-framework-Cocoa 8.1
pyobjc-framework-CoreBluetooth 8.1
pyobjc-framework-libdispatch 8.1
setuptools 49.2.1
six 1.15.0
wheel 0.33.1
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Some Older Macs Reportedly Bricked After Installing macOS ...
macOS Monterey, released last week as the latest version of macOS, is bricking older Mac computers, rendering them unusable and unable to ...
Read more >Monterey Problems: How to fix the most common macOS 12 ...
macOS Monterey update is stuck or frozen · Make sure it's really stuck. · Reboot your Mac in Safe Mode: Apple menu >...
Read more >macOS Monterey problems: how to fix the most common issues
The most commonly reported macOS Monterey problems include battery drain, trackpad and mouse issues, missing features and stuck apps that ...
Read more >macOS Monterey Update Issues, Problems, How to Fix (2022)
Summary: This post is a roundup list of common macOS Monterey problems and fixes. The latest update includes issues like memory leaks and...
Read more >Apple's macOS Monterey update breaks some computers ...
Updated Apple's latest desktop operating system, macOS Monterey, has downgraded some users' machines to the equivalent of a brick, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
looks like osx12.3 has fixes reference https://github.com/hbldh/bleak/issues/720#issuecomment-1025017418
Yes, you can expect at least some solution, since bleak added the service uuid workaround with 0.14. I just did not have the time to implement it so far, might be able to do it next week, will give you guys an update here then.