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
I need help on the alexa skill testing part. I've gotten everything set up to this point. I've tested sending the resumeall and pauseall command from outside my network successfully, the lambda tests are successful as well, the only issue i'm having is when I go to test the alexa skill by saying "Alexa, ask sonos to play test" The lambda response returns a "The response is invalid" error. Saying parse error on line 1: Expecting 'string' 'number' 'null'.... got undefined. I can't figure out what I'm doing wrong.
The text was updated successfully, but these errors were encountered:
I need help on the alexa skill testing part. I've gotten everything set up to this point. I've tested sending the resumeall and pauseall command from outside my network successfully, the lambda tests are successful as well, the only issue i'm having is when I go to test the alexa skill by saying "Alexa, ask sonos to play test" The lambda response returns a "The response is invalid" error. Saying parse error on line 1: Expecting 'string' 'number' 'null'.... got undefined. I can't figure out what I'm doing wrong.
The text was updated successfully, but these errors were encountered: