We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to use Push File keyword but it raises TypeError: Object of type bytes is not JSON serializable exception when using encode argument.
Push File
TypeError: Object of type bytes is not JSON serializable
The text was updated successfully, but these errors were encountered:
Fix for serhatbolsu#352
dfde913
Added missing utf-8 encoding for b64encode in push_file.
Merge pull request #353 from js361014/push-file
b6c141d
Fix for #352
No branches or pull requests
I try to use
Push File
keyword but it raisesTypeError: Object of type bytes is not JSON serializable
exception when using encode argument.The text was updated successfully, but these errors were encountered: