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.
Long Tweets: ERROR: Cannot write description file #23137
Comments
|
How is this issue solvable? |
|
The way I understand the program, it needs to be addressed when the file template is created. What is causing errors is the "(title)s" variable, when it is longer than the filesystem allows. The maximum is usually 255 characters. Allowing for extra stuff in the filename, like "(id)s", "(ext)s", info.json, and .description, I think 200 characters is a reasonable limit. |
Checklist
Verbose log
Description
I believe this issue is related to Twitter increasing the tweet length to 280 characters--many file systems limit file names to 255 characters.
I created a patch and posted it as a Gist (click here)