alexa-samples / skill-sample-node-device-address-api

This is a sample skill written in JavaScript that demonstrates how to use device ID and the API endpoint values to make a request to the Alexa Device Address API.
Other
65 stars 54 forks source link

Skill.json is not valid #17

Open pjshumphreys opened 5 years ago

pjshumphreys commented 5 years ago

If I run this command from the command line againg the skill.json in this project

ask api update-skill -s [my skill id] -f skill.json

I get this response:

Call update-skill error. Error code: 400 { "message": "Skill manifest is not valid.", "violations": [ { "message": "Invalid skill information." } ] }