3 I'm trying to add a comment, and ikiwiki fails with this error message:
5 Error: HTTP::Message content must be bytes at /usr/share/perl5/RPC/XML/Client.pm line 308
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!
12 > I've filed an upstream bug about this on RPC::XML:
13 > <https://rt.cpan.org/Ticket/Display.html?id=61333>
15 > Worked around it in blogspam by decoding. [[done]] --[[Joey]]