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

utf8 encoding issue with cypher #40

Open
NicolasDenoyelle opened this issue Aug 12, 2017 · 0 comments
Open

utf8 encoding issue with cypher #40

NicolasDenoyelle opened this issue Aug 12, 2017 · 0 comments

Comments

@NicolasDenoyelle
Copy link

Hello,
I ran into encoding issue using encrypt/decrypt in bittrex.py, because json.dumps does not support raw encoding of cypher.encrypt.
The "encoding" parameter of json.dumps/json.loads still make python complaining when using latin1 instead of utf8.
I found an alternative solution using base64 encoding/decoding. Can you please update bittrex.py with the changes to fix the issue.
bittrex.zip

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