-
Notifications
You must be signed in to change notification settings - Fork 12
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
Some annotated videos / annotation files not saved #1370
Comments
If you click on the results in the scroll bar, and then visit the pages, you see that the video format is not supported. https://signbank.cls.ru.nl/dictionary/annotatedsentence/21 On my browser, it shows the not supported format video image. |
@Jetske I added a model method to get the path for the eaf file in order to display it in the list. The path in the object is correct but the file does not exist. However, it returns the correct path. |
[for jetske only] Here is some code (modified to test for it being empty):
That is the type-safe way to implement it. This is actually the same as doing
Is it possible one of the operations ended up erasing the file by accident? |
Show video and eaf file and timestamps in admin
@Jetske I added some Admin to be able to investigate what is stored. #1372 In the Annotated Gloss List (search), the paths only show up in the results list now if the file exists. UPDATE: CODE IS LIVE] |
#1370: Admin and Video Admin for Annotated Sentences/Videos
@Jetske this isn't directly related, but I am already aware of this type error. Now I saw it in the logs while I'm testing code on signbank-test.
This is a wrong type. The videofile does not have a content_type. The code in question is repeated in all the various methods. I guess I'm going through logs starting in July. |
See https://signbank.cls.ru.nl/dictionary/gloss/2326 which should have 3 sentences but shows none. The 3 annotatedvideo objects are not there, and the annotation file is also missing.
The text was updated successfully, but these errors were encountered: