Yaakov Diament

Results 3 issues of Yaakov Diament

How to reproduce the behaviour --------- pip install doccano-client , from doccano_api_client import DoccanoClient Your Environment --------- * Operating System: windows 10 * Python Version: 3.7 * Package Version: 1.02...

How to reproduce the behaviour --------- ``` doccano_client = DoccanoClient( 'http://127.0.0.1:8000/', 'admin', 'password' ) project_info = doccano_client.create_project(name="First Python Project") upload_file = doccano_client.post_doc_upload(project_id=project_info['id'], file_name='anexample.json', format='JSON' ) ``` Content of an example:...

How to reproduce the behaviour --------- ![image](https://user-images.githubusercontent.com/31549975/125362719-5c8a2680-e33d-11eb-9c76-facdfb234496.png) ![image](https://user-images.githubusercontent.com/31549975/125362975-c9052580-e33d-11eb-9424-5a7f36ce5b4a.png) The key in code should be "name" not "rolename". mismatched. this is me debugging post_members not working. Changed the line locally for...