cosmosis14 / custom-youtube

Custom Amazon Alexa skill to play YouTube-sourced audio
MIT License
7 stars 3 forks source link

It says playing song but never plays #3

Closed Raul824 closed 1 month ago

Raul824 commented 1 month ago

The skill was working flawlessly until suddenly it stopped working. I cannot see any issues in cloud watch logs of lambda function as it is returning the uri but the songs is not playing on alexa.

I tried test from alexa as well but I cannot see any errors, could you suggest me any troubleshooting steps.

I tried re-deploying the lambda function and it gave yt-dl update required which I did and now it is back to original error where it says playing and then never plays the songs.

CalColson commented 1 month ago

unfortunately i've ditched my alexa for google, or i would work on fixing this.

the last time it broke this way though, it did have to do with updating ytdl-core (see here).

i suggest seeing if you can fetch and play a test song, using code similar to the ytdlTest.js in the tests folder. if that doesn't work, then it's a problem with ytdl.

best of luck!

Raul824 commented 1 month ago

thanks I updated your skill to support aws-sdk3 and put new ytdl-core.