dmhacker / alexa-youtube-skill

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

Endpoint Error #70

Open Alex-Graham opened 4 years ago

Alex-Graham commented 4 years ago

Hi,

I ran through your latest instructions using node 10 and I had reached entering the ARN into the AWS Lambda ARN but when I went to save the endpoint, it said saved failed with the following error message.

image

janjaali commented 4 years ago

You need to setup the "Alexa Skill Kit" with you Skill ID as a trigger for your lambda in the AWS-console where you have configured your lambda.

Alex-Graham commented 4 years ago

Ah ok, have I missed a few steps at the start then and if so can you link me to those steps?

Also is the skill ID the name of the function?

janjaali commented 4 years ago

No, the skill ID identifies your Skill against AWS Lambda. You may find the following link helpful: https://peterdaugaardrasmussen.com/2018/07/24/alexa-error-when-not-selecting-correct-blueprint/

Alex-Graham commented 4 years ago

Perfect got the trigger setup but I am now missing Amazon CloudWatch Logs. How do I go about setting this up or is it needed?

dmhacker commented 4 years ago

If you set up the Lambda server, it should automatically come up with Amazon CloudWatch logs. You won't really need to use them, but they are helpful for me for debugging purposes.