We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run the zeroconf server to broadcast on a WiFi network that doesn't have internet, but it doesn't seem to work properly.
As soon as I broadcast on a network that has internet, I can discover the broadcasted server/service.
Is this a known issue?
The text was updated successfully, but these errors were encountered:
Even worse, when not connected to a network, I get:
2019/11/05 20:58:21 Could not determine host IP addresses Error: process exited with code 1.
which means that my Go program cannot even be launched without internet.
The message seems to be coming from
zeroconf/server.go
Lines 68 to 70 in c2d1b41
This is on Ubuntu 18.04.2 LTS.
Sorry, something went wrong.
Do not exit when not connected to a network; workaround for grandcat/…
14222c4
…zeroconf#62
No branches or pull requests
I'm trying to run the zeroconf server to broadcast on a WiFi network that doesn't have internet, but it doesn't seem to work properly.
As soon as I broadcast on a network that has internet, I can discover the broadcasted server/service.
Is this a known issue?
The text was updated successfully, but these errors were encountered: