dmhacker / alexa-youtube-skill

Allows Alexa to play audio from YouTube videos
MIT License
243 stars 109 forks source link

test failed #65

Open damonnn71 opened 4 years ago

damonnn71 commented 4 years ago

Hi, skill test in developer consolle failed: Error setting skill enablement A valid interaction model is required to test your skill. In AWS there is an error in Alexa Skill Kit: Statement serverlessrepo-AlexaYoutubePlaybackSkill-alexaskillskitcolorexpertAlexaSkillEventPermi-BIXIQQ84983E is not found in resource policy. (Service: AWSLambda; Status Code: 404; Error Code: ResourceNotFoundException; If I do the test in AWS failed: { "errorMessage": "Cannot find module '/var/task/index'", "errorType": "Error", "stackTrace": [ "Module.require (module.js:596:17)", "require (internal/module.js:11:18)" ] } The minimum node.js selectable is 8.10, I don't know if this is the problem ... can you help me? Thank you.

dmhacker commented 4 years ago

Try following the tutorial again. This error usually appears when code is updated correctly (e.g. AWS Lambda can't find index.js).