rgraciano / echo-sonos

Amazon Echo integration with Sonos
Other
712 stars 234 forks source link

Lambda Error getaddrinfo ENOTFOUND #119

Closed steve772 closed 7 years ago

steve772 commented 7 years ago

Getting the following:

"The Lambda service encountered an error: getaddrinfo ENOTFOUND" and then "mydyndnsaddress mydyndnsaddress:5005".

Testing mydyndnsaddress:5005 from my web browser works fine. I am able to control my Sonos.

Any thoughts?

pheintzelman commented 7 years ago

Does your host setting include the protocol(http/https)? it should just be your domain name.

steve772 commented 7 years ago

@pheintzelmam I removed the http:// and it works great now. Thanks!