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
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
The text was updated successfully, but these errors were encountered:
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: