Skip to content
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

Breaking checksum validation changes from 1.5.1 -> 1.7.0? #487

Open
clarkmcc opened this issue Apr 18, 2024 · 0 comments
Open

Breaking checksum validation changes from 1.5.1 -> 1.7.0? #487

clarkmcc opened this issue Apr 18, 2024 · 0 comments

Comments

@clarkmcc
Copy link

As noted in the title, I upgraded from 1.5.1 to 1.7.0. I'm using go-getter to download files via HTTP from a GCS storage bucket (using HTTP links, not GCS links). The files are gzipped. I'm passing an MD5 checksum in the URI that I pass to go-getter. We've used this to download 100,000+ of gzipped files without issue but the first three tests with 1.7.0 all failed with this error

downloading file: Checksums did not match for C:\WINDOWS\TEMP\getter1394060914\archive. 
  Expected: 0a484cb6eceddd120f71b35e3b53dcd1 
  Got: e98f92dfdb1a93ce2064a41843a73501

Did anything change regarding how checksums are calculated, or possibly anything else that could produce this error on 1.7.0 but not on 1.5.1?

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

No branches or pull requests

1 participant