Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#8102 closed defect (duplicate)

AssertionError:

Reported by: giuliano.ribeiro Owned by:
Priority: normal Milestone:
Component: ticket system Version: 0.11
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /ticket/5, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'id': u'5'}

User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020410 Fedora/3.0.6-1.fc10 Firefox/3.0.6

System Information

Trac 0.11
Python 2.3.4 (#1, Feb 6 2006, 10:38:46)
[GCC 3.4.5 20051201 (Red Hat 3.4.5-2)]
setuptools 0.6c8
SQLite 3.3.6
pysqlite 1.1.7
Genshi 0.5.1
mod_python < 3.2
Pygments 0.10
jQuery: 1.2.3

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/Trac-0.11-py2.3.egg/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/Trac-0.11-py2.3.egg/trac/web/main.py", line 197, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/Trac-0.11-py2.3.egg/trac/ticket/web_ui.py", line 152, in process_request
    return self._process_ticket_request(req)
  File "/usr/lib/python2.3/site-packages/Trac-0.11-py2.3.egg/trac/ticket/web_ui.py", line 494, in _process_ticket_request
    get_reporter_id(req, 'author'), field_changes)
  File "/usr/lib/python2.3/site-packages/Trac-0.11-py2.3.egg/trac/ticket/web_ui.py", line 1183, in _insert_ticket_data
    label, widget, hint = controller.render_ticket_action_control(
  File "/usr/lib/python2.3/site-packages/Trac-0.11-py2.3.egg/trac/ticket/default_workflow.py", line 268, in render_ticket_action_control
    assert(resolutions)
AssertionError

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 16 years ago

Resolution: duplicate
Status: newclosed

You removed all the resolutions, simply re-add at least one.

search:"assert(resolutions)" - duplicate of #6999.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.