JMPerez / spotify-web-api-js

A client-side JS wrapper for the Spotify Web API
https://jmperezperez.com/spotify-web-api-js/
MIT License
1.87k stars 260 forks source link

Post 10000 result 502 - Bad Gateway #85

Closed happy-machine closed 6 years ago

happy-machine commented 6 years ago

Hey

Thanks for your promise-throttle btw its awesome : )

Im just using request-promise with promise throttle, so this isnt an issue with your library per se, but ive searched around and found a few unanswered queries on stack overflow about this issue, with people using spotify-web-api-js. Im hoping you can help?

Getting a 502-Bad Gatway with an offset larger than 10000, the API doc sais the limit should be 100000

Couldn't find an answer elsewhere, thanks in advance

JMPerez commented 6 years ago

Hi @happy-machine! This library is just proxying the parameters to Spotify's Web API and the issue you report seems to come from their side. Please file an issue on https://github.com/spotify/web-api/issues describing what endpoint you are hitting, and linking to the API docs to make it easier for the team to spot the problem.

I'm closing this ticket for now.

happy-machine commented 6 years ago

ah .. apologies, will post there!