VoxaAI/voxa

Voxa should give a better error when an intent is unhandled

Closed this issue · 0 comments

Currently I get:
UnhandledState: Transition from entry resulted in null
at /Users/mitchellharris/src/alexa/alexa-podcasts/node_modules/voxa/lib/StateMachine.js:40:50
at tryCatcher (/Users/mitchellharris/src/alexa/alexa-podcasts/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/Users/mitchellharris/src/alexa/alexa-
etc

I'd expect something like, "XXX went unhandled"