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

make lazy_extractors fails #14166

Closed
lawlmart opened this issue Sep 10, 2017 · 1 comment
Closed

make lazy_extractors fails #14166

lawlmart opened this issue Sep 10, 2017 · 1 comment

Comments

@lawlmart
Copy link
Contributor

@lawlmart lawlmart commented Sep 10, 2017

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.09.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2017.09.10

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue



Description of your issue, suggested solution and other information

$ make lazy-extractors && make youtube-dl
/usr/bin/env python devscripts/make_lazy_extractors.py youtube_dl/extractor/lazy_extractors.py
WARNING: Lazy loading extractors is an experimental feature that may not always work
Traceback (most recent call last):
File "devscripts/make_lazy_extractors.py", line 89, in
src = build_lazy_ie(ie, name)
File "devscripts/make_lazy_extractors.py", line 56, in build_lazy_ie
if ie.suitable.func is not InfoExtractor.suitable.func:
AttributeError: 'function' object has no attribute 'func'
make: *** [youtube_dl/extractor/lazy_extractors.py] Error 1

@dstftw dstftw closed this in f12a6e8 Sep 10, 2017
@Recchan
Copy link

@Recchan Recchan commented Sep 14, 2017

I'm getting a different error. I've been trying different versions to make, but they all fail with the same error for me.

$ make lazy-extractors
devscripts/make_lazy_extractors.py youtube_dl/extractor/lazy_extractors.py
process_begin: CreateProcess(C:\python34\scripts\youtube-dl\devscripts\make_lazy_extractors.py, devscripts/make_lazy_extractors.py youtube_dl/extractor/lazy_extractors.py, ...) failed.
make (e=193): Error 193F:\Desktop\shell.w32-ix86\make.exe: *** [youtube_dl/extractor/lazy_extractors.py] Error 193

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.