pmyers88 / dc-metro-echo

Echo app to tell a user when the next train is arriving at a given metro station.
MIT License
3 stars 3 forks source link

App throws "Unexpected exception TypeError: Cannot call method 'call' of undefined" #42

Closed pmyers88 closed 8 years ago

pmyers88 commented 8 years ago

The exception is thrown for any GetStation request. Full info:

{
    "errorMessage": "Cannot call method 'call' of undefined",
    "errorType": "TypeError",
    "stackTrace": [
        "AlexaSkill.requestHandlers.IntentRequest (/var/task/vendor/AlexaSkill.js:32:37)",
        "AlexaSkill.execute (/var/task/vendor/AlexaSkill.js:110:24)",
        "exports.handler (/var/task/index.js:8:7)"
    ]
}