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
It seems that the instruction in the README differ slightly from what is presented in Lambda portion. I have tried to set things up as best as I can and think I have competed all of the necessary steps. However, when I try to test through Lambda, I get the following error:
It seems that the instruction in the README differ slightly from what is presented in Lambda portion. I have tried to set things up as best as I can and think I have competed all of the necessary steps. However, when I try to test through Lambda, I get the following error:
{
"errorMessage": "Cannot read property 'System' of undefined",
"errorType": "TypeError",
"stackTrace": [
"EchoSonos.setEchoId (/var/task/index.js:43:40)",
"AlexaSkill.execute (/var/task/AlexaSkill.js:101:14)",
"EchoSonos.intentHandlers.NextTrackIntent.PreviousTrackIntent.WhatsPlayingIntent.promise.then.catch.promise.then.catch.exports.handler (/var/task/index.js:796:15)"
]
}
Does anyone have an idea where I can start troubleshooting? I've started from scratch 2x, but with the same results.
Thanks.
The text was updated successfully, but these errors were encountered: