#4978 developer.fedoraproject.org rss broken
Closed: Fixed None Opened 8 years ago by kevin.

The developer update rss script is failing with:

{{{
Traceback (most recent call last):
File "/usr/local/bin/rss.py", line 47, in <module>
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.

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

Login to comment on this ticket.

Metadata