mlomboglia / alexa-skill-heytube

Alexa Skills to Play a Single Audio or Multiple Audio from YouTube Videos
Apache License 2.0
31 stars 11 forks source link

Problem with the skills response #3

Open flos06 opened 3 years ago

flos06 commented 3 years ago

Hi, First of all thanks for creating this. Im running into an issue with alexa saying: There was a problem with the skills response.

I've used most of your config files except I changed aws region to eu-west-1. Everything deploys fine. The skill and function both exist yet I can't get it to work. Any ideas?

I've followed the single audio guide

Edit: nvm i had to install ask sdk. However no audio is being played. I am running the alexa sdk on raspberry pi. Could that be the issue?

mlomboglia commented 3 years ago

Hi, Can you check the logs available in AWS? Go to CloudWatch, Log Groups of your Lambda function. You should see the log stream of your execution according to the date/time. Post the content here for me to check. It might give you the indication of the problem.