FIRST-Tech-Challenge/fmltc

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

Closed this issue · 2 comments

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.

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

We can either prevent this or make it work.