On 23/05/2006, at 10:59 PM, James Bunton wrote: > On 23/05/2006, at 9:56 PM, Norman Rasmussen wrote: > >> On 5/23/06, James Bunton <[EMAIL PROTECTED]> wrote: >>> Could you please try current (158). I hope the regression has been >>> fixed. >> >> damn, rev 158 still giving: > <snip> >> File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msnw.py", >> line 756, in sendAvatarRequest >> msnContacts = self.msncon.getContacts() >> exceptions.AttributeError: 'NoneType' object has no attribute >> 'getContacts' >> >> This seems to be a nasty one that's been fixed a few times. > > Yes. Thing is, there's a check for self.ready immediately before > that. If self.ready is True, then msncon is supposed to be there. > So I'd rather fix it by making sure self.ready is always set > correctly.
Hopefully fixed in rev162 *crosses fingers* --- James
