When playing a song, I get this error message. Other songs work, so maybe there is some issue with this mp3 being malformed or maybe it was a transient issue while connecting. Regardless, it seems like the server should catch this error gracefully, show an error message, and move on to the next song. In this case, it acts like it's playing the song with the timer running, but nothing is playing.
Playing: Avril Lavigne - 2002 Billboard Top 100 Hits - Sk8er Boi (3:24)thread '<unnamed>' panicked at monolib/src/lib.rs:281:47:
Failed to parse message: InvalidMarkerRead(Error { kind: UnexpectedEof, message: "failed to fill whole buffer" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Playing: Avril Lavigne - 2002 Billboard Top 100 Hits - Sk8er Boi (4:21 / 3:24) [1.00]
When playing a song, I get this error message. Other songs work, so maybe there is some issue with this mp3 being malformed or maybe it was a transient issue while connecting. Regardless, it seems like the server should catch this error gracefully, show an error message, and move on to the next song. In this case, it acts like it's playing the song with the timer running, but nothing is playing.