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

Writing Cache Permission Error [Errno 13] #25178

Closed
Teresawithoutah opened this issue May 7, 2020 · 1 comment
Closed

Writing Cache Permission Error [Errno 13] #25178

Teresawithoutah opened this issue May 7, 2020 · 1 comment

Comments

@Teresawithoutah
Copy link

@Teresawithoutah Teresawithoutah commented May 7, 2020

Receiving a writing permission issue to cache when running version 2020.05.03 of youtube-dl. Any tips?

[youtube] PALMMqZLAQk: Downloading webpage
[youtube] PALMMqZLAQk: Downloading js player 52b1e972
WARNING: Writing cache to '/Users/teresawithoutah/.cache/youtube-dl/youtube-sigfuncs/js_52b1e972_101.json' failed: Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/youtube_dl/cache.py", line 49, in store
    os.makedirs(os.path.dirname(fn))
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 213, in makedirs
    makedirs(head, exist_ok=exist_ok)
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 223, in makedirs
    mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/Users/teresawithoutah/.cache/youtube-dl'

[youtube] PALMMqZLAQk: Downloading js player 52b1e972
WARNING: Writing cache to '/Users/teresawithoutah/.cache/youtube-dl/youtube-sigfuncs/js_52b1e972_105.json' failed: Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/youtube_dl/cache.py", line 49, in store
    os.makedirs(os.path.dirname(fn))
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 213, in makedirs
    makedirs(head, exist_ok=exist_ok)
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 223, in makedirs
    mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/Users/teresawithoutah/.cache/youtube-dl'

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 7, 2020

Read error message?

@dstftw dstftw closed this May 7, 2020
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.