question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

doesn't skip fully downloaded files

See original GitHub issue

Seems to download unnecessary data onto already completed files instead of skipping it. The file size just ends up larger than the original size. So maybe add a condition for cur_size >= int(original_size) or something https://github.com/deepjyoti30/downloader-cli/blob/dd0b8c6d8f6794e7d0e05e6f7764841de8ace302/downloader_cli/download.py#L118-L123

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
deepjyoti30commented, Apr 26, 2021

@dhuang1 I will try to reproduce on Windows next time I have access to a machine!

Windows always throws weird errors!

0reactions
ghostcommented, Apr 25, 2021

@deepjyoti30 Ah, I think it’s because I use windows 10. I tried it out in linux and works properly

Read more comments on GitHub >

github_iconTop Results From Across the Web

Skip download if files already exist in wget? - Stack Overflow
Try the following parameter: -nc , --no-clobber : skip downloads that would download to existing files. Sample usage:
Read more >
Why Does My Download Stop Before It is Finished?
One solution is to clear the temporary Internet files under the History section in your browser and try the download again. How to...
Read more >
Fix file download errors - Google Chrome Help
Fix most file download errors. If you try to download a file and it doesn't work, first try to fix the error with...
Read more >
How to Avoid the "File Can't Be Downloaded Securely ...
From there one must click the 'More actions' button (three ellipses) & select 'Keep' in order for the file to actually be downloaded....
Read more >
Manage file types and download actions in Firefox
This article describes how Firefox handles downloaded files for different types ... When you click on a link to download a file and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found