-
Notifications
You must be signed in to change notification settings - Fork 8
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
OverflowError: unsigned integer not in range(0, 64), got 64 #1
Comments
Hi @Jeanbouvatt Thank you for reporting this. This is happening because I forgot to add the block size adjustment. I'll fix it and cut a new release. Thanks again |
ghilesmeddour
added a commit
that referenced
this issue
Sep 16, 2021
@Jeanbouvatt It's done. Can you please update and confirm that it now works properly for you. |
I confirm it now works perfectly, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this message when trying to encode values :
This output :
Version 0.0.1
same problem with
encode_all
The text was updated successfully, but these errors were encountered: