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

asciire missing #6281

Closed
kenrestivo opened this issue Jul 18, 2015 · 2 comments
Closed

asciire missing #6281

kenrestivo opened this issue Jul 18, 2015 · 2 comments

Comments

@kenrestivo
Copy link

@kenrestivo kenrestivo commented Jul 18, 2015

youtube-dl has, after a "youtube-dl -U" suddenly started exploding on a Debian 7.4 system with python 2.7.3

Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/ken/bin/youtube-dl/__main__.py", line 16, in <module>
  File "/home/ken/bin/youtube-dl/youtube_dl/__init__.py", line 16, in <module>
  File "/home/ken/bin/youtube-dl/youtube_dl/options.py", line 8, in <module>
  File "/home/ken/bin/youtube-dl/youtube_dl/downloader/__init__.py", line 3, in <module>
  File "/home/ken/bin/youtube-dl/youtube_dl/downloader/common.py", line 8, in <module>
  File "/home/ken/bin/youtube-dl/youtube_dl/compat.py", line 82, in <module>
AttributeError: 'module' object has no attribute '_asciire'
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 18, 2015

This is already fixed and will be available in the next version.
You can also fix this by updating python to 2.7.4 or later. Or you can use previous version https://yt-dl.org/downloads/2015.07.07/youtube-dl.

@dstftw dstftw closed this Jul 18, 2015
@kenrestivo
Copy link
Author

@kenrestivo kenrestivo commented Jul 18, 2015

Wow that was fast, thanks!

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.