swagger-py-codegen
swagger-py-codegen copied to clipboard
UnicodeDecodeError
falcon=3.0.0.dev1
resp.body = f.read()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
That is related the requests you made. If any non-utf8 character contained or which format you use in your request body?