Kludex / python-multipart

A streaming multipart parser for Python.

Home Page:https://kludex.github.io/python-multipart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example script fails with AssertionError: write() argument must be a bytes instance

dhulke opened this issue · comments

Example script at http://andrew-d.github.io/python-multipart/quickstart.html#simple-example fails with AssertionError: write() argument must be a bytes instance when trying to send a multipart-formdata request from Insomnia.