mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #65] Problems with username and special characters #52
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#52
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/65
Tuesday Jul 04, 2017 at 14:00 GMT
Originally opened as https://github.com/plietar/librespot/issues/210
Hi,
I have the librespot service up and running and can use it with most usernames, but it won't work with mine. My spotify username contains a "|" and a "!".
I tried escaping it after --username but that doesn't work.
Does anybody now how to fix this?
Thanks
@sashahilton00 commented on GitHub (Jan 29, 2018):
Thursday Jul 06, 2017 at 20:54 GMT
In Linux use single quotes: --username 'Weird|Name!'
@sashahilton00 commented on GitHub (Jan 29, 2018):
Friday Jul 07, 2017 at 10:40 GMT
Thanks for your response. But unfortunatly it won't work with single quotes.
Librespot creates a credentials.json file with my username, but everything after that fails.
Also, when using librespot in discovery mode it will fail cause than there is no place to escape those characters at all.
I'd be glad to give some more information if needed.
Thanks
@sashahilton00 commented on GitHub (Jan 29, 2018):
Tuesday Aug 08, 2017 at 21:08 GMT
Just got a report of a user failing with the dollar sign ($) in the password, another one with spaces.
Can we up the importance of this issue?
@sashahilton00 commented on GitHub (Jan 29, 2018):
Wednesday Aug 09, 2017 at 01:39 GMT
Spotify won't let me do any of
$ | !or spaces in a username when making an account.Do you have more details than "failing" ? Is there an error message ?
@sashahilton00 commented on GitHub (Jan 29, 2018):
Wednesday Aug 09, 2017 at 01:42 GMT
#23 was supposed to handle cases with usernames with uppercase characters, which should have fixed special characters as well.
@sashahilton00 commented on GitHub (Jan 29, 2018):
Wednesday Aug 09, 2017 at 04:28 GMT
@plietar - please see issue #225 (which might be a dupe).
@michaelherger commented on GitHub (Jan 29, 2018):
FWIW I just tried @|!, and it all worked if put into single quotes. I previously was testing with double quotes... (and do so in my own code - have to fix that right away :-))
@ComlOnline commented on GitHub (Jan 29, 2018):
Wonderful, was that for the username or password?
@michaelherger commented on GitHub (Jan 29, 2018):
Can't easily change the username, can I? :-) Tested password only. But in my case it was definitely caused by the incorrect quoting.
@ComlOnline commented on GitHub (Jan 29, 2018):
Sorry, sorting through the issues has confused me a tad. I'm going to assume it was the same problem for both and go ahead and close this. Thank you!