mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #369] Crashes whenever it attempts to play an unavailable song (and no indication if the song is unavailable) #251
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexlyee on GitHub (Jan 22, 2023).
Original GitHub issue: https://github.com/jpochyla/psst/issues/369
Describe the bug
The app crashes whenever I try to play a song that is on my playlist but is no longer available on Spotify.
To Reproduce
Simply play any song from a playlist that is unavailable (greyed out on the Spotify app)
Expected behavior
For it to not play at all, display an error, or preferably to grey out the track to indicate that it is no longer available on Spotify.
Environment
It might be worth mentioning that the app crashed when I updated my NVIDIA graphics drivers. Not a big deal, but perhaps worth knowing.
@Insprill commented on GitHub (Jan 22, 2023):
Can you run psst with
RUST_BACKTRACE=1and send the output when it crashes?@alexlyee commented on GitHub (Jan 22, 2023):
This time I tried to play one a bunch of times and it simply played random songs on my playlist, and then hung on one random one. The console output looked like--
--and then hung (spinning loading sign on one song, won't let me change the song or pause loading)
I'm in an elevated powershell and ran
set RUST_BACKTRACE=1before running.\psst-gui.exe. Not sure if I'm doing something wrong now...I can't replicate it now, it's simply skipping to the next song just fine. Would still be nice to have some indicator that it can't get the song though. I'll just chalk it up to a one-off thing. My Windows PC was on for quite a number of days, and actually crashed with a page file error code that I think is unrelated while I was using the app normally.