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

Error When Updating #1497

Closed
peterpayne opened this issue Sep 24, 2013 · 2 comments
Closed

Error When Updating #1497

peterpayne opened this issue Sep 24, 2013 · 2 comments

Comments

@peterpayne
Copy link

@peterpayne peterpayne commented Sep 24, 2013

Traceback (most recent call last):
File "/usr/local/pythonbrew/pythons/Python-3.3.1/lib/python3.3/runpy.py", line 160, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/local/pythonbrew/pythons/Python-3.3.1/lib/python3.3/runpy.py", line 73, in _run_code
exec(code, run_globals)
File "/usr/local/bin/youtube-dl/main.py", line 18, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 687, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 568, in _real_main
ValueError: '~/.youtube-dl/cache'

Is this an error with my python?

@phihag
Copy link
Contributor

@phihag phihag commented Sep 24, 2013

No, I released a broken version 2013.09.24.1 of youtube-dl - sorry for that! You can simply reinstall the fixed version of youtube-dl with

sudo curl https://yt-dl.org/downloads/2013.09.24.2/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

After that, updating should work fine.

@phihag phihag closed this Sep 24, 2013
@peterpayne
Copy link
Author

@peterpayne peterpayne commented Sep 24, 2013

You're the man, good to go!

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.