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.
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this. #21057
Comments
|
Setup proper UTF-8 locale. |
This fixed it. |
|
I got the same error. LANG=en_US.UTF-8 Please help me. |
|
It's appeared videos which has spanish title. UnicodeEncodeError: 'ascii' codec can't encode character '\xfa' in position 10: ordinal not in range(128) |
Checklist
Verbose log
Description
The warning:
appears, even when no special characters should be involved, such as with the
youtube-dlupdate listed above.In cases with an actual download, even if
--restrict-filenamesis directly applied to the command, the following error occurs each time: