#3751: Trac shows traceback on code.djangoproject.com
-------------------------------------+--------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Status: closed | Component: Django Web site
Version: SVN | Resolution: wontfix
Keywords: | Stage: Accepted
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-------------------------------------+--------------------------------------
Comment (by Simon G. <[EMAIL PROTECTED]>):
Here's one that I just got:
{{{
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 2812, in
__fetchOneRow
for _i in range(self.res.nfields):
AttributeError: 'NoneType' object has no attribute 'nfields'
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/3751#comment:4>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---