'Amazon Alexa doesn't open the skill developed by me( on the device)
I have a problem with Amazon Alexa. I have started to develop a small skill in Alexa Developer Console.
Everything works perfectly when I test it in that console, but when I tell to Alexa device to open my skill. It tell me "I don't know about that".
I don't understand why, the email address is the same for the Developer Console and for the device. I'm sure that the invocation is correct. I tried to disable and enable the skill from the AlexaApp, but it still doesn't work.
Any ideas? Thank you!
Solution 1:[1]
It could be an internal recognition issue from the invocation name.
What I recommend you to do:
- Change the invocation name by something very simple ex:
Test four
- Save the model and Build the model
- Try
open Test four
in the developer console - Try
open Test four
on the device
If open Test four
doesn't work on the device, relogin on the Alexa app with the same email as the developer console and resync the device. Make sure the app is enabled.
If it work with test four
it means that the invocation name you choosed previously is not properly recognized by Alexa. You should keep it as simple as possible or ask the support to improve the recognition of it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | callmemath |