Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#947 closed defect (fixed)

Oops when trying to view Milestone status by owner

Reported by: pawel [no]spam rsc pl Owned by: Jonas Borgström
Priority: normal Milestone: 0.8
Component: general Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Oops when trying to view Milestone status by owner:

Trac detected an internal error:
setValue(name, value)() argument 2 must be string or read-only buffer, not None

Traceback (most recent call last):
  File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 525, in cgi_start
    real_cgi_start()
  File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 520, in real_cgi_start
    dispatch_request(path_info, args, req, env)
  File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 435, in dispatch_request
    module.run()
  File "/usr/local/lib/python2.3/site-packages/trac/Module.py", line 44, in run
    self.render()
  File "/usr/local/lib/python2.3/site-packages/trac/Milestone.py", line 264, in render
    self.render_view(id)
  File "/usr/local/lib/python2.3/site-packages/trac/Milestone.py", line 336, in render_view
    self.req.hdf.setValue('%s.name' % prefix, group)
TypeError: setValue(name, value)() argument 2 must be string or read-only buffer, not None

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: newclosed

Should be fixed in [1076]. Not sure because I wasn't able to reproduce the error.

comment:2 by anonymous, 19 years ago

Ok, it helped. Thanks.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.