dmhacker / alexa-youtube-skill

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

Could not extract signature deciphering actions #27

Closed srinivas81 closed 6 years ago

srinivas81 commented 6 years ago

Since few days, I have been getting the message on alexa as "there is a problem with the requested skills response". When I tried your web URL for your heroku server, and I search under "Youtube Search" , I see this error: "Could not extract signature deciphering actions". Any idea whats going on?

sam170582 commented 6 years ago

I had the same issue. I got it fixed by upgrading to ytdl-core version to 0.20.1 Refer this: https://github.com/fent/node-ytdl-core/issues/287

dmhacker commented 6 years ago

Seems like @sam170582 provided a good fix. Keep in mind that ytdl-core has been updated to 0.20.1 in the latest release. Closing the issue.