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

File upload bug #26

Open
Pluser761 opened this issue Jul 5, 2021 · 3 comments
Open

File upload bug #26

Pluser761 opened this issue Jul 5, 2021 · 3 comments

Comments

@Pluser761
Copy link

Pluser761 commented Jul 5, 2021

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.

@Pluser761
Copy link
Author

Pluser761 commented Jul 5, 2021

Also there is problem sending file through that post

We need to send just binary file stream, not dictionary.

Also fixed in mentioned fork.

@gwinn
Copy link
Member

gwinn commented Jul 6, 2021

I've made fork, to fix that (here it is), but could not make pull request.

Can you make a pull request?

@Pluser761
Copy link
Author

Can you make a pull request?

Got it.

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

2 participants