mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #1173] Audio Features Deprecated? 403 Response #689
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#689
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 @s2t2 on GitHub (Nov 28, 2024).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1173
I am trying to get audio features for a given track, using the
audio_featuresmethod.However it is returning a 403.
I was able to fetch normal metadata about the track using the
trackmethod 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!
@AlexanderWangY commented on GitHub (Nov 28, 2024):
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.
@s2t2 commented on GitHub (Nov 28, 2024):
😭
@syphernl commented on GitHub (Nov 29, 2024):
See https://github.com/spotipy-dev/spotipy/issues/1172
@s2t2 commented on GitHub (Nov 29, 2024):
Really surprising mismanagement of their API without warning or recourse to keep the functionality.
@lemesdaniel commented on GitHub (Nov 30, 2024):
Is there any alternative to get this data somewhere else?
@dieser-niko commented on GitHub (Nov 30, 2024):
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).
@richyxi commented on GitHub (Dec 2, 2024):
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.
@omasseau commented on GitHub (Dec 8, 2024):
But you need the audio file, right ?
@timtensor commented on GitHub (Dec 20, 2024):
Yes I think so. I was using end points to make customized playlist based on a reference song . Looking for most similar songs but now I don't know how to address that .