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

Memory inconsistency with Flask #1

Closed Tyzer34 closed 7 years ago

Tyzer34 commented 7 years ago

When requesting the song currently playing, it sometimes returns an outdated value, leading to belief there is some kind of memory inconsistency in the application.

Tyzer34 commented 7 years ago

Consistency for playlist and counter has been arranged. However, when a play call is made, it initialises two times, leading to a memory inconsistency on the second call.

Tyzer34 commented 7 years ago

Response by John Wheeler in other project Maybe try to run with Waitress?

Tyzer34 commented 7 years ago

Fixed by running the application with Waitress!