This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients pitrou, serhiy.storchaka
Date 2015-03-30.18:35:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427740551.98.0.543585412367.issue23813@psf.upfronthosting.co.za>
In-reply-to
Content
There are links to Atom and RSS feeds on https://www.python.org/dev/buildbot/:

http://buildbot.python.org/all/rss
http://buildbot.python.org/all/atom

Both referred pages are broken.

web.Server Traceback (most recent call last):
exceptions.UnicodeDecodeError: 'utf8' codec can't decode byte 0xfc in position 39: invalid start byte
/usr/lib/python2.7/dist-packages/twisted/web/server.py:189 in process
188                    self._encoder = encoder
189            self.render(resrc)
190        except:
/usr/lib/python2.7/dist-packages/twisted/web/server.py:238 in render
237        try:
238            body = resrc.render(self)
239        except UnsupportedMethod as e:
/data/buildbot/lib/python/buildbot/status/web/feeds.py:55 in render
54    def render(self, request):
55        data = self.content(request)
56        request.setHeader("content-type", self.contentType)
/data/buildbot/lib/python/buildbot/status/web/feeds.py:224 in content
223                        for line in logdata.split('\n')[-30:]:
224                            unilist.append(unicode(line,'utf-8'))
225                        log_lines.extend(unilist)
exceptions.UnicodeDecodeError: 'utf8' codec can't decode byte 0xfc in position 39: invalid start byte
History
Date User Action Args
2015-03-30 18:35:52serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2015-03-30 18:35:51serhiy.storchakasetmessageid: <1427740551.98.0.543585412367.issue23813@psf.upfronthosting.co.za>
2015-03-30 18:35:51serhiy.storchakalinkissue23813 messages
2015-03-30 18:35:51serhiy.storchakacreate