-
Notifications
You must be signed in to change notification settings - Fork 312
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
corebluetooth scanner does not check on None vallue address #1523
Comments
What is the macOS version? |
Sonoma 14.3 |
I don't know what else could be done here besides raise an error with a more useful message. We can't allow |
I understand the undocumented nature of the implementation. My thought would be to check on
|
Is it only some devices but not all devices that return |
Seems to be only incidental. And I don't know which device. I'm receiving successful updates from my BLE devices |
If that is the case, then I would take a pull request with the change you suggest. It probably just needs to be
|
Ok, fair enough. But I don't have a bleak development environment setup, and don't like to create an untested pull request, even though I'm quite confident it would resolve the matter. Also it's quite difficult to test since the sporadic nature of the None type address. But if you're fine with an untested pull request I'll go ahead. |
Can you test by editing your Home Assistant install? |
I would not know how to reproduce the issue, it happened only once in the last 8 hours |
bluetoothctl -v
) in case of Linux:Description
The following exception was logged on my local Home Assistance instance:
address_bytes is not checked on being None
What I Did
Just running Home Assistant
Logs
See above
The text was updated successfully, but these errors were encountered: