alexa-samples / skill-sample-nodejs-buttons-trivia

This is a sample trivia skill that will allow developers to get a head start on their trivia games using Echo Buttons. It allows for roll-call of the players, asking trivia questions, and determining whether the voice inputs matched the answers.
Other
32 stars 35 forks source link

Update skill, etc. #5

Open mikevocalz opened 6 years ago

mikevocalz commented 6 years ago

I'm getting these errors: 1st Error: two lambda functions are produced during the deployment with the ask cli command: "ask deploy -p trivia-skill", im unable to update teh skill after that.

2nd Error: Error code: 400 { "message": "Skill manifest is not valid.", "violations": [ { "message": "custom.endpoint - No endpoint is defined." } ] }

mikevocalz commented 6 years ago

i found that when i deleted the resources object ( usually at the bottom of the deploy settings object ) and run the update again it works. hope this helps someone that has this same issue

justinpecott commented 6 years ago

I've raised this issue with our ask-cli team but don't have a time frame for a fix at the moment.

This issue seems limited to skills that have multiple locales, as ours does by default here. In my testing I see the initial deploy fail but running the deploy a second time (and onward) will succeed.

Thanks for reporting.