It seems that get_labeled_tasks is passing a bad page param which results in this error being displayed (though the correct tasks data is still retrieved!).
To avoid this noise I have to use get_paginated_tasks - I can't use get_tasks because it doesn't retrieve all fields, and I need storage_filename.
It seems that
get_labeled_tasks
is passing a badpage
param which results in this error being displayed (though the correct tasks data is still retrieved!). To avoid this noise I have to useget_paginated_tasks
- I can't useget_tasks
because it doesn't retrieveall
fields, and I needstorage_filename
.Using label-studio-sdk 0.0.30