dmhacker / alexa-youtube-skill

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

Doesn't work #4

Closed Firni95 closed 7 years ago

Firni95 commented 7 years ago

When asking alexa to open the skill there is an error "The target Lambda application returned a failure response".

When checking Lambda there is "This function contains external libraries. Uploading a new file will override these libraries."

Do I have to buy a better/larger version of amazon aws?

Thank you!

Firni95 commented 7 years ago

Btw: Your zip.py has a problem with the print "Done" line... jfyi

Firni95 commented 7 years ago

Log-Export:

Unable to import module 'index': Error at Function.Module._load (module.js:438:3)

dmhacker commented 7 years ago

You shouldn't have to upgrade Lambda at all, and I'll update the zip.py file to be compatible with Python 3 (I was using Python 2.7, which is why the "Done" line isn't working). Otherwise, I'm going close this and redirect your comments to issue https://github.com/dmhacker/alexa-youtube-skill/issues/2.