IOError during sync-bugtasks, filename too long
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Every Day |
Invalid
|
Undecided
|
Unassigned |
Bug Description
During sync-bugtasks on the Terminator project I received the following traceback:
New <BugTask 330295/terminator>
Traceback (most recent call last):
File "./sync-bugtasks", line 15, in <module>
convergence
File "/home/
for task in tasks:
File "/usr/lib/
unicode(
File "/usr/lib/
response, content = self._request(url, extra_headers=
File "/usr/lib/
str(url), method=method, body=data, headers=headers)
File "/usr/lib/
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/usr/lib/
redirections, cachekey)
File "/usr/lib/
_updateCach
File "/usr/lib/
cache.
File "/usr/lib/
f = file(cacheFullPath, "wb")
IOError: [Errno 36] File name too long: '/home/
I'd note that I can touch that filename, so it's not fundementally too long for the filesystem, but presumably some Python limit.