Search code examples
alexa-skills-kit

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

  • It could be an internal recognition issue from the invocation name.

    What I recommend you to do:

    1. Change the invocation name by something very simple ex: Test four
    2. Save the model and Build the model
    3. Try open Test four in the developer console
    4. 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.