I cannot upload srt transcripts

I successfully upgraded from the Ironwood version to the Teak version without any issues. However, I’ve now noticed that SRT transcripts are not displaying in the new version of Open edX. I also cannot add SRT transcripts. What could this be related to?

also i have problem with export course

The error on exporting courses indicates that a transcript file is missing. Odd (to me) that it shows an srt extension though, as far as I know it converts srt files into sjson (I’m looking ~/.local/share/tutor/data/openedx-media/video-transcripts to see these files).

If it’s the same course that failed to upload a srt then maybe it got confused somehow because of the failure, maybe try delete any transcripts from the video and try export again and see if that helps?

More info on why srt failed to add may be needed. Can you tail the logs and try add srt again? tutor local logs -f --tail 1 then retry the upload and watch for errors in logs. inspecting the browser console messages (F12 on some browsers or Ctrl + Shift + J typically takes you there) may provide clues as well

I figured out what the problem is and why I can’t do it.

The issue is that this video already has transcripts, but they are not displayed in the video component. When I add a new video component and upload the same SRT transcripts, everything works fine. I wouldn’t want to redo all of this manually. Is there any quick solution?