Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sporadic "Connection reset by peer" errors on GCP #279

Open
johnbradley opened this issue Nov 11, 2019 · 0 comments
Open

Sporadic "Connection reset by peer" errors on GCP #279

johnbradley opened this issue Nov 11, 2019 · 0 comments

Comments

@johnbradley
Copy link
Collaborator

Example Error:

Traceback (most recent call last):
  File "/home/johnbradley2008_gmail_com/env/lib/python2.7/site-packages/ddsc/core/download.py", line 417, in run
    return self.retry_download_loop()
  File "/home/johnbradley2008_gmail_com/env/lib/python2.7/site-packages/ddsc/core/download.py", line 430, in retry_download_loop
    self.download_chunk(url, headers)
  File "/home/johnbradley2008_gmail_com/env/lib/python2.7/site-packages/ddsc/core/download.py", line 472, in download_chunk
    self._write_response_to_file(response)
  File "/home/johnbradley2008_gmail_com/env/lib/python2.7/site-packages/ddsc/core/download.py", line 482, in _write_response_to_file
    for chunk in response.iter_content(chunk_size=self.bytes_per_chunk):
  File "/home/johnbradley2008_gmail_com/env/lib/python2.7/site-packages/requests/models.py", line 753, in generate
    raise ChunkedEncodingError(e)
ChunkedEncodingError: ("Connection broken: error(104, 'Connection reset by peer')", error(104, 'Connection reset by peer'))

Running the same ddsclient download command again worked the next time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant