-
Notifications
You must be signed in to change notification settings - Fork 60
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
Devices not being emitting #47
Comments
@kmpm do you have any suggestions of how we can start debugging this? We mailed out about 3k Tessels last week and as you might expect some people are having trouble detecting their Tessel on their network. Is there a way we can tell if the network is not configured properly or if the packets just aren't being received properly? |
First of all, are you using this library to detect a device on the network or advertising their presence? That issue is about 2 different services listening to the same port and I haven't been able to verify if it is an issue and what to do about it if it is. But I would start there. Also a wireshark dump would be great. |
The outgoing package has the correct contents but I see that you are excluding 0.0.0.0 in the tessel-cli code. I have seen some suggestions that you might need to use 0.0.0.0 but that might clash with any system services listening on the same port there. |
Sorry for not being more clear! The Tessels are using
How do you recommend investigating Bonjour (or Avahi)? We're having this issue primarily on OSX from what I can tell. Here is an example of debug information from
|
Hello!
This is a cross post from a Tessel issue.
Essentially, I can detect my device using the
dns-sd
utility on OSX but the device is not being emitted when I use this lib.Debugging information is below:
As soon as I clear my cache with the following command, it starts to work again:
The text was updated successfully, but these errors were encountered: