mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #204] Doesn't start #107
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#107
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 @Icelk on GitHub (May 28, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/204
Describe the bug
spotify_playerdoesn't start and is very slow to come to the UI stage.To Reproduce
When I try to start
spotify_player, the screen is blank. When the playback notification pops up, I can pressctrl+c, and then the UI suddenly shows up.Expected behavior
The UI starting without pressing
ctrl+c.Log and backtrace
~/.config/spotify-player/app.tomlEnvironment
-F notify,image,lyric-finder,pulseaudio-backend,streaming,media-control --no-default-features@aome510 commented on GitHub (May 28, 2023):
Do you have any videos for a demonstration?
Edit: also please provide applicable logs in
~/.cache/spotify-player/.@trincasidra commented on GitHub (May 30, 2023):
I'm having the same issue, but there isn't actually anything to show on video as it just stays like this:

Logs from the first run:
And the logs from the second run:
Environment
Lastly, interestingly, if I go to my phone I can actually select
spotify-playeras a device and then spotify_player will actually play the music. The TUI however will still not come up, it's still hung like the image posted above.@aome510 commented on GitHub (May 30, 2023):
Can confirm that this issue is reproducible in my other Ubuntu machine. Will implement a fix soon.
@Icelk commented on GitHub (May 30, 2023):
Thanks!
@aome510 commented on GitHub (May 30, 2023):
@Icelk @trincasidra should be fixed with
github.com/aome510/spotify-player@bca3fa2362.Can you guys try the latest build of
masterto see if the new change fixes this issue?@trincasidra commented on GitHub (May 30, 2023):
Cheers, it works now!
Thanks for the speedy help :)
@aome510 commented on GitHub (May 31, 2023):
Thanks. Will close this issue.