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
When I fetch the zenodo files, I get a urllib3.exceptions.ProtocolError: ('Connection aborted.', TimeoutError(60, 'Operation timed out')) and a requests.exceptions.ConnectionError: ('Connection aborted.', TimeoutError(60, 'Operation timed out')).
Would be good if we catch this error or explain it. I'm not sure why it occurs.
The text was updated successfully, but these errors were encountered:
When I fetch the zenodo files, I get a
urllib3.exceptions.ProtocolError: ('Connection aborted.', TimeoutError(60, 'Operation timed out'))
and arequests.exceptions.ConnectionError: ('Connection aborted.', TimeoutError(60, 'Operation timed out'))
.Would be good if we catch this error or explain it. I'm not sure why it occurs.
The text was updated successfully, but these errors were encountered: