zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.37k stars 287 forks source link

Bad Gateway? #63

Closed rphillips closed 6 years ago

rphillips commented 6 years ago

When I am executing my app I am receiving a Bad Gateway on a regular basis, but not on every run. The app is simply searching for tracks and manipulating playlists. Has anyone else seen this before? Retries are turned on within the API client.

zmb3 commented 6 years ago

Bad gateway sounds like a server-side error. May be worth filing an issue at https://github.com/spotify/web-api/issues

rphillips commented 6 years ago

Looks like there is a bug upstream (https://github.com/spotify/web-api/issues/541). Thanks for the pointer to the upstream project.