Hi Andrew,
On Thu, Aug 24, 2006 at 08:53:15AM -0600, Andrew Diederich wrote:
> Traceback (most recent call last):
[snip]
> File "/opt/transports/pymsnt/src/tlib/msn/msn.py", line 1182, in handle_NLN
> self.handleAvatarHelper(msnContact, params[4])
> File "/opt/transports/pymsnt/src/tlib/msn/msn.py", line 1158, in
> handleAvatarHelper
> msnobj = MSNObject(unquote(msnobjStr))
> File "/opt/transports/pymsnt/src/tlib/msn/msn.py", line 492, in __init__
> self.parse(s)
> File "/opt/transports/pymsnt/src/tlib/msn/msn.py", line 535, in parse
> self.creator = e.getAttribute("Creator")
> exceptions.AttributeError: 'NoneType' object has no attribute 'getAttribute'
>
> Any idea what I can do?
The MSN protocol had a slight change a few weeks ago. This issue is
fixed in the latest development release 0.11.2-dev2 [1].
Best regards,
Lars
[1] http://delx.cjb.net/pymsnt/tarballs/pymsnt-0.11.2-dev2.tar.gz
From [EMAIL PROTECTED] Thu Aug 24 16:53:59 2006
From: [EMAIL PROTECTED] (Andrew Diederich)
Date: Thu Aug 24 16:55:47 2006
Subject: [py-transports] Traceback exception with 11.1 pymsnt
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Thursday, August 24, 2006, 9:01:32 AM, you wrote:
> The MSN protocol had a slight change a few weeks ago. This issue is
> fixed in the latest development release 0.11.2-dev2 [1].
That worked great, thanks!
--
Best regards,
Andrew