Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3044 closed defect (fixed)

RSS on Timeline not working

Reported by: jd@… 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 Christian Boos)

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 Christian Boos, 18 years ago

Component: timelinewiki
Description: modified (diff)
Milestone: 0.9.5
Owner: changed from Jonas Borgström to Christian Boos
Status: newassigned

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

comment:2 by Christian Boos, 18 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [3172] and [3173].

Modify Ticket

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