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.
My own LC_ALL error #14807
My own LC_ALL error #14807
Comments
|
I keept getting above error when running youtube-dl with exec() function from PHP.
|
|
|
youtube-dl --version2017.10.15.1I am getting:
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.And I managed to set the LC_ALL variable (a pain to make it persistent), now I see it in the
localecommand or when tesiting with:echo $LC_ALLen_USAny tips ? I seen it is a common error but couldn't get a clear fix.