[Trac-tickets] [The Trac Project] #3044: RSS on Timeline not working
The Trac Project
noreply at edgewall.com
Sun Apr 16 06:58:23 CDT 2006
#3044: RSS on Timeline not working
-------------------------------+--------------------------------------------
Reporter: jd at it-practice.dk | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: timeline | Version: 0.9.4
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
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'
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3044>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list