mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #112] Spotify Exception - Audio Features #54
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#54
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 @patalanov on GitHub (Aug 23, 2016).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/112
I've been successufully retrieving audio_features from Spotify's
recommendations endpoint, like so:features = sp.audio_features(tracks_ids)However, if I provide a list of id's retrieved using
search endpointand pass them in the exact same fashion tosp.audio_features(), I get this:spotipy.client.SpotifyException: http status: 414, code:-1 - https://api.spotify.com/v1/audio-features?ids=2ujuUDGDg6t5zsN6WZ3CFp,2EOThFm0IhwLkdpQzbvunO,40f9IDTMDpFf3CnTcPhY5F,78qoim2GGUkspkxV8kUtVv,4WZJ5W4gZJXvlqgliLkPCn,4mHS76nxzGrwo25KpzQwiX,1jRHh8JcdUV9zTiAmyzhU9...etcis there a different authentication flow?
I have been using:
what is going on here?
@Baschdl commented on GitHub (Aug 23, 2016):
It's not only issue #113, there are more problems. I will try to fix it.
@Baschdl commented on GitHub (Aug 23, 2016):
Pull request #114 fixes this issue