-
Notifications
You must be signed in to change notification settings - Fork 482
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
test_sync_with_encryption_and_password_change : "zlib.error: Error -3 while decompressing data: incorrect header check" instead of InvalidPasswordError #3658
Labels
Comments
A variant with slightly different error string: zlib.error: Error -3 while decompressing data: unknown compression method https://github.com/moodyjon/lbry-sdk/actions/runs/3091639309/jobs/5001957283 |
Another one just discovered:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/moodyjon/lbry-sdk/runs/8281333893?check_suite_focus=true
Evidently the decrypted data appears to pass initial checks, but because the password is wrong, it's actually bad data that zlib cannot decompress.
The text was updated successfully, but these errors were encountered: