-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vollibrespot panics on album play #519
Comments
Unfortunately there isn't really anything we can do here. The best option is probably to change the Spotify player. However, this will need some major development effort. As we don't have any Rust Knowhow I can't say if and how this can be improved. |
Just tested here and it plays fine. Try setting username and password in /etc/volllibrespot.conf |
I do use a username and password. Unfortunately, it has no effect for me. |
Skipping the first number in the playlist somehow fixes the problem for me. Seems to me I have the same error as @blynnumass. I set the username and password in Describe the bug HiFiBerryOS version HiFiBerry sound card journalctl
@hifiberry what player would be a alternative? Work around journalctl
|
I think this issue is related to the problem I've been having for a few weeks/months now. I initially thought it was due to me using HiFiBerryOS Alpha, cause it started exactly at the time I used it, but I switched back to stable HiFiBerryOS today and it's still happening no matter what playlist I'm playing. For me the journalctl output looks very similar to the one people above me posted:
|
With the next release of HiFiBerryOS64, we'll offering a Spotifyd extension as an alternative. You might try if this works better for you. HBOS64 Alpha 7 will be available soon. |
Thanks for the update! |
No, right now there is no upgrade for alpha versions. I hope this will be available again with the next alpha |
DO NOT remove the blocks below, but fill these with the requested data. Incomplete bug reports will be ignored!
You should remove this comment before posting the bug report.
Describe the bug
Vollibrespot panics on certain album playlists. The panics are consistent and easily reproducible.
HiFiBerryOS version
20230404
HiFiBerry sound card
DAC2 HD in a Pi4
To Reproduce
This occurs with various albums. One example:
Expected behavior
Expected behavior is for the entire album to play (and no panic).
Screenshots
Here is the journal entry. Note the "failed to fill whole buffer" error.
Feb 28 19:02:04 hifiberry systemd[1]: fstrim.service: Deactivated successfully.
Feb 28 19:02:04 hifiberry systemd[1]: Finished Discard unused blocks on filesystems from /etc/fstab.
Feb 28 19:02:08 hifiberry vollibrespot[754]: thread '' panicked at 'Vorbis error: OggError(ReadError(Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }))', /home/matuschd/buildroot-
Feb 28 19:02:08 hifiberry vollibrespot[754]: stack backtrace:
Feb 28 19:02:08 hifiberry vollibrespot[754]: 0: 0xa37b38 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 1: 0xa5eff0 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 2: 0xa304d8 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 3: 0xa3a138 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 4: 0xa39b20 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 5: 0xa3a824 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 6: 0xa3a2fc -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 7: 0xa380f0 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 8: 0xa3a244 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 9: 0x5228bc -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 10: 0x522990 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 11: 0x63f464 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 12: 0x56888c -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 13: 0x56a2b8 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 14: 0x5722f0 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 15: 0x58080c -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 16: 0x566a58 -
Feb 28 19:02:08 hifiberry vollibrespot[754]: 17: 0xa3f9fc -
Feb 28 19:02:20 hifiberry node[785]: Checking MPD database update status...
Feb 28 19:02:31 hifiberry sshd[1016]: Connection closed by 192.168.0.60 port 50614 [preauth]
Feb 28 19:02:36 hifiberry ntpd[389]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Browser (if applicable)
I'm using the latest version of Spotify for macOS, but it panics regardless of whether I start it from there, an iPhone, etc.
Additional context
I have the gapless setting enabled. I tried burning a new image on a separate SD card and had the same error.
The text was updated successfully, but these errors were encountered: