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
Exception while accessing title of https://youtube.com/watch?v=VNhbsdzrDtQ. Please file a bug report at https://github.com/pytube/pytube
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-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 "/usr/local/lib/python3.7/dist-packages/pyrogram/dispatcher.py", line 240, in handler_worker
await handler.callback(self.client, *args)
File "/home/video-defuser/plugins/message.py", line 25, in handle_youtube_link
title = youtube.title
File "/usr/local/lib/python3.7/dist-packages/pytube/main.py", line 348, in title
f'Exception while accessing title of {self.watch_url}. '
pytube.exceptions.PytubeError: Exception while accessing title of https://youtube.com/watch?v=VNhbsdzrDtQ. Please file a bug report at https://github.com/pytube/pytube
The text was updated successfully, but these errors were encountered:
Exception while accessing title of https://youtube.com/watch?v=VNhbsdzrDtQ. Please file a bug report at https://github.com/pytube/pytube
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-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 "/usr/local/lib/python3.7/dist-packages/pyrogram/dispatcher.py", line 240, in handler_worker
await handler.callback(self.client, *args)
File "/home/video-defuser/plugins/message.py", line 25, in handle_youtube_link
title = youtube.title
File "/usr/local/lib/python3.7/dist-packages/pytube/main.py", line 348, in title
f'Exception while accessing title of {self.watch_url}. '
pytube.exceptions.PytubeError: Exception while accessing title of https://youtube.com/watch?v=VNhbsdzrDtQ. Please file a bug report at https://github.com/pytube/pytube
The text was updated successfully, but these errors were encountered: