Open ztyree42 opened 2 years ago
@ztyree42, Hello, Unfortunately, cloud storage video data doesn't supported now but it's in our future plans.
Would be helpful if you adjusted the error message. Also got stuck on this. Looking forward to this feature!
is this issue fixed? still gives me troubles
My actions before raising this issue
Expected Behaviour
Can create a task for video annotation on video hosted in Cloud Storage cloudstorages/{id}/content should fetch video manifest without error
Current Behaviour
cloudstorages/{id}/content returns 500
Possible Solution
engine/views.py:content
is callingImageManifestManager
internally which fails of course because the video manifest doesn't have the "correct"_requared_item_attributes". We need to add a block for
VideoManifestManager`Steps to Reproduce (for bugs)