mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #582] Artist biography never showing. #348
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#348
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 @SO9010 on GitHub (Jan 30, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/582
The original key being used originally gotten from Here is no longer working.
At least it's not working for us, you may have noticed that the artist description is no longer showing, which is because of this.
They get it from this sight, I had a look, but I don't quite understand it would be nice if @jacksongoode could have a look into it?
https://github.com/jpochyla/psst/blob/main/psst-gui/src/webapi/client.rs#L1070
@SO9010 commented on GitHub (Mar 1, 2025):
@jacksongoode have you had any time to look at this Im still very confused of how it should work.
@SO9010 commented on GitHub (Apr 3, 2025):
:'(
@jacksongoode commented on GitHub (Apr 3, 2025):
I looked into this but didn't find any method of getting the new key. It also doesn't look like other clients have updated the key (Spotube) either and I reached out to ask as well but no response.
@SO9010 commented on GitHub (Apr 3, 2025):
Thank you :)
@kingosticks commented on GitHub (Apr 3, 2025):
Is there something special about that hash value that means you can't just update it to use the current value Spotify's web player uses? I see https://api-partner.spotify.com/pathfinder/v1/query?operationName=queryArtistOverview&variables=%7B%22uri%22%3A%22spotify%3Aartist%3A08GQAI4eElDnROBrJRGE0X%22%2C%22locale%22%3A%22%22%7D&extensions=%7B%22persistedQuery%22%3A%7B%22version%22%3A1%2C%22sha256Hash%22%3A%22591ed473fa2f5426186f8ba52dee295fe1ce32b36820d67eaadbc957d89408b0%22%7D%7D i.e.
"sha256Hash":"591ed473fa2f5426186f8ba52dee295fe1ce32b36820d67eaadbc957d89408b0"@SO9010 commented on GitHub (Apr 3, 2025):
I think so, I have tried using my own but it gets invalidated quickly, and I think we want to avoid scraping it from the webclient each time we use it.
@SO9010 commented on GitHub (May 5, 2025):
@jacksongoode any updates? Have you heard back from spotube?
@SO9010 commented on GitHub (May 22, 2025):
Oh perhaps i was wrong... Turns out the issue isnt that the sha256hash key... They just changed to v2 where instead of having the whole query in the url its in the json.
@jacksongoode commented on GitHub (May 22, 2025):
Ah thank you for investigating woo-hoo! Let's close after merging that.