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.
UnavailableVideoError: [Errno 13] Permission denied #13235
Comments
|
I've worked around this by downloading to It would still be good to know more about Thanks! |
|
Just to double check, I just tested creating/renaming/removing dirs and files in the suspect directory from the command line and didn't have any problems.
Strange that I can't reproduce any problems from the command line, but I can consistently trigger it from youtube-dl. Here's another example on a YouTube video:
But since this seems to be an issue with the specific mount and I was able to work around it, I'll close this issue for now. |
|
I got this error as well running Windows 7. Just had to set my non admin user account to read/write allowed in folder security. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.05.29. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
I'm not sure precisely what's failing here. The download seems to work fine on in other directories, it's just this (Samba-mount) dir that's giving me problems. I download lots of videos in this directory and things were working fine until recently. Can you help me understand what causes
UnavailableVideoError: [Errno 13] Permission deniedso I can fix it on my system?