mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #534] Homepage shows JSONError at made_for_you part #324
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#324
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 @RensOliemans on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/jpochyla/psst/issues/534
Describe the bug
Psst shows the following error instead of the "Made for you" section on the homepage
To Reproduce
Open
psst-guiExpected behavior
I expect to see a made for you section.
Screenshots

Environment
Additional context
The problem seems to be that
NotFoundis one of the types in the JSON response. It's a response of the following request:GET https://api-partner.spotify.com/pathfinder/v1/query?operationName=homeSection&variables=<variables>A snippet of the relevant JSON:
If I visit the playlist with that uri via the webinterface (
.
/playlist/37i9dQZF1EYkqdzj48dyYq), I get the following error popup:@RensOliemans commented on GitHub (Sep 26, 2024):
My bad, I was using the version installed by AUR. I saw that the previous commit actually fixed this, and when building from master, it is fixed as well! Thanks!