On Wed, Sep 14, 2005 at 04:07:01PM +0200, Andreas van Cranenburgh wrote:
> I think there's a slight problem caused by PyMSNt repeating composing or
> not-composing events, this is against the JEP [1]

Ever since I've been trying to fix this I get this traceback, since it
doesn't appear to concern jabw.py which I modify, I post this here..:

/usr/lib/python2.3/site-packages/twisted/internet/tcp.py:216:
UserWarning: SSL connection shutdown possibly unreliable, please upgrade
to ver 0.XX
  "please upgrade to ver 0.XX", category=UserWarning)
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line
56, in callWithLogger    return callWithContext({"system": lp}, func,
*args, **kw)
  File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line
41, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/lib/python2.3/site-packages/twisted/python/context.py",
line 52, in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib/python2.3/site-packages/twisted/python/context.py",
line 31, in callWithContext
    return func(*args,**kw)
--- <exception caught here> ---
  File
"/usr/lib/python2.3/site-packages/twisted/internet/selectreactor.py",
line 139, in _doReadOrWrite
    why = getattr(selectable, method)()
  File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py", line
351, in doRead
    return self.protocol.dataReceived(data)
  File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py",
line 232, in dataReceived
    return self.rawDataReceived(data)
  File "/usr/local/src/msn.unstable.nl/src/tlib/msn.py", line 698, in
rawDataReceived
    self.gotMessage(m)
  File "/usr/local/src/msn.unstable.nl/src/legacy/msnw.py", line 770, in
gotMessage
    
self.switchboardSession.gotMessage(lang.get(self.switchboardSession.msncon.session.lang).msnDroppedMessage)
# FIXME, this is a little deep
  File "/usr/local/src/msn.unstable.nl/src/legacy/msnw.py", line 475, in
gotMessage
    self.msncon.gotMessage(self.remoteUser, self.resource,
message.getMessage())
exceptions.AttributeError: 'unicode' object has no attribute
'getMessage'

-- 
        Andreas        [ http://unstable.nl | xmpp:[EMAIL PROTECTED] ]
                       [  callto:ils.seconix.com/[EMAIL PROTECTED]   ]
From [EMAIL PROTECTED]  Thu Sep 15 05:34:55 2005
From: [EMAIL PROTECTED] (James Bunton)
Date: Thu Sep 15 05:35:22 2005
Subject: [py-transports] PyMSNt 0.10-rc3
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Thanks :)

That was a very silly mistake :P

---

James



On 15/09/2005, at 6:52 AM, Lars T. Mikkelsen wrote:

> On Wed, Sep 14, 2005 at 10:03:23PM +1000, James Bunton wrote:
>> Please report any bugs. Enjoy!
>
> In 0.10-rc3 the avatar cache broke. A simple patch to fix it is
> attached.
>
> Best regards,
> Lars
> <AvatarCache.patch>_______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to