-
Notifications
You must be signed in to change notification settings - Fork 108
Stop/pause/resume playback #45
Comments
hmm, Alexa, ask Youtube to stop works for me. |
But I am puzzled why Alexa stop does not work? It most likely has to do with shouldEndSession flag not being set? |
So are there logs I can capture to help find out why |
Hmm, from my testing, resume/pause works as intended. Stop not working is a known issue; you need to say cancel instead for unknown reasons. As for changing the Heroku URL, just set the HEROKU_APP_URL environment variable in your Lambda server. |
I just done your Setup Process tutorial recently and also got the problem with pause/stop/resume commands. (If you're wondering whether I tried the full version "Alexa ask YouTube to pause/resume" then yes, I did - problem still occures) |
Yeah, that functionality is a bit buggy; I'm still working out some of the kinks. Try saying "cancel" rather than "pause" or "stop" to completely shutdown the skill if things get out of hand. Let me know if that helps. |
I have successfully set it up and its finding and playing the songs requested.
"Alexa, Ask Youtube to play artist title"
However during playback if i say any of these:
Alexa, stop
Alexa, ask Youtube to stop
Alexa, ask Youtube to pause
She always responds with:
"You are not playing anything currently"
Also on a side note... If i want o switch to my own Heroku its only the URL i have to change in the AWS Lambda index.js?
// Set Heroku URL
var heroku = process.env.HEROKU_APP_URL || "https://**********.herokuapp.com";
Nothing else requires changing?
The text was updated successfully, but these errors were encountered: