-
Notifications
You must be signed in to change notification settings - Fork 444
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
TypeError: Odd-length string #187
Comments
same here, what python version are you using? |
same error on 2.7.12 |
use python3, worked for me. (just a workaround) |
This is fixed in the new repo which will be merged in here at some point. See https://github.com/keyphact/pgoapi/pull/9/files for solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
output = binascii.a2b_hex(input)
TypeError: Odd-length string
The text was updated successfully, but these errors were encountered: