Conversation
|
Hi, thank you for all the work! I just wanted to let you know that I have hit the issue with Spotify renaming |
|
Personally I don’t encounter any issues with Spotify at the moment.. Maybe the API changes are being done regionally? Even though everything is working fine with the existing code it continued to work fine for me with the changes in this PR so I think it is safe…. I removed the changes to artist_toptracks as that is major and will put up another PR when people start reporting problems with that. |
|
Looking at my Postman and Spotify responses:
The change from /tracks -> /items happened in #3436 but the response parsing was never updated so would have been broken from that point. So yeah, I think Spotify are gradually rolling things out (assuming nothing weird is going on with caching). Maybe add a fallback or another case to find the item_key depending on what's in the response? This way both versions can be supported until the rollout is complete. |
References:
https://developer.spotify.com/documentation/web-api/references/changes/february-2026
https://developer.spotify.com/documentation/web-api/tutorials/february-2026-migration-guide
Changes Made