Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem after upgrading yt-dlp #9746

Closed
9 tasks done
etanus11 opened this issue Apr 20, 2024 · 3 comments
Closed
9 tasks done

Problem after upgrading yt-dlp #9746

etanus11 opened this issue Apr 20, 2024 · 3 comments
Labels
question Question

Comments

@etanus11
Copy link

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Please make sure the question is worded well enough to be understood

After upgrading yt-dlp to the latest version on an Ubuntu installation with pip, I get the following error:

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

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',)); 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
[debug] [youtube] Extracting signature function js_0af6e327_108
[debug] Loading youtube-sigfuncs.js_0af6e327_108 from cache
WARNING: [youtube] nsig extraction failed: You may experience throttling for some formats
n = GomGkvHAv-JkqfLGh ; player = https://www.youtube.com/s/player/0af6e327/player_ias.vflset/en_US/base.js
[debug] Sort order given by extractor: quality, res, fps, hdr:12, source, codec:vp9.2, lang, proto
[debug] Formats sorted by: hasvid, ie_pref, quality, res, fps, hdr:12(7), source, vcodec:vp9.2(10), acodec, lang, proto, filesize, fs_approx, tbr, vbr, abr, asr, vext, aext, hasaud, id
ERROR: [youtube] ymxmBndQ1SY: 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
  File "/usr/local/lib/python3.6/dist-packages/yt_dlp/extractor/common.py", line 644, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/lib/python3.6/dist-packages/yt_dlp/extractor/youtube.py", line 3572, in _real_extract
    'uploader_id': self._search_regex(r'/(?:channel|user)/([^/?&#]+)', owner_profile_url, 'uploader id') if owner_profile_url else None,
  File "/usr/local/lib/python3.6/dist-packages/yt_dlp/extractor/common.py", line 1194, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
@etanus11 etanus11 added the question Question label Apr 20, 2024
@etanus11
Copy link
Author

I have python 3.7 installed, but it looks for 3.6. How should I make python 3.7 the default python on my Ubuntu installation?

@pukkandan
Copy link
Member

Easier to just use our standalone linux build

@bashonly
Copy link
Member

Python 3.7 isn't supported either. yt-dlp currently only supports Python >=3.8. Use the standalone linux exe as pukkandan said

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question
Projects
None yet
Development

No branches or pull requests

3 participants