-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio Features Deprecated? 403 Response #1173
Comments
https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api I believe the changes introduced to the spotify web API have deprecated some of the features you are trying to access. Specifically the audio features method. |
😭 |
See #1172 |
Really surprising mismanagement of their API without warning or recourse to keep the functionality. |
Is there any alternative to get this data somewhere else? |
Honestly, it's not that surprising anymore. Spotify has done something like this before, changing an endpoint without warning (I think it was deleting a specific track from a playlist). |
for anybody who is interested: https://essentia.upf.edu/models.html you can use Essentia which is a library focused on audio analysis. There are a plethora on models u can use to extract features. Spotify won't take us down. |
But you need the audio file, right ? |
I am trying to get audio features for a given track, using the
audio_features
method.However it is returning a 403.
I was able to fetch normal metadata about the track using the
track
method without any issues.I thought maybe using my user access token auth might help, but no luck.
I read this method may have been deprecated?
https://developer.spotify.com/documentation/web-api/reference/get-audio-features
Any assistance or information would be appreciated. Thank you!
The text was updated successfully, but these errors were encountered: