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
The version of urllib3 via requests that we currently have hides HTTP early-termination-followed responses from the server. urllib3/urllib3#1524 fixes this issue. To have the fix in cloudant-python-sdk, requests needs to be updated once the fix is available in a new requests version.
All dependency version ranges allow for consuming the fix in some latest urllib3 release, so a recent clean install works fine with the informative, correct exceptions.
I'm closing this.
For people who encounter Broken pipe issues, a local upgrade to a recent urllib3 (>=1.26.0) should resolve the issue.
The version of
urllib3
viarequests
that we currently have hides HTTP early-termination-followed responses from the server. urllib3/urllib3#1524 fixes this issue. To have the fix incloudant-python-sdk
,requests
needs to be updated once the fix is available in a newrequests
version.See related cloudant/java-cloudant#317
The text was updated successfully, but these errors were encountered: