skill-sample-nodejs-city-guide icon indicating copy to clipboard operation
skill-sample-nodejs-city-guide copied to clipboard

Problem with getTopFiveIntent

Open S-Chaudhry opened this issue 7 years ago • 2 comments

Whenever I try using the getTopFiveIntent, the response is there was a problem with the requested skills response. This also happens after I use the help command and then say the getTopFiveIntent. What should I do to fix this?

S-Chaudhry avatar Jul 18 '17 21:07 S-Chaudhry

Make sure you do not have special characters in the descriptions, name, contact of the top five things to do in your index.js If you have special characters, make sure you escape them properly.

gurmitsa avatar Jul 29 '17 03:07 gurmitsa

Check the CloudWatch Logs for a more detailed error message returned from Alexa. Sounds like the Response sent back from the Skill might be missing expected parameters.

JennJin avatar Oct 26 '17 23:10 JennJin