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.
Permission denied Python error #8428
Comments
|
Provide more context. Possible duplicate of #7951. |
|
I am running it from a PHP script. PHP is running as PHP-CGI launched by IIS. If PHP-CGI is being launched as Low Integrity by IIS this can surely be the bug. It worked before i upgraded. How can i be sure that PHP is running as low integrity? |
|
Duplicate of #7951. |
|
Is there any workaround yet? |
|
Read linked issue #7951 (comment). |
|
I've read that already. I also read the Python Bug tracker but i could not find any workaround. So i guess there doesn't exist any? |
|
|
I saw that and i tried it but it didn't work. So i assumed this will be a workaround in a future youtube-dl version. Here is my latest debug output:
|
|
Try python <= 2.7.8. |
|
The problem still exists with python 2.7.8: C:\Users\Administrator\Downloads\PSTools>youtube-dl --verbose --no-check-certifi C:\Users\Administrator\Downloads\PSTools>python --version C:\Users\Administrator\Downloads\PSTools>youtube-dl --version |
|
Have you rebuild youtube-dl.exe with python 2.7.8? |
|
Sorry, my fault. I thought i just have to install python 2.7.8. |
|
In my case the "windows compatibility mode" solved the problem |
|
Another solution is downloading Python 3.5 and youtube-dl via it. |
Hello, i get the following Python error:
I am very sure that my permissions are set correctly. It's running on windows. Any idea?