mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #972] Api response Error: Unknown variant collection #429
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#429
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 @rbrtbrnschn on GitHub (Apr 17, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/972
Error Message
Walkthrough
Upon putting in my
CLIENT ID, andCLIENT SECRET, I get asked to the port to be redirected to.I hit enter, defaulting to port
8888and get redirected to my browser.Where I see this screen.
Instead

sptstates with this error:It grabs all playlist and such from my account. So it must be cached somewhere.
I had deleted firefox (my default browser) cookies, deleted
$HOME/.config/spotify-tui/*to mitigate that, to no avail.Narrowing down cause
Halfway through writing this Issue, I switched songs, and the error had gone away.
I had narrowed it down.
It only occurs when listening to a song in my
liked songsplaylist, provided by spotify.I'm stumped as to why though.
@Hexalyse commented on GitHub (Apr 17, 2022):
I have the same issue when trying to play songs from "Your Top Songs " playlists (XXXX being a year, like 2021, 2020, etc.).
I guess it has something to do with a property not available on songs from this kind of playlist.
@Fb185 commented on GitHub (Apr 19, 2022):
I had the same issue. when any of the songs from liked songs was playing i would get the error message, so i selected a song from a playlist and when i went back to the liked songs i had no errors.
@u2knwy commented on GitHub (Apr 20, 2022):
Had the same error, but as mentioned above it only occurs on songs that are in my "liked songs"
@sewnie commented on GitHub (Apr 21, 2022):
duplicate of #960
@The-Compiler commented on GitHub (Apr 25, 2022):
FWIW, here is a workaround: https://github.com/Rigellute/spotify-tui/issues/960#issuecomment-1108813658
@l1na-forever commented on GitHub (Jul 3, 2022):
Thanks for this, works for me!
--likethat toggles the state to explicit--likeand--dislikeflags #995