mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #1197] Is client.audio_feature still working? HTTPError: 403 Client Error: Forbidden for url: https://api.spotify.com/v1/audio-features/ #701
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#701
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 @shineangelic on GitHub (May 5, 2025).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1197
Hi,
I made a small util to tag mp3 files with additional info using spotipy API. I have not been using this util for some time, and now it looks broken:
HTTP Error for GET to https://api.spotify.com/v1/audio-features/?ids=5TGUdvBAEigDbnkL2Z6RLU,4Gma7mzhMwfY9kjkq4eiJF,2s4tIYiEG7Kb4BgFmImS88,3vCl4YvZWCgSSheKoY2Y4b with Params: {} returned 403 due to NoneI noticed that the API is deprecated , so I was wondering if the log.warn( "You're using
audio_features(...), which is marked as deprecated by Spotify.") is enough or the call should be removed entirely at this point.By the way, is there some alternative? Thanks
@dieser-niko commented on GitHub (May 5, 2025):
Please check our pinned issues before opening a new one: #1172
We are keeping the function as is, because some apps still have access to these deprecated functions.