-
Notifications
You must be signed in to change notification settings - Fork 30
Description
I got this error today, trying to download a song from a playlist
ERROR: [youtube] 5ELf15cadRM: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
Exception in thread Thread-6 (download):
Traceback (most recent call last):
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\extractor\common.py", line 641, in extract
ie_result = self._real_extract(url)
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\extractor\youtube.py", line 3463, in _real_extract
'uploader_id': self._search_regex(r'/(?:channel|user)/([^/?&#]+)', owner_profile_url, 'uploader id') if owner_profile_url else None,
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\extractor\common.py", line 1229, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
yt_dlp.utils.RegexNotFoundError: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\YoutubeDL.py", line 1408, in wrapper
return func(self, *args, **kwargs)
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\YoutubeDL.py", line 1478, in __extract_info
ie_result = ie.extract(url)
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\extractor\common.py", line 667, in extract
raise type(e)(e.orig_msg, **kwargs)
yt_dlp.utils.RegexNotFoundError: [youtube] 5ELf15cadRM: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\aniba\downloads\youtubespotifydl-main\youtubespotifydl-main\ytspdl\utils\downloader.py", line 28, in download
download_song_from_youtube(video_url=self.song.vidurl, song_path=self.song_path)
File "c:\users\aniba\downloads\youtubespotifydl-main\youtubespotifydl-main\ytspdl\utils\helpers.py", line 61, in download_song_from_youtube
ydl.download([video_url])
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\YoutubeDL.py", line 3264, in download
self.__download_wrapper(self.extract_info)(
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\YoutubeDL.py", line 3237, in wrapper
res = func(*args, **kwargs)
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\YoutubeDL.py", line 1399, in extract_info
return self.__extract_info(url, self.get_info_extractor(ie_key), download, extra_info, process)
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\YoutubeDL.py", line 1426, in wrapper
self.report_error(str(e), e.format_traceback())
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\YoutubeDL.py", line 950, in report_error
self.trouble(f'{self._format_err("ERROR:", self.Styles.ERROR)} {message}', *args, **kwargs)
File "C:\Users\aniba\anaconda3\lib\site-packages\yt_dlp\YoutubeDL.py", line 895, in trouble
raise DownloadError(message, exc_info)
yt_dlp.utils.DownloadError: ERROR: [youtube] 5ELf15cadRM: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\aniba\anaconda3\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\aniba\anaconda3\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "c:\users\aniba\downloads\youtubespotifydl-main\youtubespotifydl-main\ytspdl\utils\downloader.py", line 31, in download
print(f"Error downloading song {self.song_name}, Error Message: {e.with_traceback()}")
TypeError: BaseException.with_traceback() takes exactly one argument (0 given)