echo-sonos icon indicating copy to clipboard operation
echo-sonos copied to clipboard

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

Open CraigTorg opened this issue 5 years ago • 2 comments

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.

CraigTorg avatar Oct 28 '18 23:10 CraigTorg

Getting the same error

m0nk3yd0g avatar Jan 05 '19 00:01 m0nk3yd0g

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

m0nk3yd0g avatar Jan 05 '19 01:01 m0nk3yd0g