You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jzeimen this is currently a known bug. However, you can try the following workaround for now:
Adjust the fields Parameter:
As a workaround, you can specify the fields you need when listing tasks to avoid the comment_authors field that's causing the issue: tasks = ls.tasks.list(project=115411, fields=['id', 'data', 'annotations'])
The SDK cannot list tasks if there are comments currently.
Repro steps:
Make a comment inside of a tab on a project. Use this project ID in the code below:
pip install label-studio-sdk==1.0.7
Results in error
The text was updated successfully, but these errors were encountered: