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

mdns problems #20

Open
coricidin12 opened this issue Sep 20, 2017 · 0 comments
Open

mdns problems #20

coricidin12 opened this issue Sep 20, 2017 · 0 comments

Comments

@coricidin12
Copy link

I had a lot of trouble installing this package because of node-gyp rebuild errors with mdns. I tried different computers, ubuntu, debian, windows, different node versions, etc. I finally got it to install using this:

sudo npm install -g --unsafe-perm

Now I can access the web interface, but as soon as I send a notification to the server, I get this error:

{ text: 'Hello Google Cast' }
events.js:160
throw er; // Unhandled 'error' event
^
Error: getaddrinfo -3008
at errnoException (/home/mike/Desktop/ghome/google-cast-public-address/node_modules/mdns/lib/resolver_sequence_tasks.js:199:11)
at getaddrinfo_complete (/home/mike/Desktop/ghome/google-cast-public-address/node_modules/mdns/lib/resolver_sequence_tasks.js:112:10)
at GetAddrInfoReqWrap.oncomplete (/home/mike/Desktop/ghome/google-cast-public-address/node_modules/mdns/lib/resolver_sequence_tasks.js:120:9)

It still seems do to be related to mdns. Anyone have any ideas or can confirm a setup that's working? I've tried so many different things I don't know what I'm doing wrong.

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

1 participant