mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #166] Program won't start after exiting #84
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#84
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 @overtoneblue on GitHub (Mar 24, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/166
Describe the bug
Hangs on startup after running spotify_player command
To Reproduce
Open spotify-player once on boot, after exiting, will not open again.
Log and backtrace
INFO spotify_player: No playback found on startup, trying to connect to an available device...
^^ last log, always hangs here
Would appreciate some insight into this last log output, It always hangs here, thx
@sewnie commented on GitHub (Mar 25, 2023):
it might fail to initialize a gui, try doing
strace spotify_playerand see what you get@overtoneblue commented on GitHub (Mar 25, 2023):
note for any other nixos users, I believe I have resolved this by removing lyric-finder, and image, from the build options in the nix package. These are enabled by default in the package right now that is maintained, I'm new to nixos, but I created my own package and omitted these two options. Hopefully someone else may glean some useful info from this issue, thank you for the strace recommendation
@sewnie commented on GitHub (Mar 25, 2023):
huh interesting lyric-finder makes it die
@aome510 commented on GitHub (Mar 25, 2023):
I think
imagemight be the reason as it is initialized on startup. I couldn't test it tho as I don't have access to NixOS machine.Do you use kitty? If yes, I think it may be related to https://github.com/aome510/spotify-player/issues/148. Try to remove temp files in
/tmp/.tmp.viuer.*and try again.@noelpilled commented on GitHub (Mar 26, 2023):
NixOS user here, I was also running a custom package removing the image feature due to #148, but it should be fixed in #157.
I've switched back to the official nixpkgs package & and I'm able to launch & run for ~30 minutes just fine. I'll report back if any issues come up.
@aome510 commented on GitHub (Apr 3, 2023):
@Selmer443 did you still encounter this issue with
imageandlyric_finderusingv0.13.1?@aome510 commented on GitHub (Apr 9, 2023):
I would assume this is fixed for now.