Open sarahwooders opened 1 year ago
I also got this error when running: skyplane cp -r s3://sky-imagenet-data/datasets/ILSVRC2012/ s3://skyplane-broadcast/imagenet-images/ -n 4
The error happens during chunk dispatching:
Exception in thread Thread-51:
Traceback (most recent call last):
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in
urlopen
httplib_response = self._make_request(
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/connectionpool.py", line 449, in
_make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/connectionpool.py", line 444, in
_make_request
httplib_response = conn.getresponse()
File "/usr/local/anaconda3/lib/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/local/anaconda3/lib/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/local/anaconda3/lib/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/anaconda3/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/Users/sarahwooders/repos/skyplane/skyplane/api/tracker.py", line 135, in run
raise e
File "/Users/sarahwooders/repos/skyplane/skyplane/api/tracker.py", line 123, in run
for cr in cr_streams[job_uuid]:
File "/Users/sarahwooders/repos/skyplane/skyplane/api/transfer_job.py", line 389, in dispatch
reply = self.http_pool.request(
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/request.py", line 170, in
request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in
urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/connectionpool.py", line 787, in
urlopen
retries = retries.increment(
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/util/retry.py", line 550, in
increment
raise six.reraise(type(error), error, _stacktrace)
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/packages/six.py", line 769, in
reraise
raise value.with_traceback(tb)
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in
urlopen
httplib_response = self._make_request(
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/connectionpool.py", line 449, in
_make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/Users/sarahwooders/repos/skyplane/env/lib/python3.9/site-packages/urllib3/connectionpool.py", line 444, in
_make_request
httplib_response = conn.getresponse()
File "/usr/local/anaconda3/lib/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/local/anaconda3/lib/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/local/anaconda3/lib/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without
response'))
Describe the bug I was trying to transfer this dataset (https://github.com/fMoW/dataset) into my own bucket using the command:
Although the transfer completed, I got the following error:
To Reproduce Run a transfer from
s3://spacenet-dataset/Hosted-Datasets/fmow/fmow-rgb/
.Expected behavior Multipart uploads should have successfully completed.
Screenshots If applicable, add screenshots to help explain your problem.
Transfer client log In the log output from Skyplane, please upload the debug log from the CLI. You can find the path to the file in the log output:
Environment info (please complete the following information):