[ mailman-Bugs-1318104 ] Upgrade from 2.0.13 to 2.1.6 fails

SourceForge.net noreply at sourceforge.net
Sat Oct 8 16:28:13 CEST 2005


Bugs item #1318104, was opened at 2005-10-08 10:27
Message generated for change (Comment added) made by boutell
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1318104&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: configuring/installing
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Boutell (boutell)
Assigned to: Nobody/Anonymous (nobody)
Summary: Upgrade from 2.0.13 to 2.1.6 fails

Initial Comment:
Produces this error:

 during Traceback (most recent call last):
  File "bin/update", line 781, in ?
    errors = main()
  File "bin/update", line 705, in main
    update_pending()
  File "bin/update", line 584, in update_pending
    addr = data[0].address
AttributeError: 'str' object has no attribute 'address'

My workaround: changed line 584 to addr = data[0].
data[0] seems to be a simple string containing the
email address of the user, so that works. No idea if
this is incorrect for certain other 2.0.x versions, of
course, so a correct fix would test whether data[0] is
an instance of str first.



----------------------------------------------------------------------

>Comment By: Thomas Boutell (boutell)
Date: 2005-10-08 10:28

Message:
Logged In: YES 
user_id=594938

P.S. I have seen reports of this problem on various mailing
lists but this is the first solution I've seen reported for it.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1318104&group_id=103


More information about the Mailman-coders mailing list