mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #38] StreamError - not working #945
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#945
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 @elkrien on GitHub (May 24, 2022).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/38
I have installed player from AUR (btw it is still 0.5.1 version) and it is not working. This is what i see (look at the playlist - was not able to copy this error):

@aome510 commented on GitHub (May 24, 2022):
Hi @elkrien, thanks for submitting this issue. I'm the maintainer for that AUR package but I'm no longer have access to Arch machine.
Can you try to install the latest version using other method, e.g
cargo install spotify_player, to see if this error still persists?@elkrien commented on GitHub (May 24, 2022):
After installing last release by cargo error still persists.
@aome510 commented on GitHub (May 24, 2022):
Can you send me a log file and a backtrace file as described in the README?
@elkrien commented on GitHub (May 24, 2022):
Please see log file. I didn't find any backtrace file in cache directory.
spotify-player.log
@aome510 commented on GitHub (May 24, 2022):
Can you confirm that the application is run with latest version, e.g what is the result of
spotify_player --version?The latest version
0.7.0should produce a timestamped log file (spotify-player-22-05-24-12:34.log). Also judging from the contain of the log you send, it seems that the application still runs with an old version.@elkrien commented on GitHub (May 24, 2022):
Yes, You are right. I was launching version installed by AUR. I uninstalled AUR version and the one built by cargo works - no more errors. Now I need to figure why I don't hear any sound :)
@aome510 commented on GitHub (May 24, 2022):
Sorry to hear that. Can you include log/backtrace files so I can look into the issue?
@elkrien commented on GitHub (May 24, 2022):
spotify-player-22-05-24-21:04.log
Backtrace is empty
@aome510 commented on GitHub (May 24, 2022):
I just realized that I incorrectly configured the backtrace, so it doesn't print all the panic messages.
Sorry for the back-and-forth, but can you try reproducing this error with the latest build from
masterby runningThen send me the backtrace file. Given the original error
StreamError, the backtrace file should not be empty.Thanks.
@elkrien commented on GitHub (May 24, 2022):
Here You are:
@aome510 commented on GitHub (May 24, 2022):
@elkrien thanks. My best guess is that the
rodiolibrary is unable to detect your audio backend. This is not because ofspotify-player, so I’m afraid I don’t really know how to fix this 😢 .Maybe you can try install/reinstall
pulseaudio-alsapackage as mentioned in https://github.com/bevyengine/bevy/discussions/2991. Or you can try build the application using different audio backends.@elkrien commented on GitHub (May 25, 2022):
Installing pulseaudio-alsa solved the problem. All works great now. Nice project. The only thing I miss now is to be able to control player by playerctl (my bar works with playerctl that controls ncspot that I use). If this feature will be added to playerctl than this player will be my daily driver :)