psst icon indicating copy to clipboard operation
psst copied to clipboard

Depreciated API endpoints (Nov 27)

Open jacksongoode opened this issue 1 year ago • 2 comments

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.

jacksongoode avatar Nov 28 '24 03:11 jacksongoode

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

karelbilek avatar Nov 29 '24 13:11 karelbilek

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

kingosticks avatar Nov 29 '24 14:11 kingosticks

we can probably close this now @jacksongoode

SO9010 avatar Dec 02 '25 11:12 SO9010