E.g. https://sourceforge.net/p/archtrack/feed.rss
Module allura.controllers.project:280 in feed
<< c.project.url(),
title,
since, until, page, limit)
response.headers['Content-Type'] = ''
response.content_type = 'application/xml'
>> since, until, page, limit)
Module allura.model.artifact:273 in feed
<< unique_id=r.unique_id,
author_name=r.author_name,
author_link=h.absurl(r.author_link))
return feed
>> author_link=h.absurl(r.author_link))
Module allura.lib.helpers:285 in absurl
<< def absurl(url):
from tg import request
if '://' in url: return url
return request.scheme + '://' + request.host + url
>> if '://' in url: return url
TypeError: argument of type 'NoneType' is not iterable
This one was already fixed in [#1481]
Related
Tickets:
#1481