Closed Gavinok closed 1 month ago
broken in commit 61ef1a637c4eecb85a361606bdfb4cb66ec6b3c2
Uploading an empty file results in this error
{ "detail": [ { "type": "value_error", "loc": [ "body", "publish_did" ], "msg": "Value error, Expected UploadFile, received: <class 'str'>", "input": "", "ctx": { "error": {} } }, { "type": "value_error", "loc": [ "body", "schema" ], "msg": "Value error, Expected UploadFile, received: <class 'str'>", "input": "", "ctx": { "error": {} } } ] }
https://github.com/fastapi/fastapi/discussions/11822 seems to be the source
broken in commit 61ef1a637c4eecb85a361606bdfb4cb66ec6b3c2
Uploading an empty file results in this error