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

Unable to discover any device in MacOS Sequoia 15.2 #1706

Open
nastiliano opened this issue Jan 5, 2025 · 3 comments
Open

Unable to discover any device in MacOS Sequoia 15.2 #1706

nastiliano opened this issue Jan 5, 2025 · 3 comments
Labels
Backend: Core Bluetooth Issues and PRs relating to the Core Bluetooth backend more info required Issues does not have a reproducible test case, has insufficent logs or otherwise needs more feedback

Comments

@nastiliano
Copy link

  • bleak version: 0.22.3
  • Python version: 3.13.1
  • Operating System: MacOS Sequoia 15.2 (Intel Processor)

Description

Unable to discover any device

What I Did

Just with discover usage example:

import asyncio
from bleak import BleakScanner

async def main():
    devices = await BleakScanner.discover()
    for d in devices:
        print(d)

asyncio.run(main())

Logs

Nothing appears in the conosole
No logs

Thank you very much and happy new year

@dlech
Copy link
Collaborator

dlech commented Jan 5, 2025

Was it working for you in older versions of macos? Are there any BLE peripherals that are advertising when you are scanning?

@dlech dlech added Backend: Core Bluetooth Issues and PRs relating to the Core Bluetooth backend more info required Issues does not have a reproducible test case, has insufficent logs or otherwise needs more feedback labels Jan 5, 2025
@nastiliano
Copy link
Author

Hello @dlech

I don't know because I'm new in "Bleak" and I only tried "Bleak" in Ubuntu 24.10 - Linux 6.13.2 - x64 (it works fine) and MacOS Sequoia 15.2 (Intel processor).

No devices appear in MacOS.

This afternoon I'll try it in Windows Pro 11 x64 (completly updated).

Thank you very much.

@nastiliano
Copy link
Author

Confirmed.
In Windows Pro 11 x64 (completly updated) works completly fine!

Thank you very much.

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 more info required Issues does not have a reproducible test case, has insufficent logs or otherwise needs more feedback
Projects
None yet
Development

No branches or pull requests

2 participants