-
Notifications
You must be signed in to change notification settings - Fork 20
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 Developer Console - JSON Editor Build failed #22
Comments
Jet-A what did you do to resolve this issue? I am getting the same messages. Thanks! |
I migrated to the new version. https://developer.amazon.com/docs/custom-skills/literal-slot-type-reference.html. I was able to build the code. Have not got it all functioning yet. |
Good deal! Can you share the code you built? |
Old post was wrong code. This is what i started. `
} |
Gave this a try, hope it works! { |
please help. I'm getting the same issue: Build Fail. this is the errors that pop up. I'm still very new to all this and learning as I go. I tried figuring it out by trial and error but I fear I am just making everything worse. I believe that by trying to name it something else might be the issue. I named the thing aceassistant and tried naming the certs and everything that would correspond with is ace as well I can get alexa to open Magic Mirror but it wont display anything on the Mirror |
I was able to build the skill using the above code from [dcalix002]. Hopefully I will be able to complete today and let you know how it goes |
Hi eveyone , |
I have the same problem. Did someone find a way to fix it? |
were you able to get it all working after updating the skill? |
Problem:
Alexa Interaction model fails to build.
Error: 1 of many
Slot type "AMAZON.LITERAL" for slot "moduleName" in intent "TurnOffModuleIntent" is not valid. Error code: InvalidSlotTypeLiteral
AMAZON.LITERAL is deprecated as of October 22, 2018. Older skills built with AMAZON.LITERAL do continue to work, but you must migrate away from AMAZON.LITERAL when you update those older skills, and for all new skills.
The text was updated successfully, but these errors were encountered: