Modify ↓
Opened 15 years ago
Closed 15 years ago
#9716 closed defect (duplicate)
AssertionError:
| Reported by: | rcadmin | Owned by: | hzhang |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | 0.11b1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /ticket/39, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'39'}
System Information
| Trac | 0.11b1
|
| Python | 2.4.3 (#1, Sep 3 2009, 15:37:37) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
|
| setuptools | 0.6c7
|
| SQLite | 3.3.6
|
| pysqlite | 1.1.7
|
| Genshi | 0.5dev-r789
|
| Pygments | 0.9
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 398, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 195, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/ticket/web_ui.py", line 159, in process_request
return self._process_ticket_request(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/ticket/web_ui.py", line 482, in _process_ticket_request
get_reporter_id(req, 'author'), field_changes)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/ticket/web_ui.py", line 1148, in _insert_ticket_data
label, widget, hint = controller.render_ticket_action_control(
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/ticket/default_workflow.py", line 240, in render_ticket_action_control
assert(resolutions)
AssertionError
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Someone removed all the resolutions, you need to add them back (at least one).
See #6999 for details.
Note:
See TracTickets
for help on using tickets.



We have host several trac instances for 4 years. Since yesterday, those errors are sent out after submitting a new ticket. Anyone knows how to fix that?
Thanks.