[Bug 880990] [NEW] Broken archiver: pipermail: TypeError: decoding Unicode is not supported
Public bug reported: I enabled the pipermail archiver in the cfg and sent a single email through a list to see how well it works. Found this error in mailman.log: Oct 23 20:54:47 2011 (3824) Broken archiver: pipermail Traceback (most recent call last): File "/home/phoenix/mailman_clone/src/mailman/runners/archive.py", line 87, in _dispose archiver.archive_message(mlist, msg) File "/home/phoenix/mailman_clone/src/mailman/archiving/pipermail.py", line 123, in archive_message h.processUnixMailbox(path) File "/home/phoenix/mailman_clone/src/mailman/Archiver/pipermail.py", line 572, in processUnixMailbox self.add_article(a) File "/home/phoenix/mailman_clone/src/mailman/Archiver/pipermail.py", line 604, in add_article temp = self.format_article(article) File "/home/phoenix/mailman_clone/src/mailman/Archiver/HyperArch.py", line 1198, in format_article self.__processbody_URLquote(lines) File "/home/phoenix/mailman_clone/src/mailman/Archiver/HyperArch.py", line 1096, in __processbody_URLquote atmark = unicode(atmark, self.lang.charset, 'replace') TypeError: decoding Unicode is not supported ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/880990 Title: Broken archiver: pipermail: TypeError: decoding Unicode is not supported To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/880990/+subscriptions
It tries to encode an already Unicode encoded string as Unicode, causing an error. This attachment is a quick work-around. ** Patch added: "880990.patch" https://bugs.launchpad.net/mailman/+bug/880990/+attachment/2572647/+files/88... -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/880990 Title: Broken archiver: pipermail: TypeError: decoding Unicode is not supported To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/880990/+subscriptions
Marked as Invalid now that Pipermail has been removed from the core. Thanks though! ** Changed in: mailman Status: New => Invalid -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/880990 Title: Broken archiver: pipermail: TypeError: decoding Unicode is not supported To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/880990/+subscriptions
participants (2)
-
Barry Warsaw -
Stephen A. Goss