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

Odd output. Over my head, thought I'd pop it up here. #2204

Closed
jamesaepp opened this issue Jan 23, 2014 · 1 comment
Closed

Odd output. Over my head, thought I'd pop it up here. #2204

jamesaepp opened this issue Jan 23, 2014 · 1 comment

Comments

@jamesaepp
Copy link

Command Issued:

youtube-dl -A -t -c http://www.youtube.com/playlist?list=listid

Output:

.
.

[download] Downloading video #4 of 21
[youtube] DzyKSyLavUY: Downloading webpage
[youtube] DzyKSyLavUY: Downloading video info webpage
[youtube] DzyKSyLavUY: Extracting video information
[youtube] DzyKSyLavUY: Encrypted signatures detected.
[youtube] DzyKSyLavUY: Downloading js player vflbxes4n
WARNING: Writing cache to u'/home/james/.cache/youtube-dl/youtube-sigfuncs/js_vflbxes4n_86.json' failed: Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 345, in _extract_signature_function
write_json_file(cache_spec, cache_fn)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 216, in write_json_file
with open(fn, 'wb') as f:
IOError: [Errno 13] Permission denied: u'/home/james/.cache/youtube-dl/youtube-sigfuncs/js_vflbxes4n_86.json'

[youtube] DzyKSyLavUY: Downloading js player vflbxes4n
WARNING: Writing cache to u'/home/james/.cache/youtube-dl/youtube-sigfuncs/js_vflbxes4n_87.json' failed: Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 345, in _extract_signature_function
write_json_file(cache_spec, cache_fn)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 216, in write_json_file
with open(fn, 'wb') as f:
IOError: [Errno 13] Permission denied: u'/home/james/.cache/youtube-dl/youtube-sigfuncs/js_vflbxes4n_87.json'

. .
@phihag
Copy link
Contributor

phihag commented Jan 23, 2014

It looks like you've run youtube-dl with elevated privileges in the same directory. The output is harmless, run

sudo rm -rf ~/.cache/youtube-dl

once to make it go away. Unless you are updating youtube-dl, do not run it with sudo.

@phihag phihag closed this as completed Jan 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants