[ mailman-Bugs-683833 ] Traceback on checkdbs

SourceForge.net noreply at sourceforge.net
Sun Feb 16 21:48:48 EST 2003


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 at 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-17 07:48

Message:
Logged In: YES 
user_id=483131

[mailman at 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



More information about the Mailman-coders mailing list