Depreciated API endpoints (Nov 27)
https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api
I'm not sure how this impacts Psst but I wanted to add it here to start a thread on issues that folks might find.
Looking at the client.rs, it does indeed use exactly the deprecated APIs for the recommendations and for the audio analysis, at least.
https://github.com/jpochyla/psst/blob/69314f9fe8e86d57a678ab333b08ab3ffcf2a3bb/psst-gui/src/webapi/client.rs#L1353
If you're using an access token derived from Spotify's desktop client ID (or similar), it should keep working for now. Presumably you're doing that. I think there's a good chance they won't ever kill that.... famous last words...
Edit: You are: https://github.com/jpochyla/psst/blob/69314f9fe8e86d57a678ab333b08ab3ffcf2a3bb/psst-core/src/session/access_token.rs#L11
we can probably close this now @jacksongoode