Linly-Dubbing icon indicating copy to clipboard operation
Linly-Dubbing copied to clipboard

Getting "TypeError"

Open MSaiCharan03 opened this issue 9 months ago • 0 comments

Throwing TypeError ERROR: 1kr421M7vz: An extractor error has occurred. (caused by KeyError('bvid')); 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 2025-03-14 07:23:27.607 | ERROR | main:do_everything:391 - 获取视频列表失败: argument of type 'NoneType' is not iterable Traceback (most recent call last): File "/content/Linly-Dubbing/tools/do_everything.py", line 355, in do_everything for video_info in get_info_list_from_url(urls, num_videos): File "/content/Linly-Dubbing/tools/step000_video_downloader.py", line 78, in get_info_list_from_url if 'entries' in result: ^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'NoneType' is not iterable

While running this part of code in Colab: %cd /content/Linly-Dubbing/ !python -m tools.do_everything

MSaiCharan03 avatar Mar 14 '25 07:03 MSaiCharan03