Error on MacOS
4193883-eng opened this issue · comments
I have this problem
ERROR:bleak.backends.corebluetooth.scanner:macOS 12 requires non-empty service_uuids kwarg, otherwise no advertisement data will be received
Is there any way to fix it?
I have no idea how to deal with this. Maybe somebody in the community will be able to figure it out.
@undera maybe I should post it in bleak github?
Feel free. Maybe that would give any hints...
the problem is macOS doesn't want you to use bluetooth in cli programmes, so to use bleak we need to use py2app
@undera
A recent change in bleak, in response to a new requirement in macOS 12, requires a list of service UUIDs to scan for to be sent in when initiating scanning.