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

"go outside" no longer working #40

Open stzaske opened 5 years ago

stzaske commented 5 years ago

I just followed the Amazon developer ASK CLI documentation here, and when I deploy the skill the "go outside" intent returns an error. Looking over the issues, it looks like many of these examples are no longer being supported. I thought I'd report this error anyway for anyone running into the same issue.

The response JSON is

{
    "body": {
        "version": "1.0",
        "response": {
            "type": "_DEFAULT_RESPONSE"
        },
        "sessionAttributes": {},
        "userAgent": "ask-node/2.6.0 Node/v8.10.0"
    }
}