The demo course at the current master branch includes references to video transcript files which do not exist. This causes errors, such as failing to export the course or failing to reindex the course.
Example error:
File does not exist: video-transcripts/93eb0b27dd8c48319fdb0258193958dd.srt
The references need to be removed or updated, or the missing files added.
Reproducer
- download the demo-course.tar.gz from the dist directory on the master branch
- import the demo course into an Ulmo openedx instance (the issue is visible on older releases too, but this particular export error appears to be newly surfaced on Ulmo)
- export the course, and verify you see an error, and the course fails to export
Workaround
A workaround for now is to delete the problematic video transcripts from LMS Django Admin -> Edxval -> Video transcripts.

The demo course at the current master branch includes references to video transcript files which do not exist. This causes errors, such as failing to export the course or failing to reindex the course.
Example error:
The references need to be removed or updated, or the missing files added.
Reproducer
Workaround
A workaround for now is to delete the problematic video transcripts from LMS Django Admin -> Edxval -> Video transcripts.