-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Download stuck at 99% #391
Comments
Looks like an actual issue at first sight. |
What's the output of |
I tried downloading the file and it worked fine for me:
|
Thank you for replying. My axel version is But the above issue had occurred when the servers might close connection in between and axel tried to reconnect. I will try to reproduce this issue and when I can get any update I will update this issue. |
Does re-running without deleting the file work? |
Met the same problem, could add whole download time check in function main(), after procedure axel_start(). |
I was trying to download a 67GiB file with axel with 8 threads using the command:
axel --verbose -n 8 https://download1.graphhopper.com/public/photon-db-latest.tar.bz2
And everything was fine and dandy till 99% download, until I notices my download would not progress anymore and was stuck at 99% for more than an hour:
So I
CTRL-C
d and started the download again:Now its stuck with starting the download with:
The contents of my
.st
file looks like this with$cat photon-db-latest.tar.bz2.st
:Am I just being jumpy or is there an actual issue with my download?
The text was updated successfully, but these errors were encountered: