mirror of
https://github.com/tommy-russoniello/spotify-artist-chart.git
synced 2026-04-25 23:55:53 +03:00
[GH-ISSUE #2] Songs no longer being pulled #2
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 @tommy-russoniello on GitHub (Jun 3, 2025).
Original GitHub issue: https://github.com/tommy-russoniello/spotify-artist-chart/issues/2
It appears the Spotify API has changed such that the requests being made now result in a 401. Currently requests are made to
api-partner.spotify.com/pathfinder/v1/query, but it looks like the Spotify website now makes them toapi-partner.spotify.com/pathfinder/v2/query. The requests need to be updated to use the new API version.