You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the transcripts section of the video-xblock advanced settings.
Specifications
Version: v1.0.2
Platform: Lilac
Notes
https://video.google.com/timedtext?lang={lang_code}&v={video_id} (fetch transcript) and video.google.com/timedtext?type=list&v={video_id} (list available to get name if any) -- always returns 200 and empty response
I've not found any documentation or changes description for the API
I've found that API stopped working as it was starting from November 2021
As described here, google doesn't support API used by video block transcripts
FWIW we have classes that have upwards of 90 videos, and this completely murders our sysadmins that after we get new transcripts back, they have to upload it to two places. If this were fixed, then they could just upload to YouTube and pull into Open edX like they used to do before Lilac. So I'm hoping this can be fixed by the M release next December...
Expected Behavior
Transcripts are automatically fetched.
Actual Behavior
Transcripts are not available.
Steps to Reproduce the Problem
Specifications
Notes
https://video.google.com/timedtext?lang={lang_code}&v={video_id}
(fetch transcript) andvideo.google.com/timedtext?type=list&v={video_id}
(list available to get name if any) -- always returns 200 and empty responseThe problems we'll face in this case:
Quota impact: A call to this method has a quota cost of 200 units.
The text was updated successfully, but these errors were encountered: