FIRST-Tech-Challenge / fmltc

FIRST Machine Learning Toolchain
Other
38 stars 14 forks source link

Can't create a dataset with more than 42 videos in it. #237

Closed lizlooney closed 2 years ago

lizlooney commented 2 years ago

If you try, the server returns a 500 error and it leaves a dataset_entity that the user can't see and can't delete.

lizlooney commented 2 years ago

It fails when it tries to create the action_entity because the action_parameters.video_uuids_json field is longer than 1500 bytes.

lizlooney commented 2 years ago

We can either prevent this or make it work.