Bodhi internal server error

Luke Macken lmacken at redhat.com
Fri Jun 29 16:01:08 UTC 2007


On Fri, Jun 29, 2007 at 03:53:49PM +0200, Till Maas wrote:
> Aloas,
> 
> when I try to create a new update for aircrack-ng, there is only an internal 
> server error. Maybe someone can fix this.

Yay, another UnicodeDecodeError :)

    UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 231: ordinal not in range(128)

So it looks like it is choking on a character in the notes

    [bodhi.controllers] DEBUG 2007-06-29 08:12:47,343 save(Fedora 7, , , None, {'notes': u'Update to a new version with several bugfixes.\r\n\r\nUpstream changelog:\r\nairodump-ng: wlan-ng driver now works again.\r\nairodump-ng: Fixed IP address when writing to CSV file\r\nairodump-ng: Fixed debian bug #417388: it doesn\u2019t restore terminal after error\r\naircrack-ng: Fixed WPA cracking on SMP computers\r\naircrack-ng: Fixed bug in calc_pmk() function causes wrong PMK to be computed\r\nairmon-ng: Fixed madwifi-ng wifiX detection (due to translation in ifconfig)\r\npatches: Added ACX injection patch\r\npatches: Updated rtl8187 patch for 2.6.21\r\n', 'type': u'bugfix', 'nvr': {'text': u'aircrack-ng-0.9.1-1.fc7', 'hidden': u'aircrack-ng-0.9.1-1.fc7'}})

I'd guess that this is causing it:

    bug #417388: it doesn\u2019t restore terminal after error

For now, try changing that line and see what happens.  I'll look into
it further.

Thanks,

luke

(ps, thanks for the patches btw :)




More information about the Fedora-maintainers mailing list