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
const{ Innertube }=require('youtubei.js');asyncfunctionmain(){constyoutube=awaitInnertube.create({lang: 'en',location: 'US',retrieve_player: true,});constfetchTranscript=async()=>{constvideoId="1nQXYsm4pr8";constinfo=awaityoutube.getInfo(videoId);console.log(info.page[1].engagement_panels);// Missing engagement-panel-searchable-transcript panel but present on YTconsttranscript=awaitinfo.getTranscript();// <-- throw new InnertubeError('Transcript panel not found. Video likely has no transcript.');returntranscript;}consttranscript=awaitfetchTranscript();console.log(transcript);}main();
Failure Logs
Error in main function: InnertubeError: Transcript panel not found. Video likely has no transcript.
at ...
date: 2025-01-08T17:28:22.904Z,
version: '12.2.0'
}
hatemmezlini
changed the title
Panel "engagement-panel-searchable-transcript" missing from some videos
Cannot retrieve transcript: "engagement-panel-searchable-transcript" missing from some videos
Jan 10, 2025
I haven't checked this yet. It could be that the engagement panel is somewhere else on the page, or YouTube is simply not returning it due to a bug on their side, or possibly a parameter we're not providing.
Steps to reproduce
Failure Logs
Expected behavior
Current behavior
engagement-panel-searchable-transcript is missing when looking at panels at info.page
Version
Default
Anything else?
It works with this videoID: DXR_MzGW768 because it's in English but not the other one (Romanian). Both videos have only automatically generated cc
Checklist
The text was updated successfully, but these errors were encountered: