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

Youtube-dl fails on load_entry_point and importlib_load_entry_point #26656

Closed
mor3dr3ad opened this issue Sep 21, 2020 · 0 comments
Closed

Youtube-dl fails on load_entry_point and importlib_load_entry_point #26656

mor3dr3ad opened this issue Sep 21, 2020 · 0 comments

Comments

@mor3dr3ad
Copy link

@mor3dr3ad mor3dr3ad commented Sep 21, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.09.20
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 33, in <module>
    sys.exit(load_entry_point('youtube-dl==2020.9.20', 'console_scripts', 'youtube-dl')())
  File "/usr/bin/youtube-dl", line 25, in importlib_load_entry_point
    return next(matches).load()
StopIteration

Description

youtube-dl does not start and throws traceback above. vanilla installation from pacman. not even -v works, so cannot post more log.

anyone seen similar issues?

@dstftw dstftw closed this Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.