Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alexa Launch: _processIntent Not Defined #3

Closed
chadevanssf opened this issue Feb 16, 2018 · 3 comments
Closed

Alexa Launch: _processIntent Not Defined #3

chadevanssf opened this issue Feb 16, 2018 · 3 comments

Comments

@chadevanssf
Copy link
Contributor

There is a bug when launching from an Alexa device.

ReferenceError: _processIntent is not defined
2018-02-16T15:21:54.848332+00:00 app[web.1]: at alexa.app.launchFunc (/app/node_modules/violet/lib/violet.js:101:5)
2018-02-16T15:21:54.848334+00:00 app[web.1]: at /app/node_modules/alexa-app/index.js:575:41
2018-02-16T15:21:54.848336+00:00 app[web.1]: at tryCatcher (/app/node_modules/alexa-app/node_modules/bluebird/js/main/util.js:26:23)
2018-02-16T15:21:54.848354+00:00 app[web.1]: at Promise._settlePromiseFromHandler (/app/node_modules/alexa-app/node_modules/bluebird/js/main/promise.js:510:31)
2018-02-16T15:21:54.848357+00:00 app[web.1]: at Promise._settlePromiseAt (/app/node_modules/alexa-app/node_modules/bluebird/js/main/promise.js:584:18)
2018-02-16T15:21:54.848359+00:00 app[web.1]: at Promise._settlePromises (/app/node_modules/alexa-app/node_modules/bluebird/js/main/promise.js:700:14)
2018-02-16T15:21:54.848360+00:00 app[web.1]: at Async._drainQueue (/app/node_modules/alexa-app/node_modules/bluebird/js/main/async.js:123:16)
2018-02-16T15:21:54.848362+00:00 app[web.1]: at Async._drainQueues (/app/node_modules/alexa-app/node_modules/bluebird/js/main/async.js:133:10)
2018-02-16T15:21:54.848363+00:00 app[web.1]: at Immediate.Async.drainQueues [as _onImmediate] (/app/node_modules/alexa-app/node_modules/bluebird/js/main/async.js:15:14)
2018-02-16T15:21:54.848365+00:00 app[web.1]: at runCallback (timers.js:756:18)
2018-02-16T15:21:54.848367+00:00 app[web.1]: at tryOnImmediate (timers.js:717:5)
2018-02-16T15:21:54.848368+00:00 app[web.1]: at processImmediate [as _immediateCallback] (timers.js:697:5)

@vineet-sinha
Copy link
Collaborator

@chadevanssf - thanks for the bug report. I see why it is happening and will get a fix out.

In the meantime - you should be able to still use the skill without using the launch command.

@chadevanssf
Copy link
Contributor Author

It was a small fix, added to my fork here:

chadevanssf@5b85c92

@vineet-sinha
Copy link
Collaborator

Awesome. Do you want to submit a PR here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants