skill-sample-nodejs-buttons-trivia icon indicating copy to clipboard operation
skill-sample-nodejs-buttons-trivia copied to clipboard

Update skill, etc.

Open mikevocalz opened this issue 6 years ago • 2 comments

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 avatar Aug 04 '18 23:08 mikevocalz

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

mikevocalz avatar Aug 06 '18 04:08 mikevocalz

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.

justinpecott avatar Aug 28 '18 21:08 justinpecott