mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #160] maximum limit of spotify track_id inquiries from spotipy per query #76
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#76
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 @CrawFishFiesta on GitHub (Jan 26, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/160
Hello,
Does anyone know what the limit of track id's that can't be sent through spotipy/spotify API?
I have a list of ~150 spotipy track id's that I tried feeding through spotipy, but the error below saying that I've requested too many ids.
Is there a way around this?
Thanks a lot.
@CrawFishFiesta commented on GitHub (Jan 27, 2017):
It seems like the track_id limit per spotify API request is 50 tracks. I broke up my data set (152 track_id's) into 4 smaller data sets and was able to decode the information.
If anyone has any idea on any type of limits with spotify API please let me know.
In addition, if anyone knows a better way around this other than breaking up the data set into smaller groups, please let me know as well.
Thanks.
@stephanebruckert commented on GitHub (Feb 22, 2020):
Doc just updated accordingly.
@CrawFishFiesta see if this helps https://stackoverflow.com/a/312464/1515819