Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9543 closed defect (wontfix)

Trac detected an internal error:

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Python Traceback

Traceback (most recent call last):
  File "/srv/svn/trac/mfg/override/trac/web/main.py", line 401, in dispatch_request
    dispatcher.dispatch(req)
  File "/srv/svn/trac/mfg/override/trac/web/main.py", line 187, in dispatch
    req.perm = PermissionCache(self.env, req.authname)
  File "/srv/svn/trac/mfg/override/trac/perm.py", line 263, in __init__
    self.perms = PermissionSystem(env).get_user_permissions(username)
  File "/srv/svn/trac/mfg/override/trac/perm.py", line 227, in get_user_permissions
    for perm in self.store.get_user_permissions(username):
  File "/srv/svn/trac/mfg/override/trac/perm.py", line 112, in get_user_permissions
    rows = cursor.fetchall()
  File "/home/tracd/trac-0.10/lib/python2.5/site-packages/pyPgSQL/PgSQL.py", line 3261, in fetchall
    return self.__fetchManyRows(self._rows_, _list)
  File "/home/tracd/trac-0.10/lib/python2.5/site-packages/pyPgSQL/PgSQL.py", line 2838, in __fetchManyRows
    _j = self.__fetchOneRow()
  File "/home/tracd/trac-0.10/lib/python2.5/site-packages/pyPgSQL/PgSQL.py", line 2813, in __fetchOneRow
    _j.append(_c.typecast(self.description[_i],
TypeError: 'NoneType' object is unsubscriptable

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 14 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

Sorry, but pyPgSQL is not supported anymore, switch to psycopg2.

See TracInstall#ForPostgreSQL.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.