We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[2024-09-24 14:45:16 +0900] Slice error: received=133169152, requested=1073741824, file='/mnt/S1/data/rawdata/scRSEQ_AML/EGAF00005284760/.tmp_download/EGAF00005284760-from-0-len-1073741824.slice.tmp' Traceback (most recent call last): File "/home/jmchoi/.local/lib/python3.10/site-packages/pyega3/libs/data_file.py", line 346, in download_whole_file self.download_file(output_file, num_connections, max_slice_size) File "/home/jmchoi/.local/lib/python3.10/site-packages/pyega3/libs/data_file.py", line 162, in download_file for part_file_name in executor.map(self.download_file_slice, params): File "/usr/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator yield _result_or_cancel(fs.pop()) File "/usr/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel return fut.result(timeout) File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result return self.__get_result() File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result raise self.exception File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/home/jmchoi/.local/lib/python3.10/site-packages/pyega3/libs/data_file.py", line 196, in download_file_slice return self.download_file_slice(*args) File "/home/jmchoi/.local/lib/python3.10/site-packages/pyega3/libs/data_file.py", line 238, in download_file_slice raise SliceError(f"Slice error: received={total_received}, requested={length}, file='{file_name}'") pyega3.libs.error.SliceError: Slice error: received=133169152, requested=1073741824, file='/mnt/S1/data/rawdata/scRSEQ_AML/EGAF00005284760/.tmp_download/EGAF00005284760-from-0-len-1073741824.slice.tmp' [2024-09-24 14:45:16 +0900] Resetting dropped connection: ega.ebi.ac.uk [2024-09-24 14:45:24 +0900] https://ega.ebi.ac.uk:8443 "POST /v2/download-stats HTTP/1.1" 200 None
I'm trying to download 22GB files and the downloading keeps resetting after getting 9-10% and this is killing me.
How can I deal with this issue?
The text was updated successfully, but these errors were encountered:
I met the same error recently. But it worked well before. I guessed it might be the problem of the server.
Sorry, something went wrong.
No branches or pull requests
[2024-09-24 14:45:16 +0900] Slice error: received=133169152, requested=1073741824, file='/mnt/S1/data/rawdata/scRSEQ_AML/EGAF00005284760/.tmp_download/EGAF00005284760-from-0-len-1073741824.slice.tmp'
Traceback (most recent call last):
File "/home/jmchoi/.local/lib/python3.10/site-packages/pyega3/libs/data_file.py", line 346, in download_whole_file
self.download_file(output_file, num_connections, max_slice_size)
File "/home/jmchoi/.local/lib/python3.10/site-packages/pyega3/libs/data_file.py", line 162, in download_file
for part_file_name in executor.map(self.download_file_slice, params):
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator
yield _result_or_cancel(fs.pop())
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel
return fut.result(timeout)
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
return self.__get_result()
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self.exception
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/jmchoi/.local/lib/python3.10/site-packages/pyega3/libs/data_file.py", line 196, in download_file_slice
return self.download_file_slice(*args)
File "/home/jmchoi/.local/lib/python3.10/site-packages/pyega3/libs/data_file.py", line 238, in download_file_slice
raise SliceError(f"Slice error: received={total_received}, requested={length}, file='{file_name}'")
pyega3.libs.error.SliceError: Slice error: received=133169152, requested=1073741824, file='/mnt/S1/data/rawdata/scRSEQ_AML/EGAF00005284760/.tmp_download/EGAF00005284760-from-0-len-1073741824.slice.tmp'
[2024-09-24 14:45:16 +0900] Resetting dropped connection: ega.ebi.ac.uk
[2024-09-24 14:45:24 +0900] https://ega.ebi.ac.uk:8443 "POST /v2/download-stats HTTP/1.1" 200 None
I'm trying to download 22GB files and the downloading keeps resetting after getting 9-10% and this is killing me.
How can I deal with this issue?
The text was updated successfully, but these errors were encountered: