-
Notifications
You must be signed in to change notification settings - Fork 5
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
Python 3 encode/decode not working #2
Comments
Hello Michael, Thanks for pointing out the problem. I will look into this. Cheers, Paul. |
If it's still actual:
|
Hello Alexandr, Thanks - will try and incorporate this fix over the weekend. Cheers, Paul. |
Finally fixed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The process of encoding/decoding the id list doesn't work for me in Python 3. I get errors due to encoding
str
instead ofbyte
objects and vice versa on the decode side. However, I don't want to try to make it work for both Python 3 and 2 at the same time so I'll just include my solution here for future reference.Someone else could work this into the example or if I'm over complicating things show my error. But hopefully this helps someone.
The text was updated successfully, but these errors were encountered: