Invalid input validation in client.tasks.api.retrieve_annotations
for cloud_storage_id
.
#6823
Closed
2 tasks done
Labels
bug
Something isn't working
My actions before raising this issue
Steps to Reproduce (for bugs)
Expected Behaviour
API call is performed without errors
Current Behaviour
Request fails with server error 500 (server expects integer for
cloud_storage_id
, but gets float)cvat server logs
Possible Solution
cloud_storage_id
validation type to int?Context
I'm trying to write a cron script which will backup annotations every day to cloud storage.
Your Environment
The text was updated successfully, but these errors were encountered: