Modify ↓
Opened 20 years ago
Closed 20 years ago
#1341 closed defect (fixed)
root revision log causes an error
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | version control/log view | Version: | devel |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
when trying to view /log/ I get: unpack non-sequence
Python traceback
Traceback (most recent call last): File "/usr/lib/python2.2/site-packages/trac/web/cgi_frontend.py", line 103, in run dispatch_request(os.getenv('PATH_INFO', ''), req, env) File "/usr/lib/python2.2/site-packages/trac/web/main.py", line 326, in dispatch_request module.run(req) File "/usr/lib/python2.2/site-packages/trac/Module.py", line 42, in run self.render(req) File "/usr/lib/python2.2/site-packages/trac/Browser.py", line 238, in render [i['rev'] for i in info]) File "/usr/lib/python2.2/site-packages/trac/Browser.py", line 34, in _get_changes changeset = repos.get_changeset(rev) File "/usr/lib/python2.2/site-packages/trac/versioncontrol/cache.py", line 49, in get_changeset return CachedChangeset(rev, self.db, self.authz) File "/usr/lib/python2.2/site-packages/trac/versioncontrol/cache.py", line 105, in __init__ date, author, message = cursor.fetchone() TypeError: unpack non-sequence
Attachments (0)
Change History (5)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Component: | general → log view |
---|
comment:3 by , 20 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Priority: | normal → high |
Severity: | normal → major |
Status: | new → assigned |
comment:4 by , 20 years ago
comment:5 by , 20 years ago
Milestone: | → 0.9 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Closing this as fixed, 'cause I think it is :-P
Note:
See TracTickets
for help on using tickets.
should also mention that subdirectories in the revision log work fine, it's just the root that's broken.