Comment 1 for bug 266106

Revision history for this message
Zot (zot) wrote :

I am seeing the same exact thing.

Traceback (most recent call last):
  File "/var/mailman/scripts/driver", line 87, in run_main
    main()
  File "/var/mailman/Mailman/Cgi/admindb.py", line 231, in main
    num = show_pending_subs(mlist, form)
  File "/var/mailman/Mailman/Cgi/admindb.py", line 274, in
show_pending_subs
    pendingsubs = mlist.GetSubscriptionIds()
  File "/var/mailman/Mailman/ListAdmin.py", line 138, in
GetSubscriptionIds
    return self.__getmsgids(SUBSCRIPTION)
  File "/var/mailman/Mailman/ListAdmin.py", line 130, in
__getmsgids
    ids = [k for k, (op, data) in self.__db.items() if op ==
rtype]
ValueError: unpack tuple of wrong size

sys.version 2.3.3 (#1, May 7 2004, 10:31:40) [GCC 3.3.3
20040412 (Red Hat Linux 3.3.3-7)]
sys.executable /usr/bin/python
sys.prefix /usr
sys.exec_prefix /usr
sys.path /usr
sys.platform linux2

The environment vars were a bit off for

PATH_TRANSLATED

and

DOCUMENT_ROOT

But evertyhing else seems to be working.

Is anyone looking at this bug?