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

On mac-os Ventura 13.5 no discovery #1249

Open
lukicsl opened this issue Sep 2, 2023 · 1 comment
Open

On mac-os Ventura 13.5 no discovery #1249

lukicsl opened this issue Sep 2, 2023 · 1 comment

Comments

@lukicsl
Copy link

lukicsl commented Sep 2, 2023

I used the sample from readme and only get this:

python3 zerocon-test2.py
Press enter to exit...

running dns-sd command I get results:

dns-sd -B _googlecast._tcp
Browsing for _googlecast._tcp
DATE: ---Sat 02 Sep 2023---
20:22:55.687  ...STARTING...
Timestamp     A/R    Flags  if Domain               Service Type         Instance Name
20:22:55.688  Add        3   5 local.               _googlecast._tcp.    Google-Home-Mini-9dad6897e581ff1cd0d08309b3a333fe
20:22:55.688  Add        3   6 local.               _googlecast._tcp.    Google-Home-Mini-9dad6897e581ff1cd0d08309b3a333fe
20:22:55.688  Add        3   5 local.               _googlecast._tcp.    BRAVIA-4K-VH21-2b9f1ec4a8d24cdf0f0abc0fec019468
20:22:55.688  Add        2   6 local.               _googlecast._tcp.    BRAVIA-4K-VH21-2b9f1ec4a8d24cdf0f0abc0fec019468
>>> from zeroconf import ZeroconfServiceTypes
>>> print('\n'.join(ZeroconfServiceTypes.find()))
_companion-link._tcp.local.
_sftp-ssh._tcp.local.
_smb._tcp.local.
_ssh._tcp.local.
>>>

how can I contribute to resolving this problem?

@bdraco
Copy link
Member

bdraco commented Sep 2, 2023

Try examples % python3 async_browser.py --find instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants