mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #618] Searching with spaces or other uri characters is now broken #361
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#361
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 @omartijn on GitHub (May 24, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/618
Describe the bug
It seems that an update on Spotify's side has broken psst. Searching anything with a space in it results in an error complaining about in invalid uri. If I encode the space as
%20the search works.To Reproduce
Search something with a space in it
Expected behavior
Search results should appear for the given query.
Screenshots
Environment
@SO9010 commented on GitHub (May 25, 2025):
Thanks for this :) will be solved shortly!