docs/integrations/document_loaders/youtube_transcript/ #28731
Replies: 6 comments 4 replies
-
Currently, A more robust alternative is to use |
Beta Was this translation helpful? Give feedback.
-
Currently getting TypeError: 'FetchedTranscriptSnippet' object is not subscriptable when running loader = YoutubeLoader.from_youtube_url( |
Beta Was this translation helpful? Give feedback.
-
I am having the above error , when loading Youtube transcripts. anybody else having the same issue. |
Beta Was this translation helpful? Give feedback.
-
If anyone knows , why I am getting this problem , let me know what I am doing wrong Code : loader = YoutubeLoader.from_youtube_url( loader.load() This breaks most of the times , but if i keep running this it works sometimes without even changing anything. I don't know what's wrong Error: ExpatError: no element found: line 1, column 0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/IPython/core/interactiveshell.py", line 3553, in run_code File "", line 1, in <cell line: 0> File "/usr/local/lib/python3.11/dist-packages/langchain_community/document_loaders/youtube.py", line 273, in load File "/usr/local/lib/python3.11/dist-packages/youtube_transcript_api/_transcripts.py", line 134, in fetch File "/usr/local/lib/python3.11/dist-packages/youtube_transcript_api/_transcripts.py", line 474, in parse File "/usr/local/lib/python3.11/dist-packages/defusedxml/common.py", line 127, in fromstring File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 1730, in close File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 1630, in _raiseerror File "", line unknown |
Beta Was this translation helpful? Give feedback.
-
this doesnt work anymore, does it? i keep getting -> |
Beta Was this translation helpful? Give feedback.
-
This no longer works. Same Issue occurred |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
docs/integrations/document_loaders/youtube_transcript/
YouTube is an online video sharing and social media platform created by Google.
https://python.langchain.com/docs/integrations/document_loaders/youtube_transcript/
Beta Was this translation helpful? Give feedback.
All reactions