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
is not JSON serializable error.
According to API documentation post request needs file object. That means "json.dumps" is not needed here.
I've made fork, to fix that (here it is), but could not make pull request.
Merge that please.
The text was updated successfully, but these errors were encountered:
Also there is problem sending file through that post
We need to send just binary file stream, not dictionary.
Also fixed in mentioned fork.
Sorry, something went wrong.
Can you make a pull request?
Got it.
No branches or pull requests
is not JSON serializable error.
According to API documentation post request needs file object. That means "json.dumps" is not needed here.
I've made fork, to fix that (here it is), but could not make pull request.
Merge that please.
The text was updated successfully, but these errors were encountered: