Ticket #596 (closed defect: fixed)
RSS & Atom failure with "Request did not return a string"
| Reported by: | ddunbar | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.0 |
| Version: | 0.7.12 | Keywords: | |
| Cc: | cdadhemar@… |
Description
When attempting to access the RSS and atom feeds, twistd fails with: -- Request did not return a string
Request:
<GET /atom HTTP/1.1>
Resource: <buildbot.status.web.feeds.Atom10StatusResource instance at 0x101ac8b48>
Value: --
I think the problem is that Atom10StatusResource.item is returning a unicode string. I'm not sure of the correct fix, but returning str(data) instead seems to solve the problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)
