You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing spotifyd using brew (both normal and head: brew install spotifyd and brew install spotifyd --head) and setting my config I get the following error when trying to play a song from spotify-tui:
Caught panic with message: attempted to zero-initialize type `librespot_tremor::tremor_sys::ov_callbacks`, which is invalid
To Reproduce
Not sure if it's easy to reproduce 😞 I'll list my versions below.
Expected behavior
No error on the terminal and music plays 😄
Logs
Click to show logs
> RUST_BACKTRACE=1 spotifyd --no-daemon
Loading config from "/Users//.config/spotifyd/spotifyd.conf"
No proxy specified
Using software volume controller.
Failed to register IPv6 receiver: Os { code: 49, kind: AddrNotAvailable, message: "Can\'t assign requested address" }
Connecting to AP "guc3-accesspoint-b-s9w6.ap.spotify.com:443"
Authenticated as "*********" !
Country: "UY"
Loading with Spotify URI
Caught panic with message: attempted to zero-initialize type `librespot_tremor::tremor_sys::ov_callbacks`, which is invalid
Caught panic with message: called `Result::unwrap()` on an `Err` value: "SendError(..)"
Player thread panicked!
Versions (please complete the following information):
OS: macos bigsur - 11.1
Spotifyd: 0.2.24
cargo: 1.48.0
Additional context:
I'm willing to build from source and change whatever is necessary to test/debug, I just don't know what to try.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Tintef
added
the
bug
A functionality or parts of a program that do not work as intended
label
Jan 8, 2021
Description
After installing
spotifyd
using brew (both normal and head:brew install spotifyd
andbrew install spotifyd --head
) and setting my config I get the following error when trying to play a song fromspotify-tui
:Here's my config file:
To Reproduce
Not sure if it's easy to reproduce 😞 I'll list my versions below.
Expected behavior
No error on the terminal and music plays 😄
Logs
Click to show logs
> RUST_BACKTRACE=1 spotifyd --no-daemonLoading config from "/Users//.config/spotifyd/spotifyd.conf"
No proxy specified
Using software volume controller.
Failed to register IPv6 receiver: Os { code: 49, kind: AddrNotAvailable, message: "Can\'t assign requested address" }
Connecting to AP "guc3-accesspoint-b-s9w6.ap.spotify.com:443"
Authenticated as "*********" !
Country: "UY"
Loading with Spotify URI
Caught panic with message: attempted to zero-initialize type `librespot_tremor::tremor_sys::ov_callbacks`, which is invalid
Caught panic with message: called `Result::unwrap()` on an `Err` value: "SendError(..)"
Player thread panicked!
Versions (please complete the following information):
Additional context:
I'm willing to build from source and change whatever is necessary to test/debug, I just don't know what to try.
Thanks in advance!
The text was updated successfully, but these errors were encountered: