You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: