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.
Checklist
Verbose log
Description
When I run youtube-dl, it gives a warning and says I can set LC_ALL to prevent the warning. I set that variable but I still get that warning. It seems like youtube-dl is failing to detect that the LC_ALL variable has been set or else its warning message is wrong.
I am running youtube-dl in a Docker container that runs image "mcr.microsoft.com/dotnet/core/sdk:3.1". I set the environment variable in the docker-compose.yml file like this:
I verified that the container does see that the variable has been set. printenv LC_ALL shows LC_ALL=en_US.UTF-8.
See the screenshot above to make things more clear.