-
Notifications
You must be signed in to change notification settings - Fork 58
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
VoiceHandler error when deploying to Lambda #30
Comments
I guess you implement Skill by reference to README.md.
You should open If match, you must replace your Alexa Skill It will be work. |
Did you try what ysak recommended? I have some half finished dialogue management features on mainline. Try one of the stable releases. |
I had the same problem when doing a The PKGINFO for that read:
It is noted on the homepage that:
Following the instructions @ysak-y provided did resolve the problem (and helped me to better understand the way that the @ symbol works in Python!). Note that when I grabbed a copy of the files from master and tried out the examples, I got a different error about default requiring 2 parameters -- self and func. I switched back to the 0.5.6 version installed via pip, applied @ysak-y's instructions and it worked fine. |
Just in case anyone else missed it.
should change to
etc etc. in your python scripts, the method name itself isn't relevant to this issue. |
When I attempt to deploy my very simple Alexa skill to Lambda and test it, I get the following error in the logs:
module initialization error: 'VoiceHandler' object has no attribute 'default'
What information can I provide to help troubleshoot?
The text was updated successfully, but these errors were encountered: