[PR #596] [MERGED] Retry for POST, PUT and DELETE, fixes #577 #955

Closed
opened 2026-02-28 00:02:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/596
Author: @stephanebruckert
Created: 10/24/2020
Status: Merged
Merged: 10/24/2020
Merged by: @stephanebruckert

Base: masterHead: enable-post-retries


📝 Commits (2)

📊 Changes

5 files changed (+25 additions, -12 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
📝 spotipy/client.py (+2 -1)
📝 tests/helpers.py (+0 -4)
📝 tests/integration/test_non_user_endpoints.py (+4 -3)
📝 tests/integration/test_user_endpoints.py (+16 -4)

📄 Description

Following https://stackoverflow.com/a/35707701/1515819 to enable retries on all queries

Fixes https://github.com/plamere/spotipy/issues/577


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/596 **Author:** [@stephanebruckert](https://github.com/stephanebruckert) **Created:** 10/24/2020 **Status:** ✅ Merged **Merged:** 10/24/2020 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `enable-post-retries` --- ### 📝 Commits (2) - [`c35afd0`](https://github.com/spotipy-dev/spotipy/commit/c35afd077720b7b63f49a4f1a5e723da9085b6ba) Retry for POST, PUT and DELETE, fixes #577 - [`b68a702`](https://github.com/spotipy-dev/spotipy/commit/b68a70221457951d18321773936ddcf7a5c49795) Lint ### 📊 Changes **5 files changed** (+25 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `spotipy/client.py` (+2 -1) 📝 `tests/helpers.py` (+0 -4) 📝 `tests/integration/test_non_user_endpoints.py` (+4 -3) 📝 `tests/integration/test_user_endpoints.py` (+16 -4) </details> ### 📄 Description Following https://stackoverflow.com/a/35707701/1515819 to enable retries on all queries Fixes https://github.com/plamere/spotipy/issues/577 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:02:52 +03:00
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/spotipy#955
No description provided.