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
But the same files weren't downloading. After investigating, it appears that they were added to the cache even though they didn't download correctly? But there weren't any error messages with the failures?
This leads to the following questions/suggestions:
Why hide the cache file? I agree .cache hides it, and that's not necessarily bad. But when I didn't see the cache file in the directory, I told myself that I was misremembering about the cache... Until I started digging in the code to see if I could figure out why this was happening. It's a single file, and telling someone to delete it is a simple fix, when they can see the file.
There is no way to tell the app to not overwrite files, so for example, I deleted the cache file, and now it's downloading the missing files. I've added a simple os.path.exists call to check if the file exists, and added --no_overwrite to the cli code. So if that flag is active, it won't overwrite an existing file. But I need to check to see if MD5 hashes are available for the non-trove code, etc.
--update should also verify that the file exists, and if not, attempt the download.
The text was updated successfully, but these errors were encountered:
Folks,
This leads to the following questions/suggestions:
The text was updated successfully, but these errors were encountered: