moaxcp / download-magic

Automatically exported from code.google.com/p/project-penny
0 stars 0 forks source link

HTTP 316 error #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the downloader is requesting a start range that matches the file's size. This 
happens on complete downloads. The result is an error in the download for a 
file that has already been downloaded.

Make sure the Overwrite and Complete actions are working in the FileSaver 
processor. They may not be deleting the old temp on Overwrite. If complete is 
the problem see if it is checking downloaded and size before connecting.

See if the missing download time is related.

Original issue reported on code.google.com by moa...@gmail.com on 6 Jan 2013 at 8:42

GoogleCodeExporter commented 9 years ago
The downloader needs to go from initializing to finalizing in cases where the 
save file exists and the user selects COMPLETE in the saving dialog.

Original comment by moa...@gmail.com on 8 Jan 2013 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by moa...@gmail.com on 11 Jan 2013 at 1:24

GoogleCodeExporter commented 9 years ago

Original comment by moa...@gmail.com on 13 Jan 2013 at 11:12