#4978 developer.fedoraproject.org rss broken
Closed: Fixed Opened by kevin.

The developer update rss script is failing with:

{{{
Traceback (most recent call last):
File "/usr/local/bin/rss.py", line 47, in
article_desc = '\n'.join(item.description.split('\n')[1:])
File "/usr/lib/python2.7/site-packages/feedparser.py", line 416, in getattr
raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'description'
}}}
Could you all take a look when you get a chance?

Thanks.


Replying to [comment:1 kevin]:
I will look at it today.
Upstream commit is going to be mentioned there.

Well, sorry for delay.
Finally I've fixed the issue via commits:
master: https://github.com/developer-portal/website/commit/702d84ffdcc8d51c06d3b7b8e5184e8697e4599e
release: https://github.com/developer-portal/website/commit/47d0379d82e1de5a06236add1da664008d735d8d

I've tested it and all seems to be working properly.

I've pushed these changes to our copy of rss.py in infrastructure. Thanks.

Metadata