psst icon indicating copy to clipboard operation
psst copied to clipboard

Player gets stuck sometimes

Open pythonhacker opened this issue 2 years ago • 1 comments

Sometimes the player gets stuck on a track and there is a network time out error on the console. Screenshot and console log appended.

[2021-08-19T18:01:24Z INFO  psst_core::audio_file] blocked at 4707432
[2021-08-19T18:01:29Z ERROR psst_core::audio_file] failed to download: https://audio-ak-spotify-com.akamaized.net/audio/3be4482b2a0fb0b1f22c7e0f245b6040edd1061c?__token__=exp=1629482484~hmac=9378842b163c7a98374aef6c07b3189897bafc140193b381f5bc442225f9e893: Network Error: timed out reading response
[2021-08-19T18:01:29Z ERROR psst_core::audio_file] failed to download: https://audio-ak-spotify-com.akamaized.net/audio/3be4482b2a0fb0b1f22c7e0f245b6040edd1061c?__token__=exp=1629482484~hmac=9378842b163c7a98374aef6c07b3189897bafc140193b381f5bc442225f9e893: Network Error: timed out reading response

image

Usually clicking on the track again unfreezes the app and the playback continues.

pythonhacker avatar Aug 19 '21 18:08 pythonhacker

This error can be fixed just by handling the error and retry from the Spotify client

pablodz avatar Aug 26 '21 01:08 pablodz