I'm getting these error messages from PyMSNt trunk:

Unhandled error in Deferred:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/site-packages/twisted/internet/base.py", line 
423, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/jabber/src/production/msn.jabber.cd.chalmers.se-filetransfer/src/tlib/msn/msnw.py",
 line 54, in timeout
    d.errback()
  File "/usr/local/lib/python2.3/site-packages/twisted/internet/defer.py", line 
274, in errback
    self._startRunCallbacks(fail)
  File "/usr/local/lib/python2.3/site-packages/twisted/internet/defer.py", line 
313, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/usr/local/lib/python2.3/site-packages/twisted/internet/defer.py", line 
338, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
  File 
"/jabber/src/production/msn.jabber.cd.chalmers.se-filetransfer/src/legacy/glue.py",
 line 339, in connectionFailed
    text = lang.get(self.session.lang).msnConnectFailed % reason
exceptions.AttributeError: 'NoneType' object has no attribute 'lang'

Magnus
From [EMAIL PROTECTED]  Sat Mar 25 01:33:56 2006
From: [EMAIL PROTECTED] (Travis Bell)
Date: Sat Mar 25 01:34:12 2006
Subject: [py-transports] Py-AIMt stops working after ~3 days...
Message-ID: <[EMAIL PROTECTED]>

Hey guys, I have noticed that every few days PyAIMt stops responding.  
It doesn't crash or anything, hell I can even pull up my contact list  
but I I cannot chat with anyone. Upon killing the pid, and  
restarting... she's as good as new.

Any idea why this might be happening? Ever seen it before?

PyMSNt, PyICQt and the Python Yahoo transport are all fine.

-- 
Travis Bell



-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://modevia.com/pipermail/py-transports/attachments/20060324/7b8e79e0/attachment.html
From [EMAIL PROTECTED]  Sat Mar 25 08:04:18 2006
From: [EMAIL PROTECTED] (Michael Vogel)
Date: Sat Mar 25 08:04:17 2006
Subject: [py-transports] pyicq-t-0.7a has problems with umlauts in nickname
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Here is the trace for the bug:

Traceback (most recent call last):
  File
"/usr/lib/python2.3/site-packages/twisted/internet/pollreactor.py", line
145, in doPoll
    log.callWithLogger(selectable, _drdw, selectable, fd, event, POLLIN,
POLLOUT, log)
  File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line
65, in callWithLogger
    callWithContext({"system": lp}, func, *args, **kw)
  File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line
52, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/lib/python2.3/site-packages/twisted/python/context.py",
line 43, in callWithContext
    return func(*args,**kw)
--- <exception caught here> ---
  File
"/usr/lib/python2.3/site-packages/twisted/internet/pollreactor.py", line
160, in _doReadOrWrite
    why = selectable.doRead()
  File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py", line
255, in doRead
    return self.protocol.dataReceived(data)
  File "/usr/local/pyicq-t-0.7a/src/tlib/oscar.py", line 537, in
dataReceived
    state=func(flap)
  File "/usr/local/pyicq-t-0.7a/src/tlib/oscar.py", line 635, in oscar_Data
    func(snac[2:])
  File "/usr/local/pyicq-t-0.7a/src/tlib/oscar.py", line 1533, in
oscar_15_03
    self.gotUserInfo(sequenceNumber, rType, None)
  File "/usr/local/pyicq-t-0.7a/src/legacy/icqt.py", line 81, in gotUserInfo
    self.icqcon.gotvCard(self.icqcon.userinfoCollection[id])
  File "/usr/local/pyicq-t-0.7a/src/legacy/glue.py", line 501, in gotvCard
    self.legacyList.updateNickname(usercol.userinfo, usercol.nick)
  File "/usr/local/pyicq-t-0.7a/src/legacy/legacylist.py", line 164, in
updateNickname
    if nick and self.xdbcontacts[contact.lower()].get('nickname','') !=
nick:
exceptions.UnicodeDecodeError: 'utf8' codec can't decode bytes in
position 1-4: invalid data
---------------------------------
It seems that there are more bugs in the transport that are related to
this problem. For example it wasn't possible to add a new icq-acount to
the transport when in its roster there were users with umlauts.

Michael
From [EMAIL PROTECTED]  Sat Mar 25 08:36:44 2006
From: [EMAIL PROTECTED] (Michael Vogel)
Date: Sat Mar 25 08:36:41 2006
Subject: Pathon Yahoo (was: Re: [py-transports] Py-AIMt stops working after
        ~3 days...)
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Hi!

Travis Bell schrieb:

> PyMSNt, PyICQt and the Python Yahoo transport are all fine.

How do you got the Python Yahoo transport to work? I have a jabber 1.4
server and want to replace the old yahoo transport with a better working
one (like I did with MSN, ICQ and AIM).

I haven't found any documentation by now for the python yahoo.

Michael
From [EMAIL PROTECTED]  Sat Mar 25 16:03:29 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Sat Mar 25 16:03:39 2006
Subject: Python Yahoo (was: Re: [py-transports] Py-AIMt stops working
        after ~3 days...)
Message-ID: <[EMAIL PROTECTED]>

On 3/25/06, Michael Vogel <[EMAIL PROTECTED]> wrote:
> How do you got the Python Yahoo transport to work? I have a jabber 1.4
> server and want to replace the old yahoo transport with a better working
> one (like I did with MSN, ICQ and AIM).
>
> I haven't found any documentation by now for the python yahoo.

visit http://xmpppy.sourceforge.net/

download xmpppy and install

download xmpppy-yahoo and configure and launch

--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Sat Mar 25 16:14:24 2006
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Sat Mar 25 16:14:32 2006
Subject: [py-transports] pyicq-t-0.7a has problems with umlauts in nickname
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Indeed.  This particular bug is causing a lot of misc problems.   
Still have not resolved it entirely.  (though I thought I had in the  
latest SVN, but I still got a report that it's happening)

Daniel

On Mar 25, 2006, at 3:04 AM, Michael Vogel wrote:

> Here is the trace for the bug:
>
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.3/site-packages/twisted/internet/pollreactor.py",  
> line
> 145, in doPoll
>     log.callWithLogger(selectable, _drdw, selectable, fd, event,  
> POLLIN,
> POLLOUT, log)
>   File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line
> 65, in callWithLogger
>     callWithContext({"system": lp}, func, *args, **kw)
>   File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line
> 52, in callWithContext
>     return context.call({ILogContext: newCtx}, func, *args, **kw)
>   File "/usr/lib/python2.3/site-packages/twisted/python/context.py",
> line 43, in callWithContext
>     return func(*args,**kw)
> --- <exception caught here> ---
>   File
> "/usr/lib/python2.3/site-packages/twisted/internet/pollreactor.py",  
> line
> 160, in _doReadOrWrite
>     why = selectable.doRead()
>   File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py",  
> line
> 255, in doRead
>     return self.protocol.dataReceived(data)
>   File "/usr/local/pyicq-t-0.7a/src/tlib/oscar.py", line 537, in
> dataReceived
>     state=func(flap)
>   File "/usr/local/pyicq-t-0.7a/src/tlib/oscar.py", line 635, in  
> oscar_Data
>     func(snac[2:])
>   File "/usr/local/pyicq-t-0.7a/src/tlib/oscar.py", line 1533, in
> oscar_15_03
>     self.gotUserInfo(sequenceNumber, rType, None)
>   File "/usr/local/pyicq-t-0.7a/src/legacy/icqt.py", line 81, in  
> gotUserInfo
>     self.icqcon.gotvCard(self.icqcon.userinfoCollection[id])
>   File "/usr/local/pyicq-t-0.7a/src/legacy/glue.py", line 501, in  
> gotvCard
>     self.legacyList.updateNickname(usercol.userinfo, usercol.nick)
>   File "/usr/local/pyicq-t-0.7a/src/legacy/legacylist.py", line  
> 164, in
> updateNickname
>     if nick and self.xdbcontacts[contact.lower()].get 
> ('nickname','') !=
> nick:
> exceptions.UnicodeDecodeError: 'utf8' codec can't decode bytes in
> position 1-4: invalid data
> ---------------------------------
> It seems that there are more bugs in the transport that are related to
> this problem. For example it wasn't possible to add a new icq- 
> acount to
> the transport when in its roster there were users with umlauts.
>
> Michael
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>
>

Reply via email to