mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #349] Empty searches throwing 400 error #147
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#147
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 @brighton1101 on GitHub (Mar 20, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/349
Although it may be expected behavior for Spotify's API, when you execute an empty search query the application displays a 400 error. For impatient users like me, who often accidentally click enter too fast, this error is slightly irritating. Input validation checking for an empty search body would be nice.
@Rigellute commented on GitHub (Mar 20, 2020):
Thanks for reporting - PR #351 fixes this