Getting error 429 when using audio_features (even for a single track)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
track_features = sp.audio_features(["3GYlZ7tbxLOxe6ewMNVTkw"])
This is my code and this is the error I'm getting
Max Retries reached
urllib3.exceptions.ResponseError: too many 429 error responses
The above exception was the direct cause of the following exception:
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.spotify.com', port=443): Max retries exceeded with url: /v1/audio-features/?ids=3GYlZ7tbxLOxe6ewMNVTkw (Caused by ResponseError('too many 429 error responses'))
raise SpotifyException(
spotipy.exceptions.SpotifyException: http status: 429, code:-1 - /v1/audio-features/?ids=3GYlZ7tbxLOxe6ewMNVTkw:
Max Retries, reason: too many 429 error responses
Yesterday I was able to get features of all the song in a PlayList of mine but today I can't even retrieve features for a single song
Labels:
- Labels:
-
Feature Request
-
Possible Bug
-
Question
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page