Skip to content
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

'NSKVONotifying_CBCentralManager' object has no attribute 'retrieveAddressForPeripheral_' #1630

Open
CoderXL1 opened this issue Aug 18, 2024 · 2 comments
Labels
Backend: Core Bluetooth Issues and PRs relating to the Core Bluetooth backend

Comments

@CoderXL1
Copy link

  • bleak version: 0.22.2
  • Python version: 3.12.5
  • Operating System: Mac OS 11 Big Sur
  • BlueZ version (bluetoothctl -v) in case of Linux:

Description

When running home assistant, an error occurs:
AttributeError: 'NSKVONotifying_CBCentralManager' object has no attribute 'retrieveAddressForPeripheral_'. Did you mean: 'retrieveConnectedPeripherals'?

@CoderXL1
Copy link
Author

python3.12/site-packages/bleak/backends/corebluetooth/scanner.py, line 134, in callback self.manager.central_manager.retrieveAddressForPeripheral(p)

@CoderXL1 CoderXL1 reopened this Aug 18, 2024
@dlech
Copy link
Collaborator

dlech commented Aug 18, 2024

Duplicate of #1286. But I guess we can leave this one open since that one is closed. Same comments still apply though.

@dlech dlech added the Backend: Core Bluetooth Issues and PRs relating to the Core Bluetooth backend label Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend: Core Bluetooth Issues and PRs relating to the Core Bluetooth backend
Projects
None yet
Development

No branches or pull requests

2 participants