id summary reporter owner description type status priority component severity resolution keywords cc release 5824 Timeline RSS-Feed doesn't work with Trac 0.11 anonymous Simon Smithson "I tried to use this macro together with the in trac built in RSS Feed for the timeline But I get this Error: {{{ coercing to Unicode: need string or buffer, NoneType found }}} The Trac Log tells me this: {{{ 2009-09-15 14:28:53,012 Trac[formatter] ERROR: Macro RssEmbed(url=http://***/projects/***/timeline?ticket=on&max=50&daysback=90&format=rss,details=true) failed Traceback (most recent call last): File ""/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/wiki/formatter.py"", line 468, in _macro_formatter return macro.process(args, in_paragraph=True) File ""/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/wiki/formatter.py"", line 179, in process text = self.processor(text) File ""/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/wiki/formatter.py"", line 166, in _macro_processor text) File ""build/bdist.linux-x86_64/egg/rssembed/macro.py"", line 91, in expand_macro return ""Cannot contact server: ""+outputText+""\n (""+url+"" ""+ proxy + "")"" TypeError: coercing to Unicode: need string or buffer, NoneType found }}} A solution would be welcome. " defect assigned normal RssEmbedMacro major 0.11