]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
Fix python proxy to not crash when fed unicode data in getstate and setstate.
[ikiwiki.git] / doc / bugs / blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
1 Hi,
2
3 I'm trying to add a comment, and ikiwiki fails with this error message:
4
5     Error: HTTP::Message content must be bytes at /usr/share/perl5/RPC/XML/Client.pm line 308
6
7 This seems to happen because I had a non-ASCII character in the comment (an ellipse, …).
8 The interesting part is that the comment preview works fine, just the save fails. Probably
9 this means that the blogspam plugin is the culprit (hence the error in RPC::XML::Client library).
10 I'm using version 3.20100815~bpo50+. Thanks!
11
12 > I've filed an upstream bug about this on RPC::XML:
13 > <https://rt.cpan.org/Ticket/Display.html?id=61333>
14
15 > Worked around it in blogspam by decoding. [[done]] --[[Joey]]