[viff-devel] [issue68] Exceptions from tracker
Martin Geisler
tracker at viff.dk
Tue Sep 30 09:39:58 PDT 2008
New submission from Martin Geisler <mg at daimi.au.dk>:
I'm getting errors like this from the Roundup tracker:
Traceback (most recent call last):
File "/users/viff/opt/lib/python/roundup/cgi/client.py", line 303,
in inner_main
html = self.handle_action()
File "/users/viff/opt/lib/python/roundup/cgi/client.py", line 871,
in handle_action
return action_klass(self).execute()
File "/users/viff/opt/lib/python/roundup/cgi/actions.py", line 39,
in execute
return self.handle()
File "/users/viff/opt/lib/python/roundup/cgi/actions.py", line 1004,
in handle
for itemid in klass.filter(matches, filterspec, sort, group):
File "/users/viff/opt/lib/python/roundup/backends/back_sqlite.py",
line 395, in filter
filterspec, sort=sort, group=group))
File "/users/viff/opt/lib/python/roundup/backends/rdbms_common.py",
line 2129, in filter
proptree = self._proptree(filterspec, sortattr)
File "/users/viff/opt/lib/python/roundup/hyperdb.py", line 1060, in
_proptree
p = p.append(k, sort_type = 2)
File "/users/viff/opt/lib/python/roundup/hyperdb.py", line 341, in
append
propclass = self.props[name]
KeyError: 'priority'
I guess that means that there is still some parts of the code that
references the priority field.
Thomas, could you look into this?
----------
messages: 237
nosy: mas, mg
status: unread
title: Exceptions from tracker
type: bug
____________________________________
VIFF Issue Tracker <tracker at viff.dk>
<http://tracker.viff.dk/issue68>
____________________________________
More information about the viff-devel
mailing list