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
No debug output is displayed.
Description
If cookies file is saved in UTF-16(LE/BE) with or without BOM,
youtube-dlwill exit with code255and no debug log, even if--verboseswitch is used. Tested withyoutube-dl.exeversion2020.09.06on Windows Server 2016 x64.I managed to trigger this issue by using PowerShell ISE to save the file. It defaults to UTF-16LE with BOM.
The closest existing issue I could find is the #5094, but I don't think that it's relevant.