Edgewall Software

Opened 17 years ago

Last modified 9 years ago

#5096 closed defect

Oops... — at Initial Version

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.3
Severity: normal Keywords: pypgsql, needinfo, postgresql
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

http://trac.gajim.org/ticket/2468 Oops… Trac detected an internal error:

If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

TracGuide — The Trac User and Administration Guide Python Traceback

Traceback (most recent call last):

File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/var/lib/python-support/python2.4/trac/web/main.py", line 183, in dispatch

req.perm = PermissionCache(self.env, req.authname)

File "/var/lib/python-support/python2.4/trac/perm.py", line 263, in init

self.perms = PermissionSystem(env).get_user_permissions(username)

File "/var/lib/python-support/python2.4/trac/perm.py", line 227, in get_user_permissions

for perm in self.store.get_user_permissions(username):

File "/var/lib/python-support/python2.4/trac/perm.py", line 112, in get_user_permissions

rows = cursor.fetchall()

File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 3261, in fetchall

return self.fetchManyRows(self._rows_, _list)

File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 2838, in fetchManyRows

_j = self.fetchOneRow()

File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 2813, in fetchOneRow

_j.append(_c.typecast(self.description[_i],

TypeError: unsubscriptable object

Change History (0)

Note: See TracTickets for help on using tickets.