alexa-samples / skill-sample-nodejs-city-guide

An Alexa Skill Sample showing how to build a skill featuring a single city's landmarks and news.
Other
197 stars 223 forks source link

Problem with getTopFiveIntent #14

Open S-Chaudhry opened 7 years ago

S-Chaudhry commented 7 years ago

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?

gurmitsa commented 7 years ago

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.

JennJin commented 7 years ago

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.