Skip to content

Incomplete Corrupted Images #255

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

Open
iDevLA opened this issue May 17, 2025 · 3 comments
Open

Incomplete Corrupted Images #255

iDevLA opened this issue May 17, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@iDevLA
Copy link

iDevLA commented May 17, 2025

When downloading with default settings sometime photo images will download but be halfway complete. So when you view the image you see half of the actual image while the other half of it is black. In the debug console only thing that pops up sometimes when this occurs is this

"PermissionError(13, 'The process cannot access the file because it is being used by another process')"

So is it related to concurrent downloads? Do I need to lower the default 10 or do i need to mess with the chunk and buffer size? Can HDD be affecting it and should only do it on SSD?

Also with many folders theres no way to delete each corrupted image easily is there no SHA/Checksum feature to have it check and redownload?

Specs
Windows 10
CPU 9950x3D
RAM 128GB

@Ljzd-PRO
Copy link
Owner

This is not related to concurrent downloads. For each file, there will only be one download thread. The term "concurrent downloads" refers to the concurrency in multi-file download tasks. While this issue might have occurred in the past, the probability was relatively low, and I haven't encountered it recently.

@Ljzd-PRO
Copy link
Owner

This is unrelated to the type of hard drive. Additionally, the program does not employ multi-process technology. The concurrency is implemented asynchronously within a single process and a single thread.

@Ljzd-PRO Ljzd-PRO added the enhancement New feature or request label May 17, 2025
@Ljzd-PRO
Copy link
Owner

Hash verification can indeed be added.

For now, you can check if the same files consistently encounter errors. Try modifying directory permissions, changing the download directory, and test both the download-post and sync-creator commands separately to see if the errors persist in both scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants