[GH-ISSUE #123] Player gets stuck sometimes #88

Open
opened 2026-02-28 14:30:32 +03:00 by kerem · 1 comment
Owner

Originally created by @pythonhacker on GitHub (Aug 19, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/123

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.

Originally created by @pythonhacker on GitHub (Aug 19, 2021). Original GitHub issue: https://github.com/jpochyla/psst/issues/123 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](https://user-images.githubusercontent.com/316177/130121054-6c91f3ec-c75a-4dfa-9421-e5e6dd1be5d0.png) Usually clicking on the track again unfreezes the app and the playback continues.
Author
Owner

@pablodz commented on GitHub (Aug 26, 2021):

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

<!-- gh-comment-id:905997619 --> @pablodz commented on GitHub (Aug 26, 2021): This error can be fixed just by handling the error and retry from the Spotify client
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#88
No description provided.