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.
youtube-dl.exe fails to start if started from the path that has non-english alphabet characters #8062
Comments
|
Works fine for me:
|
|
Sergey thanks for quick check. Probably the trick is to use characters which you do not have on your computer (can not type). I wanted to save some Russian youtube videos and copied video titles with russian characters from youtube into directory names :) Hence the error report. Probably too obscure but anyways it was very weird to download exe and get this error :) |
|
Failed but with different error. However from cmd I neither can run any exe from this directory nor do anything within it, can you? So this is rather locale cmd issue. |
|
I open command prompt directly for this directory by: (in windows explorer) holding SHIFT and right clicking on the directory then selecting "Open command window here". Then I can execute exe directly from command prompt. Anyway I see that my report describes weird combination of factors. Feel free to close it. |
|
Changing system locale to Greek fixed
This work now for cyrillic folder with Greek locale but didn't work previously for greek folder with Russian locale. |
|
Closing issue as locale cmd issue. youtube-dl.exe fails to start if run from the path that have characters that are outside of your windows locale/keyboard. This is Windows cmd prompt quirk. |
System: Windows 8.1 64bit
Steps to reproduce:
and copy youtube-dl.exe to "ф" directroy
D:\media?>youtube-dl.exe
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\py2exe\boot_common.py", line 92, in
ImportError: No module named linecache
D:\media>youtube-dl.exe
Usage: youtube-dl.exe [OPTIONS] URL [URL...]