alexa-youtube-skill icon indicating copy to clipboard operation
alexa-youtube-skill copied to clipboard

test failed

Open damonnn71 opened this issue 5 years ago • 1 comments

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.

damonnn71 avatar Oct 04 '19 08:10 damonnn71

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

dmhacker avatar Mar 04 '20 19:03 dmhacker