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
I did some tests with the download_list function, I noticed that sometimes the download does not start properly for some or even all uids, that is, the execution goes straight through. In this sense, the files end up being downloaded corrupted. Is there something I don't quite understand and am overlooking?
The image highlights the corrupted file. As I mentioned sometimes all files get corrupted. There is always the option of downloading them individually, but this would take much longer. Suggestions?
The text was updated successfully, but these errors were encountered:
I did some tests with the download_list function, I noticed that sometimes the download does not start properly for some or even all uids, that is, the execution goes straight through. In this sense, the files end up being downloaded corrupted. Is there something I don't quite understand and am overlooking?
_ = download.download_list(uids, outdir='files', threads=min(32, os.cpu_count() + 4), show_progress=False, **CREDENTIALS)
The image highlights the corrupted file. As I mentioned sometimes all files get corrupted. There is always the option of downloading them individually, but this would take much longer. Suggestions?
The text was updated successfully, but these errors were encountered: