You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var b = require('airplay').createBrowser();
undefined
console.log(b.getDevices());
[]
undefined
b.start();
undefined
events.js:72
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND
at errnoException (dns.js:37:11)
at Object.onanswer as oncomplete
I have both an airport Express and an AppleTV, so something should be there. I also tried node_airtunes, which only gave me "tick" in the speakers. For that to work, I needed the IP address for the airport express. Is there a way to test airtunes with an IP address?
The text was updated successfully, but these errors were encountered:
I get this error:
I have both an airport Express and an AppleTV, so something should be there. I also tried node_airtunes, which only gave me "tick" in the speakers. For that to work, I needed the IP address for the airport express. Is there a way to test airtunes with an IP address?
The text was updated successfully, but these errors were encountered: