Enzo Nicoletti
Enzo Nicoletti
My Environment --------- * Operating System: MacOS 10.15 * Python Version Used: 3.9.5 * When you install doccano: 1.4.1 * How did you install doccano (Heroku button etc): via pip...
Yeah this is a current [bug reported](https://github.com/doccano/doccano-client/issues/31) in doccano_client repository but it hasn't been fixed yet. If someone can check this in doccano's team it would be great
May have found the problem, you have to precise to post_doc_upload() the format you want to use. For me, as i used txt files, it looks like this: ``` doccano_client.post_doc_upload(project["id"],...
Hi, i also have a similar issue while using `post_doc_upload()`, the file is correctly uploaded but it seems to crash when i try to injest it. Following the error raised...
Seems to be an error the function documentation, **format="plain"** as an argument of post_doc_upload does not exist, worked for me with **format="TextFile"**