mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #684] Search returns json parse error #1340
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1340
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 @EliRibble on GitHub (Mar 1, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/684
Describe the bug
Any time I search I either get an error (direct search as a command argument) or nothing happens (type in search from search page)
To Reproduce
Start spotify-player. Hit "g s" to go to the search page. Type in any search query. Hit "enter". Nothing happens in the UI, all results stay empty.
Alternatively, run spotify_player with:
Output is:
Expected behaviour
To see search results, or output indicating no matches
Log and backtrace
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
@EliRibble commented on GitHub (Mar 1, 2025):
Looking around in the source code I found a reference to https://github.com/ramsayleung/rspotify/issues/459. Seems the data model for responses from Spotify is defined in a library rather than in spotify-player's code.
@EliRibble commented on GitHub (Mar 1, 2025):
Interesting, compiled the code myself and search worked fine. This may be a bug that's already been found-and-fixed between 0.20.1 and
master.@EliRibble commented on GitHub (Mar 1, 2025):
Threw in the
shell.nixI created while investigating this.