rgraciano / echo-sonos

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

Lambda Test Error: "Cannot read property 'System' of undefined" #201

Open CraigTorg opened 5 years ago

CraigTorg commented 5 years ago

I am trying to test the Lambda build. I am getting this error:

{ "errorMessage": "Cannot read property 'System' of undefined", "errorType": "TypeError", "stackTrace": [ "EchoSonos.setEchoId (/var/task/index.js:43:41)", "EchoSonos.AlexaSkill.execute (/var/task/AlexaSkill.js:101:14)", "exports.handler (/var/task/index.js:796:15)"

My Alexa skill seems to be working and I believe is connected correctly to the Lambda build.

m0nk3yd0g commented 5 years ago

Getting the same error

m0nk3yd0g commented 5 years ago

This fixes it: https://github.com/rgraciano/echo-sonos/issues/195