Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9323 closed defect (duplicate)

Timeline RSS Feed: TypeError: 'NoneType' object is not iterable

Reported by: funsheep@… Owned by:
Priority: normal Milestone:
Component: timeline Version: 0.12b1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hello,

i've upgraded from 0.11.7 to 0.12b1 through easy_install. Everything went fine, except the timeline rss feed.

When i try to get the timeline rss feed (everything enabled) i'm getting the error below. That happens when i try to get the timeline feed from another computer, however the feed works on the computer trac is installed on.

2010-05-10 13:58:33,599 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 512, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 233, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/trac/timeline/web_ui.py", line 135, in process_request
    available_filters += event_provider.get_timeline_filters(req)
TypeError: 'NoneType' object is not iterable

Attachments (0)

Change History (2)

comment:1 by anonymous, 14 years ago

Additional information: I tried an installed rss feed reader (Liferea) on the trac machine and i also couldn't read the rss feed. It happens to be that the only program that currently pretends to be able to read the rss feed is the firefox 3.5.9 on the ubuntu machine on which trac is installed.

comment:2 by Remy Blank, 14 years ago

Resolution: duplicate
Status: newclosed

This is a duplicate of #9316.

Modify Ticket

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