Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Writing cache #4930
Writing cache #4930
Comments
|
Are you running youtube-dl as root? You should not do that. Can you also post the full output you get when you add |
|
By the way, you can use the |
|
--cache-dir is good idea, is okay to "/tmp" directory. Thanks. |
WARNING: Writing cache to u'/root/.cache/youtube-dl/youtube-sigfuncs/js_en_US-vflQkSGin_40.41.json' failed: Traceback (most recent ca$
File "/usr/local/bin/youtube-dl/youtube_dl/cache.py", line 46, in store
os.makedirs(os.path.dirname(fn))
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/root/.cache'
root@abcd:~# ls -lah
drwxrwxrwx 6 root root 4.0K Dec 19 03:24 .cache