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.
s3fs ERROR: unable to open for writing: [Errno 13] Permission denied #738
Comments
|
Most likely, you're trying to write to a directory you don't have write access to.
|
|
This was the case for me, it would be nice if it gave the absolute path it is trying to write to, I spent a bit of time checking folder permissions elsewhere |
|
I'm getting the same issue even when I launch with admin privs. This is on Windows. |
|
@Orbixx Can you post the entire output of youtube-dl when called with the |
|
cd into the directory where the youtube-dl.exe is located.then call the update.Works fine for me Win 7 32-bit |
As the title says, when I tried to download a youtube video like:
youtube-dl www.youtube.com/watch?v=ZcUsR9DSSOk,
the result showed:
s3fs ERROR: unable to open for writing: [Errno 13] Permission denied
What's the problem then? Thanks.