Kakulukian / youtube-transcript

Fetch transcript from a youtube video
240 stars 51 forks source link

Failed to get YouTube video transcription: 400 #15

Closed prabir-vora closed 5 months ago

prabir-vora commented 5 months ago

Getting the following error with using youtube-transcript as part of Langchain's youtube loader

Error: Failed to get YouTube video transcription: Request to https://www.youtube.com/youtubei/vtrue/player?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8&prettyPrint=false&alt=json failed with status 400 at YoutubeLoader.load

YoutubeLoader.load basically calls

YoutubeTranscript.fetchTranscript(this.videoId, { lang: this.language, });

Kakulukian commented 5 months ago

Not related to this package