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
We found that while there are tons of POST requests sent to iterable API https://api.iterable.com using Python requests library. We got some 'Connection aborted.', ConnectionResetError(104, 'Connection reset by peer') error. Retrying will make it work. Have you seen similar errors?
Python version 3.7.13
requests version 2.26.0
The text was updated successfully, but these errors were encountered:
We found that while there are tons of POST requests sent to iterable API
https://api.iterable.com
using Pythonrequests
library. We got some'Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')
error. Retrying will make it work. Have you seen similar errors?Python version 3.7.13
requests version 2.26.0
The text was updated successfully, but these errors were encountered: