FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: make 'requests.exceptions.ChunkedEncodingError retryable by default by tseaver · Pull Request #526 · googleapis/python-storage · GitHub

This repository was archived by the owner on Mar 31, 2026. It is now read-only.
/ python-storage Public archive

fix: make 'requests.exceptions.ChunkedEncodingError retryable by default - #526

Merged
tseaver merged 1 commit into
masterfrom
525-retry-requests-chunked-encoding-error
Jul 27, 2021
Merged

fix: make 'requests.exceptions.ChunkedEncodingError retryable by default#526
tseaver merged 1 commit into
masterfrom
525-retry-requests-chunked-encoding-error

Conversation

tseaver commented Jul 23, 2021

Copy link
Copy Markdown
Contributor

Closes #525.

tseaver requested review from a team and tswast July 23, 2021 19:25
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 23, 2021
product-auto-label Bot added the api: storage Issues related to the googleapis/python-storage API. label Jul 23, 2021

Copy link
Copy Markdown
Contributor

I think this is googleapis/google-resumable-media-python#240 which can't be solved here in the client library - PR is in the works by @cojenco

tseaver commented Jul 27, 2021

Copy link
Copy Markdown
Contributor Author

@andrewsg I don't know whether the JSON API (versus the download API) can cause requests to perceive a ChunkedEncodingError -- I do know that the BigQuery API can emit them from JSON API calls (e.g, Client.list_rows(), see googleapis/python-bigquery#801).

andrewsg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks for pointing that out. Sounds like we may need it here too, then.

tseaver merged commit 4abb403 into master Jul 27, 2021
tseaver deleted the 525-retry-requests-chunked-encoding-error branch July 27, 2021 17:43
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: storage Issues related to the googleapis/python-storage API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make 'requests.exceptions.ChunkedEncodingError' retryable by default.

2 participants


Back | FazBrowse Home | New Git URL