-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
asp.net web service latest version #7453
Comments
Maybe there are error messages. Can you catch standard error (stderr) outputs in C#? If so, paste them here. |
yes i'm getting this error i'm using youtube-dl on .net web service it also get this error Traceback (most recent call last): File "main.py", line 19, in File "youtube_dl__init__.pyo", line 410, in main File "youtube_dl__init__.pyo", line 377, in real_main File "youtube_dl\YoutubeDL.pyo", line 338, in _init File "youtube_dl\YoutubeDL.pyo", line 1969, in _setup_opener File "youtube_dl\utils.pyo", line 492, in make_HTTPS_handler File "ssl.pyo", line 440, in create_default_context File "ssl.pyo", line 391, in load_default_certs File "ssl.pyo", line 378, in _load_windows_store_certs WindowsError: [Error 5] Access is denied but there is no problem 2015.10.18 and older versions |
and i'm also checkin what cause this i'm searching commits after 2015.10.18 there is a a commit Fix py2exe build (#7276) this line added "dll_excludes": ['w9xpopen.exe', 'crypt32.dll'],. may be crypt32.dll cause this access problem. may be i have to rebuid and create and exe file |
With |
it works run on cmd in server. it also works my own computer web service debug mode but when i publish it to server, it isnt working. i gave all privilages to youtube-dl.exe and also its directory and also i closed firewall. nothing work |
Then it even more likely to be a problem with account rights. I'm closing this issues since it does not look like an issue in youtube-dl. |
may be iis cant access certificate store .i dont know how to grant iis to access. why 2015.10.18 there is no problem |
Version 2015.10.18 is built with Python 2.7.8, which does not check certificates at all. Please DO NOT spam your problem on other issues anymore. They're totally different issues. The following stackoverflow post may help you: http://stackoverflow.com/questions/33264502/windowserror-error-5-access-is-denied-using-urllib2. Your problem is outside the scope of youtube-dl. |
any updates package for this issue? |
no need to update |
So, how to solve problem? Do you mean I download source code and modify it then build an other version? Because when i check on server, the issue still exist with the 09/01/2016 package? On the server, i cannot run package with administrator role. Everything is ok on my machine, but it's not working on web service server? |
After some investigation I believe it's actually a Python bug. See #7951 and http://bugs.python.org/issue25939 for more information. A possible solution can be running youtube-dl outside the web server. |
Request the IT host update new python version for windows is ok? |
This bug exists in latest Python 2.7.11 and 3.5.1, so it won't help if I'm right. |
Another option is to build your own
Then there will be |
Thank yan12125. Now it is working. |
Don't worry. We'll support Python 2.7 for a long time. See #2396 for more information. |
i'm trying to code c# web service that using youtube-dl.exe in command and returns me all format output before i used 2015.10.18 version there is no problem but i update to latest version there is no output. In debug mode it also works but after publishing to real server i couldnt get no output. Can anyone help me. I tried all privilages
The text was updated successfully, but these errors were encountered: