#1235 New python-fedora 0.3.10 breaks [at least] bodhi
Closed: Fixed None Opened 15 years ago by lmacken.

The latest python-fedora release seems to be breaking bodhi on the app servers.

{{{
09:55 lmacken> Traceback (most recent call last):
09:55 lmacken> File "/usr/lib/python2.4/site-packages/bodhi/admin.py", line
193, in _masher_request
09:55 lmacken> req_params=kwargs)
09:55 lmacken> File
"/usr/lib/python2.4/site-packages/fedora/client/proxyclient.py", line 254, in
send_request
09:55 lmacken> token = sha_constructor(session_id)
09:55 lmacken> TypeError: new() argument 1 must be string or read-only buffer,
not Morsel
}}}

I assume bodhi is throwing a SimpleCookie at python-fedora, which used to work. This API seems to have changed, so we need to decide whether we want to downgrade back to 0.3.9, or fix bodhi and do a new release.


I fixed this issue in bodhi-0.5.19, and will be pushing into our infrastructure shortly.

Login to comment on this ticket.

Metadata