Tyzer34 / plexMusicPlayer

Playback music with Alexa from your Plex Server!
https://medium.com/@Tyzer34/plex-alexa-the-perfect-wedding-38b14b41faf0#.b71cd6lsn
GNU General Public License v3.0
35 stars 19 forks source link

Prevent internal server error when playback finished and add logging … #21

Closed jamesshaw1987 closed 7 years ago

jamesshaw1987 commented 7 years ago

…for playback started and stopped requests - #20

This change will prevent an internal server error on PlaybackFinished requests, but doesn't actually do anything to sort the bad requests apart from add some simple output to confirm the functions are being called.

Tyzer34 commented 7 years ago

Thank you for fixing this! I experimented with these functionalities before the FlaskAsk library had proper pause functionality and thus forgot to fix these afterwards.