jwilsson / spotify-web-api-php

A PHP wrapper for Spotify's Web API.
MIT License
868 stars 156 forks source link

Sometimes adding twice the track to the playlist #263

Closed upgrader-dev closed 1 year ago

upgrader-dev commented 1 year ago

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

jwilsson commented 1 year ago

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.

upgrader-dev commented 1 year ago

Ok thank youEnvoyé de mon iPhoneLe 19 juin 2023 à 20:49, Jonathan Wilsson @.***> a écrit : 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.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>