-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Original checksum returned None for multiple files. #404
Comments
Perhaps this is just a debug issue, while reviewing the log (had to re-run elodie on my ~250'000 files) I saw this:
So it seems that the message perhaps should be something different. |
what is the status on this? |
I get the same error message |
Same error, same question, any explanation on this error? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Great tool and very useful!
I'm getting this error for a lot of my files from Google Take Out:
Original checksum returned None for /source/gto/takeout/fer/Takeout/Google Photos/Familj och vänner/IMG_5683.JPG. Skipping...
Just to test I extracted the parts that does the checksum and ran it manually:
# python3 filetest.py import --file "/source/gto/takeout/fer/Takeout/Google Photos/Familj och vänner/IMG_5683.JPG" pass /source/gto/takeout/fer/Takeout/Google Photos/Familj och vänner/IMG_5683.JPG /source/gto/takeout/fer/Takeout/Google Photos/Familj och vänner/IMG_5683.JPG 9ca92b26f96e9aace58420b4dca2d0a13f3aba55b5c4f8331aead18bcbbfd18b 9ca92b26f96e9aace58420b4dca2d0a13f3aba55b5c4f8331aead18bcbbfd18b
/elodie # cat filetest.py
The text was updated successfully, but these errors were encountered: