2.1b1 AttributeError message
Another recurring error from my log. I can't find anything similar in the developers or users archives. Any insights? Apr 16 17:06:17 2002 admin(21330): @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin(21330): [----- Mailman Version: 2.1b1 -----] admin(21330): [----- Traceback ------] admin(21330): Traceback (most recent call last): admin(21330): File "/usr/local/mailman/scripts/driver", line 82, in run_main admin(21330): main() admin(21330): File "/usr/local/mailman/Mailman/Cgi/admindb.py", line 160, in main admin(21330): process_form(mlist, doc, cgidata) admin(21330): File "/usr/local/mailman/Mailman/Cgi/admindb.py", line 718, in process_form admin(21330): preserve, forward, forwardaddr) admin(21330): File "/usr/local/mailman/Mailman/ListAdmin.py", line 175, in HandleRequest admin(21330): forward, addr) admin(21330): File "/usr/local/mailman/Mailman/ListAdmin.py", line 311, in __handlepost admin(21330): copy, lang) admin(21330): File "/usr/local/mailman/Mailman/Message.py", line 158, in __init__ admin(21330): self.set_payload(text, charset) admin(21330): File "/usr/local/mailman/pythonlib/email/Message.py", line 160, in set_payload admin(21330): self.set_charset(charset) admin(21330): File "/usr/local/mailman/pythonlib/email/Message.py", line 198, in set_charset admin(21330): cte(self) admin(21330): File "/usr/local/mailman/pythonlib/email/Encoders.py", line 75, in encode_7or8bit admin(21330): orig.encode('ascii') admin(21330): AttributeError: Message instance has no attribute 'encode' -- Sarah Plus ça change, plus c'est la même chose
"SKM" == Sarah K Miller <techgrrl@beeze.com> writes:
SKM> Another recurring error from my log. I can't find anything
SKM> similar in the developers or users archives. Any insights?
This one's got me stumped. Can you give me some more information? Are there messages in your qfiles/shunt directory?
-Barry
----- Original Message ----- From: "Barry A. Warsaw" <barry@zope.com>
"SKM" == Sarah K Miller <techgrrl@beeze.com> writes:
admin(21330): AttributeError: Message instance has no attribute 'encode' SKM> Another recurring error from my log. I can't find anything SKM> similar in the developers or users archives. Any insights?
This one's got me stumped. Can you give me some more information? Are there messages in your qfiles/shunt directory?
I waded through the shunt file. Everything in there was related to bad expressions in topics, which was resolved. There was nothing in there that coincided with any of the AttributeError ...'encode' messages. On the other hand, I haven't seen another one since the topics were cleaned up. Maybe the two were related somehow ...
-- Sarah Plus ça change, plus c'est la même chose
admin(21330): AttributeError: Message instance has no attribute 'encode' SKM> Another recurring error from my log. I can't find anything SKM> similar in the developers or users archives. Any insights?
This one's got me stumped. Can you give me some more information? Are there messages in your qfiles/shunt directory?
No sooner did I send that message about not being able to find the error, then I crashed headlong into it. It occurs from the admindb pages when you attempt to Defer/Accept/Reject/Discard a message AND "Forward messages (individually) to" any address.
-- Sarah
"SKM" == Sarah K Miller <techgrrl@beeze.com> writes:
SKM> No sooner did I send that message about not being able to
SKM> find the error, then I crashed headlong into it. It occurs
SKM> from the admindb pages when you attempt to
SKM> Defer/Accept/Reject/Discard a message AND "Forward messages
SKM> (individually) to" any address.
This sounds like a bug I think I fixed in cvs, which will be part of MM2.1b2. Are you using b1? Can you upgrade to the current cvs version? If not, wait for MM2.1b2 and see if that fixes your problem.
-Barry
At 06:40 PM 4/19/02 -0400, Barry A. Warsaw wrote:
"SKM" == Sarah K Miller <techgrrl@beeze.com> writes:
SKM> No sooner did I send that message about not being able to SKM> find the error, then I crashed headlong into it. It occurs SKM> from the admindb pages when you attempt to SKM> Defer/Accept/Reject/Discard a message AND "Forward messages SKM> (individually) to" any address.
This sounds like a bug I think I fixed in cvs, which will be part of MM2.1b2. Are you using b1? Can you upgrade to the current cvs version? If not, wait for MM2.1b2 and see if that fixes your problem.
That's exactly the scenario I had, and yea, you patched it in cvs...
Probably worth pointing out to those in the peanut gallery that haven't been here long that it's wonderful if you test the beta, but ideally you need to commit to testing the beta *and* regularly syncing it to cvs, cause a *lot* of crap gets fixed quickly after a beta comes out; there's some significant differences now between b1, and cvs-current... I end up rebuilding mailman sometimes daily.
participants (3)
-
barry@zope.com
-
Ron Jarrell
-
Sarah K. Miller