Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1516 closed defect (fixed)

Exception when viewing the timeline rss feed

Reported by: appel Owned by: Christopher Lenz
Priority: normal Milestone: 0.9
Component: timeline Version: devel
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

'NoneType' object has no attribute 'find'

Traceback (most recent call last):
  File "c:\program\python23\Lib\site-packages\trac\web\modpython_frontend.py", line 241, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "c:\program\python23\Lib\site-packages\trac\web\main.py", line 311, in dispatch_request
    dispatcher.dispatch(req)
  File "c:\program\python23\Lib\site-packages\trac\web\main.py", line 190, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\program\python23\Lib\site-packages\trac\Timeline.py", line 143, in process_request
    if author.find('@') != -1:
AttributeError: 'NoneType' object has no attribute 'find'

Attachments (0)

Change History (4)

comment:1 by Christopher Lenz <cmlenz@…>, 19 years ago

Owner: changed from Jonas Borgström to anonymous
Severity: normalmajor
Status: newassigned

comment:2 by Christopher Lenz, 19 years ago

Owner: changed from anonymous to Christopher Lenz
Status: assignednew

comment:3 by Christopher Lenz, 19 years ago

Status: newassigned

comment:4 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1602].

Modify Ticket

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