mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #74] Authentication failure when password contains special characters #61
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#61
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 @sashahilton00 on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/74
Saturday Jul 22, 2017 at 01:52 GMT
Originally opened as https://github.com/plietar/librespot/issues/225
I was experiencing a crash in spotty when using a Spotify password that contained '$'. After changing the password to eliminate special characters the problem was resolved.
spotty -n test -c /tmp -u <accountName> -p <password with $ in it> --disable-discoverythread 'main' panicked at 'Authentication failed', /mnt/hgfs/git/spotty/target/i686-unknown-linux-musl/release/build/librespot-8e0c60f10117bf90/out/lib.rs:365
note: Run with RUST_BACKTRACE=1 for a backtrace.
Aborted (core dumped)
@sashahilton00 commented on GitHub (Jan 29, 2018):
Saturday Jul 22, 2017 at 09:10 GMT
Spotty is a small tool based on the librespot application https://github.com/michaelherger/spotty
@sashahilton00 commented on GitHub (Jan 29, 2018):
Thursday Jul 27, 2017 at 09:49 GMT
Something trivial but: are you sure the problem is not simply that your shell interpreted the '$'? Was it escaped correctly? If the shell expanded it then it's not surprising that it ended up being invalid.
FWIW my password also contains a '$' and I authenticated successfully using librespot. Didn't try with spotty however.
@sashahilton00 commented on GitHub (Jan 29, 2018):
Wednesday Aug 09, 2017 at 04:27 GMT
BTW: is this a dupe of issue #210?
@sashahilton00 commented on GitHub (Jan 29, 2018):
Wednesday Aug 09, 2017 at 04:29 GMT
FWIW: the command line used to authenticate does put quotes around those values.
@ComlOnline commented on GitHub (Jan 29, 2018):
Error on import. Please use #69.