errors while updating feeds
Seems a few more issues have snuk in:
ERROR:planet.runner:Error 500 while updating feed https://c133.org/blog/index.rss
ERROR:planet.runner:Error processing https://c133.org/blog/index.rss
ERROR:planet.runner:AttributeError: object has no attribute 'version'
ERROR:planet.runner: File "/builds/freedesktop/planet.freedesktop.org/planet/spider.py", line 480, in spiderPlanet
writeCache(uri, feed_info, data)
ERROR:planet.runner: File "/builds/freedesktop/planet.freedesktop.org/planet/spider.py", line 289, in writeCache
reconstitute.source(xdoc.documentElement,data.feed,data.bozo,data.version)
ERROR:planet.runner: File "/builds/freedesktop/planet.freedesktop.org/planet/vendor/feedparser.py", line 287, in __getattr__
raise AttributeError, "object has no attribute '%s'" % key
ERROR:planet.runner:Error 403 while updating feed https://blogs.igalia.com/cmichael/feed/
It looks like most of this is somehow due to https://c133.org/blog/index.rss
failing, and maybe having some bad data cached somehow? A bit unsure. @clee: this is your blog I think... Is it meant to be down? Will it come back up at some point? Should I remove the blog?
The second issue seems to be similar to what we've seen in the past where the igalia blogs keeps 403ing. @tanty, you poked this from your side last time, maybe you can figure this one out again?