krsentai01

yt-dlp verbose

Mar 19th, 2021 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.01 KB | None | 0 0
  1. [debug] Command-line config: ['https://d2lkq7nlcrdi7q.cloudfront.net/03b6/e9f0/d573/426f-b60e-ff6b42c2e383/c82f68e0-20bd-41a4-8307-163cae260352_corrected.mpd', '--allow-unplayable-formats', '--verbose']
  2. [debug] Loading archive file None
  3. [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
  4. [debug] yt-dlp version 2021.03.15
  5. [debug] Python version 3.9.1 (CPython 64bit) - macOS-11.1-x86_64-i386-64bit
  6. [debug] exe versions: ffmpeg 4.3.2, ffprobe 4.3.2, rtmpdump 2.4
  7. [debug] Proxy map: {}
  8. [generic] c82f68e0-20bd-41a4-8307-163cae260352_corrected: Requesting header
  9. WARNING: Falling back on generic information extractor.
  10. [generic] c82f68e0-20bd-41a4-8307-163cae260352_corrected: Downloading webpage
  11. [generic] c82f68e0-20bd-41a4-8307-163cae260352_corrected: Extracting information
  12. ERROR: An extractor error has occurred. (caused by KeyError('sourceURL')); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see  https://github.com/yt-dlp/yt-dlp  on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
  13. Traceback (most recent call last):
  14.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 554, in extract
  15.     ie_result = self._real_extract(url)
  16.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/generic.py", line 2527, in _real_extract
  17.     info_dict['formats'] = self._parse_mpd_formats(
  18.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 2532, in _parse_mpd_formats
  19.     representation_ms_info = extract_multisegment_info(representation, adaption_set_ms_info)
  20.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 2457, in extract_multisegment_info
  21.     extract_Initialization(segment_list)
  22.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 2452, in extract_Initialization
  23.     ms_info['initialization_url'] = initialization.attrib['sourceURL']
  24. KeyError: 'sourceURL'
  25. Traceback (most recent call last):
  26.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 554, in extract
  27.     ie_result = self._real_extract(url)
  28.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/generic.py", line 2527, in _real_extract
  29.     info_dict['formats'] = self._parse_mpd_formats(
  30.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 2532, in _parse_mpd_formats
  31.     representation_ms_info = extract_multisegment_info(representation, adaption_set_ms_info)
  32.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 2457, in extract_multisegment_info
  33.     extract_Initialization(segment_list)
  34.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 2452, in extract_Initialization
  35.     ms_info['initialization_url'] = initialization.attrib['sourceURL']
  36. KeyError: 'sourceURL'
  37.  
  38. During handling of the above exception, another exception occurred:
  39.  
  40. Traceback (most recent call last):
  41.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/YoutubeDL.py", line 1024, in wrapper
  42.     return func(self, *args, **kwargs)
  43.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/YoutubeDL.py", line 1045, in __extract_info
  44.     ie_result = ie.extract(url)
  45.   File "/Users/krs/.pyenv/versions/3.9.1/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 567, in extract
  46.     raise ExtractorError('An extractor error has occurred.', cause=e)
  47. yt_dlp.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('sourceURL')); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see  https://github.com/yt-dlp/yt-dlp  on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
  48.  
Add Comment
Please, Sign In to add comment