jwilsson/spotify-web-api-php

Sometimes adding twice the track to the playlist

Closed this issue · 2 comments

Hello,

I'm sometimes experiencing a double add of the track in the playlist.

My ´auto_retry' is set to off...

It looks like when the server response is getting late there is a second try and both lead to successfully adding the track to the playlist.
I have no evidence about that, that's just my idea.

Did anyone already encountered that behavior?

Thanks

Benjaminimage

Hey!
The auto_retry option only controls whether or not to retry requests when you hit the Spotify API rate limit. There's no other retry functionality in this library.

I suspect it's something on Spotify's end that's the issue. I'd post an issue at their Developer Forum and see if anyone else has experienced the same issue.