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
First of all: great lib @iTaybb -- Thank you for putting it together.
I'm dealing with large files (~17Gb) being transferred from Azure CDN to Amazon EC2. The internet connection is stable I think but I'm noticing an issue that's causing a lot of pain for me:
When the host from which the files are getting downloaded resets connection, the SmartDL client just gives up and restarts the download from scratch. This of course is a big issue when I'm trying to get such large files. Below is sample log & code.
This is somewhat related to issue #19 but not entirely since Connection reset by peer is technically not lack of internet connection but rather a standard way HTTP endpoints communicate.
Seems to me SmartDL should be able to deal with connection reset and just ask to re-download the http chunk / range it was working on at that time. Thoughts?
I believe that's the same issue as #19 and #14.
I've already started to implement it on a side branch (resume-stopped-downloads), but it's not working yet.
I hope i'll have time in the next few days to address this feature.
Awesome - thank you. I checked out the resume-stopped-downloads but noticed that it it creates really big part files .. I suspect it doesn't currently calculate from which point the download needs to place based on existing file size. Good luck with that and I'll watch the repo. Thank you again!!
First of all: great lib @iTaybb -- Thank you for putting it together.
I'm dealing with large files (~17Gb) being transferred from Azure CDN to Amazon EC2. The internet connection is stable I think but I'm noticing an issue that's causing a lot of pain for me:
When the host from which the files are getting downloaded resets connection, the SmartDL client just gives up and restarts the download from scratch. This of course is a big issue when I'm trying to get such large files. Below is sample log & code.
This is somewhat related to issue #19 but not entirely since
Connection reset by peer
is technically not lack of internet connection but rather a standard way HTTP endpoints communicate.Seems to me SmartDL should be able to deal with connection reset and just ask to re-download the http chunk / range it was working on at that time. Thoughts?
CODE:
LOG:
The text was updated successfully, but these errors were encountered: