mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #855] Recently Played API error #363
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#363
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 @myhat2you2 on GitHub (Aug 18, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/855
When I open "Recently Played" I get this error:

convert result failed, reason: Error("invalid type: null, expected struct Cursor", line: 4, column: 18); content: ["{\n \"items\" : [ ],\n \"next\" : null,\n \"cursors\" : null,\n \"limit\" : 32,\n \"href\" : \"https://api.spotify.com/v1/me/player/recently-played?limit=32\"\n}"]Obligatory notes:
@bree29 commented on GitHub (Aug 23, 2021):
Same error when searching "Valhalla" (or shorter) ; didn't find any other word provoking that issue.
AFAIC "Recently played" won't get me into that error on my side. It could be related to some error parsing the items (invalid char, i don't know...).
Both running from Spotify app (flatpak) or spotifyd.
@myhat2you2 commented on GitHub (Aug 24, 2021):
After updating to version 0.25.0-1 I'm no longer getting this issue. I also tried searching for "Valhalla" and got no error, so hopefully this is resolved.