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.
[twitch] OSError: [Errno 36] File name too long #24575
Comments
|
I'm sorry but why is is ticket a duplicate? As I see there are tickets for youtube and vimeo but I failed to find for twitch. And as for twitch it's easy to fix issue by stripping length of title. |
Checklist
Verbose log
Description
Most filesystems have limit of 255 bytes on the filename. Since Unicode takes twice (or even more) in bytes it's very easy to overcome this limit.