vincentbernat / dashkiosk

Managing dashboards on various displays (especially those running on Android)
Other
361 stars 63 forks source link

chromecast ultra doesn't show up in admin screen #99

Open dothebart opened 3 years ago

dothebart commented 3 years ago

Though I see "level":"info","message":"Rescan Chromecast devices" and

avahi-browse _googlecast._tcp
+   eth0 IPv4 Chromecast-Ultra-406091bcc5c70cacbca945e5370f9395 _googlecast._tcp     local

is able to see it, it won't show up in the admin screen. Is there a way to get more information here?

vincentbernat commented 3 years ago

What does ./node_modules/nodecastor/bin/nodecastor discover says?

dothebart commented 3 years ago

hm, its not there :/ (the binary)

dothebart commented 3 years ago

its actually:

./node_modules/nodecastor/bin/chromecast discover 
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>
events.js:174
      throw er; // Unhandled 'error' event
      ^

Error: getaddrinfo -3008
    at errnoException (/root/dashkiosk-2.7.8/node_modules/mdns/lib/resolver_sequence_tasks.js:199:11)
    at getaddrinfo_complete (/root/dashkiosk-2.7.8/node_modules/mdns/lib/resolver_sequence_tasks.js:112:10)
    at GetAddrInfoReqWrap.oncomplete (/root/dashkiosk-2.7.8/node_modules/mdns/lib/resolver_sequence_tasks.js:120:9)
Emitted 'error' event at:
    at on_resolver_done (/root/dashkiosk-2.7.8/node_modules/mdns/lib/browser.js:28:14)
    at next (/root/dashkiosk-2.7.8/node_modules/mdns/lib/browser.js:100:7)
    at /root/dashkiosk-2.7.8/node_modules/mdns/lib/resolver_sequence_tasks.js:160:11
    at getaddrinfo_complete (/root/dashkiosk-2.7.8/node_modules/mdns/lib/resolver_sequence_tasks.js:112:7)
    at GetAddrInfoReqWrap.oncomplete (/root/dashkiosk-2.7.8/node_modules/mdns/lib/resolver_sequence_tasks.js:120:9)
dothebart commented 3 years ago

ok, solved, thanks to

edited the /etc/nsswitch.conf which was missing on that machine to contain files mdns4_minimal [NOTFOUND=return] dns mymachines mdns4 and

apt-get install libnss-mdns

https://github.com/superhawk610/multicast/issues/23 had this.

dothebart commented 3 years ago

ok, restarting the server then made it work.

dothebart commented 3 years ago

Maybe system misconfiguration should be somehow better anounced in the logs, but I think this issue can be closed.