You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
A user reported that they saw an error in production when fetching table data with Client.list_rows(). That method uses the default retry object, which currently does not consider requests.exceptions.ChunkedEncodingError retryable.
(it does retry requests.exceptions.ConnectionError, but ChunkedEncodingError is not a subclass of that.