bodhi is broken:

Luke Macken lmacken at redhat.com
Mon Sep 10 21:17:49 UTC 2007


On Mon, Sep 10, 2007 at 10:08:32PM +0200, Ralf Corsepius wrote:
> Invoking https://admin.fedoraproject.org/updates/mine
> returns:
> 
> 500 Internal error
> The server encountered an unexpected condition which prevented it from
> fulfilling the request.
> 
> Powered by CherryPy 2.2.1 

Interesting... looks like a character in your display name is causing some
explosions.

  File "/srv/tg/bodhi/bodhi/util.py", line 105, in displayname
    return fixEncoding('%s <%s>' % (identity.current.user.display_name,
  File "/usr/lib/python2.4/site-packages/koji/__init__.py", line 1576, in fixEncoding
    return value.decode('utf8').encode('utf8')
  File "/usr/lib64/python2.4/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 9: ordinal not in range(128)

I'm looking into it...

luke




More information about the fedora-devel-list mailing list