thelinmichael / spotify-web-api-node

A Node.js wrapper for Spotify's Web API.
http://thelinmichael.github.io/spotify-web-api-node/
MIT License
3.11k stars 497 forks source link

createPlaylists endpoint no longer working #139

Closed jmfortunatojr closed 7 years ago

jmfortunatojr commented 7 years ago

Hello -

We've been using your library successfully for the past several months, but noticed today that the createPlaylists endpoint no longer works. It always returns a 400 Bad Request.

jpiepkow commented 7 years ago

yep its not just this library either. I have opened up a issue in the main web-api repo because testing in the spotify console returns 400 also

jpiepkow commented 7 years ago

https://github.com/spotify/web-api/issues/573

If you could comment there it would be super helpful!

JMPerez commented 7 years ago

Closing this ticket since the issue is not related with the code of the wrapper.