For about two weeks Alexa has only been playing one song from the queue. If I tell Alexa "Next" it will play the next song and then stop again. I added some logging and it appears to get to:-
@ask.on_playback_finished()
def play_back_finished(token):
and select the correct song and then go_next is called but no audio play. This was working so I guess it's something that has changed on Alexa.
plexMusicPlayer.txt
Log with flask-ask logging turned on
Log2.txt
For about two weeks Alexa has only been playing one song from the queue. If I tell Alexa "Next" it will play the next song and then stop again. I added some logging and it appears to get to:-
@ask.on_playback_finished()
def play_back_finished(token):
and select the correct song and then go_next is called but no audio play. This was working so I guess it's something that has changed on Alexa.
plexMusicPlayer.txt
Log with flask-ask logging turned on
Log2.txt