Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#1341 closed defect (fixed)

root revision log causes an error

Reported by: xris@… 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 Christopher Lenz)

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 xris@…, 20 years ago

should also mention that subdirectories in the revision log work fine, it's just the root that's broken.

comment:2 by anonymous, 20 years ago

Component: generallog view

comment:3 by Christopher Lenz, 20 years ago

Description: modified (diff)
Owner: changed from Jonas Borgström to Christopher Lenz
Priority: normalhigh
Severity: normalmajor
Status: newassigned

comment:4 by Christopher Lenz, 20 years ago

This should have been fixed in [1420], but xris didn't confirm the fix on #trac.

comment:5 by Christopher Lenz, 20 years ago

Milestone: 0.9
Resolution: fixed
Status: assignedclosed

Closing this as fixed, 'cause I think it is :-P

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.