YOLOv8x-seg summary (fused): 295 layers, 71797696 parameters, 0 gradients
ERROR: Unable to extract uploader
id
; please report this issue on https:
//yt-dl
.org
/bug
. Make sure you are using the latest version; see https:
//yt-dl
.org
/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py"
, line 815,
in
wrapper
return
func(self, *args, **kwargs)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py"
, line 836,
in
__extract_info
ie_result = ie.extract(url)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/youtube_dl/extractor/common.py"
, line 534,
in
extract
ie_result = self._real_extract(url)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/youtube_dl/extractor/youtube.py"
, line 1794,
in
_real_extract
'uploader_id'
: self._search_regex(r
'/(?:channel|user)/([^/?&#]+)'
, owner_profile_url,
'uploader id'
)
if
owner_profile_url
else
None,
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/youtube_dl/extractor/common.py"
, line 1012,
in
_search_regex
raise RegexNotFoundError(
'Unable to extract %s'
% _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract uploader
id
; please report this issue on https:
//yt-dl
.org
/bug
. Make sure you are using the latest version; see https:
//yt-dl
.org
/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/pafy/backend_youtube_dl.py"
, line 40,
in
_fetch_basic
self._ydl_info = ydl.extract_info(self.videoid, download=False)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py"
, line 808,
in
extract_info
return
self.__extract_info(url, ie, download, extra_info, process)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py"
, line 824,
in
wrapper
self.report_error(compat_str(e), e.format_traceback())
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py"
, line 628,
in
report_error
self.trouble(error_message, tb)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py"
, line 598,
in
trouble
raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: Unable to extract uploader
id
; please report this issue on https:
//yt-dl
.org
/bug
. Make sure you are using the latest version; see https:
//yt-dl
.org
/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/Users/snowpool/.pyenv/versions/3.10.6/bin/yolo"
, line 8,
in
<module>
sys.
exit
(entrypoint())
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/ultralytics/yolo/cfg/__init__.py"
, line 407,
in
entrypoint
getattr(model, mode)(**overrides)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/torch/utils/_contextlib.py"
, line 115,
in
decorate_context
return
func(*args, **kwargs)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/ultralytics/yolo/engine/model.py"
, line 255,
in
predict
return
self.predictor.predict_cli(
source
=
source
)
if
is_cli
else
self.predictor(
source
=
source
, stream=stream)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/ultralytics/yolo/engine/predictor.py"
, line 195,
in
predict_cli
for
_
in
gen:
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/torch/utils/_contextlib.py"
, line 35,
in
generator_context
response = gen.send(None)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/ultralytics/yolo/engine/predictor.py"
, line 222,
in
stream_inference
self.setup_source(
source
if
source
is not None
else
self.args.
source
)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/ultralytics/yolo/engine/predictor.py"
, line 203,
in
setup_source
self.dataset = load_inference_source(
source
=
source
, imgsz=self.imgsz, vid_stride=self.args.vid_stride)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/ultralytics/yolo/data/build.py"
, line 159,
in
load_inference_source
dataset = LoadStreams(
source
, imgsz=imgsz, vid_stride=vid_stride)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/ultralytics/yolo/data/dataloaders/stream_loaders.py"
, line 48,
in
__init__
s = get_best_youtube_url(s)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/ultralytics/yolo/data/dataloaders/stream_loaders.py"
, line 386,
in
get_best_youtube_url
return
pafy.new(url).getbest(preftype=
'mp4'
).url
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/pafy/pafy.py"
, line 124,
in
new
return
Pafy(url, basic, gdata, size, callback, ydl_opts=ydl_opts)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/pafy/backend_youtube_dl.py"
, line 31,
in
__init__
super(YtdlPafy, self).__init__(*args, **kwargs)
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/pafy/backend_shared.py"
, line 97,
in
__init__
self._fetch_basic()
File
"/Users/snowpool/.pyenv/versions/3.10.6/lib/python3.10/site-packages/pafy/backend_youtube_dl.py"
, line 43,
in
_fetch_basic
raise IOError(str(e).replace(
'YouTube said'
,
'Youtube says'
))
OSError: ERROR: Unable to extract uploader
id
; please report this issue on https:
//yt-dl
.org
/bug
. Make sure you are using the latest version; see https:
//yt-dl
.org
/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.