[ mailman-Bugs-683833 ] Traceback on checkdbs
Bugs item #683833, was opened at 2003-02-10 11:48 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=683833&group_id=103 Category: command line scripts Group: 2.1 (stable) Status: Open Resolution: None Priority: 6 Submitted By: Stefan Divjak (stdivjak) Assigned to: Nobody/Anonymous (nobody) Summary: Traceback on checkdbs Initial Comment: The checkdbs script of mailman 2.1.1 quits with a traceback: [mailman@styx cron]$ ./checkdbs Traceback (most recent call last): File "./checkdbs", line 136, in ? main() File "./checkdbs", line 80, in main text += '\n' + pending_requests(mlist) File "./checkdbs", line 123, in pending_requests text = NL.join(pending) UnicodeError: ASCII decoding error: ordinal not in range(128) I tried reverting to mailman 2.1, and everything works fine now. ----------------------------------------------------------------------
Comment By: Stefan Divjak (stdivjak) Date: 2003-02-18 13:53
Message: Logged In: YES user_id=483131 Patching worked without any errors, and so does the checkdbs script now. Well done! :-) ---------------------------------------------------------------------- Comment By: Tokio Kikuchi (tkikuchi) Date: 2003-02-18 13:12 Message: Logged In: YES user_id=67709 OK, somehow ^L has disappeared during genrating diff from cvs. I am uploading new patch using non-cvs diff. (You might be able to report error in patch command execution) ---------------------------------------------------------------------- Comment By: Stefan Divjak (stdivjak) Date: 2003-02-18 10:11 Message: Logged In: YES user_id=483131 Unfortunately, there's no difference :-( ... [mailman@styx mailman]$ python - S /home/mailman/cron/checkdbs Traceback (most recent call last): File "/home/mailman/cron/checkdbs", line 138, in ? main() File "/home/mailman/cron/checkdbs", line 80, in main text += '\n' + pending_requests(mlist) File "/home/mailman/cron/checkdbs", line 105, in pending_requests fullname = fullname.encode(lcset, 'replace') NameError: global name 'lcset' is not defined ---------------------------------------------------------------------- Comment By: Tokio Kikuchi (tkikuchi) Date: 2003-02-17 13:45 Message: Logged In: YES user_id=67709 stdivjak> [mailman@styx cron]# ./checkdbs you should type python -S /path/to/checkdbs ---------------------------------------------------------------------- Comment By: Stefan Divjak (stdivjak) Date: 2003-02-17 07:48 Message: Logged In: YES user_id=483131 [mailman@styx cron]# ./checkdbs Traceback (most recent call last): File "./checkdbs", line 138, in ? main() File "./checkdbs", line 80, in main text += '\n' + pending_requests(mlist) File "./checkdbs", line 105, in pending_requests fullname = fullname.encode(lcset, 'replace') NameError: global name 'lcset' is not defined ---------------------------------------------------------------------- Comment By: Tokio Kikuchi (tkikuchi) Date: 2003-02-15 13:21 Message: Logged In: YES user_id=67709 increment priority because someone else asked this bug. until merged into CVS. ;-) ---------------------------------------------------------------------- Comment By: Tokio Kikuchi (tkikuchi) Date: 2003-02-13 12:25 Message: Logged In: YES user_id=67709 Here is a patch. Please try and feedback. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=683833&group_id=103
participants (1)
-
SourceForge.net