-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support videos from cloud storages (or at least adjust error message) #4460
Comments
@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. |
is this issue fixed? still gives me troubles |
Any updates on this issue? |
@Usefff, it is possible now to create a task with a video from cloud storage. Just select a file from an attached storage when creating an annotation task. |
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)
The text was updated successfully, but these errors were encountered: