-
Notifications
You must be signed in to change notification settings - Fork 146
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
Not finding devices on Windows 10 #58
Comments
I am having the same issue with Windows 10, and unfortunately haven't yet found a way around it. My (very simple) code works fine on my MacBook, but not on my Windows machine: |
Does not work on Windows 10 for me either. Device does not even appear when a localhost bonjour browser. |
I'm having the same issue (Windows 10), internally bonjour NPM package finds it but doesn't seem visible outside node. |
Same issue |
Same |
Just an observation: When disabling all WiFi network adapters and using the ethernet only my machine can find devices. Otherwise not. |
For me, it was the VirtualBox Host-Only Ethernet Adapter. Once I disabled it works fine. And at the same time Wireshark sees the proper MDNS traffic appears on my Ethernet interface. |
Hi! First off, this library is great. It works flawlessly on Mac. However, I'm having a hard time finding devices on Windows 10.
I can discover devices properly using the mDNS Browser Chrome extension on Windows - so the machine is able to discover devices (somehow). However, I'm unable to discover any services using this library or dns-sd (which I installed through the Apple Bonjour SDK).
I'm sorry if this isn't the best place to post about this, but I'm wondering if anyone's encountered the same issue and how they got around it. Thanks for any help!
The text was updated successfully, but these errors were encountered: