While trying to run the examples/import_preannotations.py, I received a keyerror regarding task_ids upon the execution of the project.import_tasks().
The tasks are able to import into my project, but the only issue is the the response.json() in the return of the import_tasks() is expecting a task_ids.
Description
While trying to run the
examples/import_preannotations.py
, I received a keyerror regardingtask_ids
upon the execution of theproject.import_tasks()
.response.json()
in the return of theimport_tasks()
is expecting atask_ids
.To Reproduce
Expected behavior
Version Details
label-studio ==
1.1.1
label-studio-client-sdk == @masterRuntime Environment
Screenshots AND/OR Logs