[GH-ISSUE #263] Sometimes adding twice the track to the playlist #190

Closed
opened 2026-02-27 19:26:31 +03:00 by kerem · 2 comments
Owner

Originally created by @upgrader-dev on GitHub (Jun 19, 2023).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/263

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

Originally created by @upgrader-dev on GitHub (Jun 19, 2023). Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/263 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 Benjamin![image](https://github.com/jwilsson/spotify-web-api-php/assets/112260527/15ee8974-2efe-47f1-9b5e-621a4e9e9fe8)
kerem closed this issue 2026-02-27 19:26:31 +03:00
Author
Owner

@jwilsson commented on GitHub (Jun 19, 2023):

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.

<!-- gh-comment-id:1597616064 --> @jwilsson commented on GitHub (Jun 19, 2023): 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](https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer) and see if anyone else has experienced the same issue.
Author
Owner

@upgrader-dev commented on GitHub (Jun 19, 2023):

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: @.***>

<!-- gh-comment-id:1597699271 --> @upgrader-dev commented on GitHub (Jun 19, 2023): 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: ***@***.***>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-web-api-php#190
No description provided.