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
adviceAdvice within issues that people could find helpful later onbugA functionality or parts of a program that do not work as intendedwontfixIssues that will not be fixed under any circumstances
Description
When running spotifyd with a password containing # the process fails with BadCredentials.
NB: It works when loading the password through the cli To Reproduce
Change the password to contain a # character and run spotifyd.
Expected behavior
Spotifyd should start.
Logs
Loading config from "/XXXXX/.config/spotifyd/spotifyd.conf"
No proxy specified
Using software volume controller.
error sending packet Os { code: 65, kind: Other, message: "No route to host" }
Connecting to AP "gew1-accesspoint-b-6xhq.ap.spotify.com:443"
Caught panic with message: Authentication failed with reason: BadCredentials
Compilation flags
dbus_mpris
dbus_keyring
alsa_backend
portaudio_backend
pulseaudio_backend
rodio_backend
Versions (please complete the following information):
OS: Mac OS Catalina 10.15.3
Spotifyd: tag v0.2.24
cargo: 1.41.0 (626f0f40e 2019-12-03)
I changed the code to print the actual password rather than the placeholder in order to debug the BadCredentials error.
The text was updated successfully, but these errors were encountered:
jveiga
added
the
bug
A functionality or parts of a program that do not work as intended
label
Mar 2, 2020
Will get fixed in v1.0 probably as I wanted to move to toml instead of ini, which would just eliminate behaviour like this.
CLI works because the values are used as is, meaning if you pass it using quotes (--password "someSPACEin BETWEEN") spotifyd uses that password. Using the keyring feature (dbus_keyring) should work as well.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
adviceAdvice within issues that people could find helpful later onbugA functionality or parts of a program that do not work as intendedwontfixIssues that will not be fixed under any circumstances
Description
When running spotifyd with a password containing
#
the process fails with BadCredentials.NB: It works when loading the password through the cli
To Reproduce
Change the password to contain a
#
character and run spotifyd.Expected behavior
Spotifyd should start.
Logs
Compilation flags
Versions (please complete the following information):
v0.2.24
I changed the code to print the actual password rather than the placeholder in order to debug the BadCredentials error.
The text was updated successfully, but these errors were encountered: