Modify ↓
Opened 21 years ago
Closed 21 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 , 21 years ago
| Owner: | changed from to |
|---|---|
| Severity: | normal → major |
| Status: | new → assigned |
comment:2 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → new |
comment:3 by , 21 years ago
| Status: | new → assigned |
|---|
comment:4 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in [1602].