Hi,
Hoping someone can help me the following -
When I am running the command to start voice play I get the following error message-
pi@raspberrypi:~/voiceplay $ node voiceplay.js
* WARNING * The program 'nodejs' uses 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/avahi-compat?s=libdns_sd&e=nodejs* WARNING * The program 'nodejs' 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/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister
Amazon Echo / Alexa Voice-Activated Airplay Media Server listening at http://127.0.1.1:8088
{ Error: getaddrinfo -3008
at errnoException (/home/pi/voiceplay/node_modules/mdns/lib/resolver_sequence_tasks.js:199:11)
at getaddrinfo_complete (/home/pi/voiceplay/node_modules/mdns/lib/resolver_sequence_tasks.js:112:10)
at GetAddrInfoReqWrap.oncomplete (/home/pi/voiceplay/node_modules/mdns/lib/resolver_sequence_tasks.js:120:9) code: -3008, errno: -3008, syscall: 'getaddrinfo' }
The readme file states that i should be getting something like
Amazon Echo / Alexa Voice-Activated Airplay Media Server listening at http://192.168.0.12:8080
How can you define the ip address? and is the ip address the ip of rpi?
Any ideas?
Thanks
Hi, Hoping someone can help me the following - When I am running the command to start voice play I get the following error message-
pi@raspberrypi:~/voiceplay $ node voiceplay.js * WARNING * The program 'nodejs' uses 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/avahi-compat?s=libdns_sd&e=nodejs * WARNING * The program 'nodejs' 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/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister Amazon Echo / Alexa Voice-Activated Airplay Media Server listening at http://127.0.1.1:8088 { Error: getaddrinfo -3008 at errnoException (/home/pi/voiceplay/node_modules/mdns/lib/resolver_sequence_tasks.js:199:11) at getaddrinfo_complete (/home/pi/voiceplay/node_modules/mdns/lib/resolver_sequence_tasks.js:112:10) at GetAddrInfoReqWrap.oncomplete (/home/pi/voiceplay/node_modules/mdns/lib/resolver_sequence_tasks.js:120:9) code: -3008, errno: -3008, syscall: 'getaddrinfo' }
The readme file states that i should be getting something like Amazon Echo / Alexa Voice-Activated Airplay Media Server listening at http://192.168.0.12:8080
How can you define the ip address? and is the ip address the ip of rpi? Any ideas? Thanks