Modify ↓
Opened 15 years ago
Closed 15 years ago
#9323 closed defect (duplicate)
Timeline RSS Feed: TypeError: 'NoneType' object is not iterable
Reported by: | 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 , 15 years ago
comment:2 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a duplicate of #9316.
Note:
See TracTickets
for help on using tickets.
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.