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 Jan 19, 2024. It is now read-only.
I'm writing several dictionaries using CreateItem and although most work, especially large ones throw [('SSL routines', 'ssl3_write_pending', 'bad write retry')] as an error. Googling around, many have mentioned this being a bug in requests prior to 2.9.0, but I'm way past that version, and I've run pip install -U on both requests and urllib3. Any suggestions? Is there a setting that will make it more robust to larger writes?
The text was updated successfully, but these errors were encountered:
This is azure-cosmos 3.0.0, Python 3.6 via Anaconda3, and MacOSX 10.13.6.
I'm still working on reproducible code that doesn't involve private information. I'll post it if I can get it going. It's a little challenging because of the size of the data. I'm not convinced size is the only problem either because just throwing random data of a similar size at it didn't do it.
I'll post back when I can get a reproduction going or get more information. Thank you!
Closing this issue due to age. Active development of our Python SDK has moved to https://github.com/Azure/azure-sdk-for-python. We have also released 4.0 which includes many updates and new features. If this issue still needs our attention, please reopen it in the new repository.
I'm writing several dictionaries using CreateItem and although most work, especially large ones throw [('SSL routines', 'ssl3_write_pending', 'bad write retry')] as an error. Googling around, many have mentioned this being a bug in requests prior to 2.9.0, but I'm way past that version, and I've run pip install -U on both requests and urllib3. Any suggestions? Is there a setting that will make it more robust to larger writes?
The text was updated successfully, but these errors were encountered: