runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:1601: FutureWarning: `clean_up_tokenization_spaces` was not set. It will be set to `True` by default. This behavior will be depracted in transformers v4.45, and will be then set to `False` by default. For more details check this issue: https://github.com/huggingface/transformers/issues/31884 warnings.warn( Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pytube/__main__.py", line 341, in title self._title = self.vid_info['videoDetails']['title'] KeyError: 'videoDetails' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> data = loader.load() File "/usr/local/lib/python3.10/site-packages/langchain_community/document_loaders/youtube.py", line 258, in load video_info = self._get_video_info() File "/usr/local/lib/python3.10/site-packages/langchain_community/document_loaders/youtube.py", line 325, in _get_video_info "title": yt.title or "Unknown", File "/usr/local/lib/python3.10/site-packages/pytube/__main__.py", line 346, in title raise exceptions.PytubeError( pytube.exceptions.PytubeError: Exception while accessing title of https://youtube.com/watch?v=e-gwvmhyU7A. Please file a bug report at https://github.com/pytube/pytube
Container logs:
Fetching error logs...