mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #621] Searching with a '%' sign in the search phrase leads to a 400 #251
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#251
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 @Utagai on GitHub (Oct 15, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/621
If you search using a '%' character in the search input box, you'll get a 400 error from

spt:But searching without that character works just fine:

I imagine this may have something to do with escaping, but I don't have any idea right now.
@Utagai commented on GitHub (Oct 19, 2020):
I looked into this and it seems like it is an issue with
rspotifynot escaping%signs. I filed an issue over there.See https://github.com/ramsayleung/rspotify/issues/141.