Modify ↓
Opened 6 years ago
Closed 6 years ago
#5484 closed defect (duplicate)
TypeError: unsubscriptable object
| Reported by: | carl@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10.3 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description (last modified by eblot)
entering a ticket at http://code.djangoproject.com/simpleticket#preview and got this:
Traceback (most recent call last):
File "/home/trac/new-djangoproject-trac-test/trac/web/main.py", line 387, in dispatch_request
File "/home/trac/new-djangoproject-trac-test/trac/web/main.py", line 183, in dispatch
File "/home/trac/new-djangoproject-trac-test/trac/perm.py", line 263, in __init__
File "/home/trac/new-djangoproject-trac-test/trac/perm.py", line 227, in get_user_permissions
File "/home/trac/new-djangoproject-trac-test/trac/perm.py", line 112, in get_user_permissions
File "/usr/lib/python2.3/site-packages/pyPgSQL/PgSQL.py", line 3261, in fetchall
return self.__fetchManyRows(self._rows_, _list)
File "/usr/lib/python2.3/site-packages/pyPgSQL/PgSQL.py", line 2838, in __fetchManyRows
_j = self.__fetchOneRow()
File "/usr/lib/python2.3/site-packages/pyPgSQL/PgSQL.py", line 2813, in __fetchOneRow
_j.append(_c.typecast(self.description[_i],
TypeError: unsubscriptable object
Attachments (2)
Change History (4)
Changed 6 years ago by carl@…
comment:1 Changed 6 years ago by eblot
- Description modified (diff)
- Version set to 0.10.3
comment:2 Changed 6 years ago by eblot
- Resolution set to duplicate
- Status changed from new to closed
Likely a duplicate of #5096.
Note: See
TracTickets for help on using
tickets.



text that was being entered into textarea id="description"