Modify ↓
Opened 20 years ago
Closed 20 years ago
#3044 closed defect (fixed)
RSS on Timeline not working
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.5 |
| Component: | wiki system | Version: | 0.9.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Hi Trac team, First, thanx for a great product. We've just upgraded to Trac 0.9.4 and get an error when trying to include a TimeLine in my RSS reader. I get the folowing Python traceback. Any ideas?
Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 130, in run
dispatch_request(req.path_info, req, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/Timeline.py", line 140, in process_request
filters)
File "/usr/lib/python2.3/site-packages/trac/ticket/roadmap.py", line 321, in get_timeline_events
absurls=True)
File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 744, in wiki_to_html
Formatter(env, req, absurls, db).format(wikitext, out, escape_newlines)
File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 573, in format
for line in text.splitlines():
AttributeError: 'NoneType' object has no attribute 'splitlines'
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
| Component: | timeline → wiki |
|---|---|
| Description: | modified (diff) |
| Milestone: | → 0.9.5 |
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Hm, yes, here the milestone description is certainly empty. The
wiki_to_*functions should cope with empty content.