Occasional failed download #85
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I'm seeing an issue where a video sometimes fails to download completely, but a file is created with size 0 bytes.
Errors can happen with a big scrape, it's probably not a good use of time to track down exactly why in my case.
The issue is that it's marked as downloaded in the database, so retries don't download the file - even if the 0kb file is deleted and the individual post is requested to be downloaded.
Manually editing the SQLite file to set the
downloadedfield to 0 in themediastable is all that is needed to successfully allow a retry.Suggestion: on completing a download, check that file size on disk > 0kb; only mark as downloaded if true.
Marking as a duplicate of #77