Right, this is how it happens: 1. Connection is dropped somewhere/somehow. PyMSNt logs off, and sends me this message:
Disconnected from MSN servers: [Failure instance: Traceback (failure with no frames): twisted.internet.error.ConnectionDone: Connection was closed cleanly. ] 2. Hours later, I dismiss the message, and send presence to try and login again. PyMSNt sends me this message: Failed to connect to MSN servers: [Failure instance: Traceback (failure with no frames): None: None ] 3. I dismiss the message, and send presence to try and login again. PyMSNt logs in fine, i get everyone logging on. Could it be that something isn't getting cleaned up correctly after the first traceback? -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Thu Mar 23 08:34:39 2006 From: [EMAIL PROTECTED] (Michael Vogel) Date: Thu Mar 23 08:35:00 2006 Subject: [py-transports] pyicq-t-0.7a has problems with umlauts in nickname Message-ID: <[EMAIL PROTECTED]> Hi! I'm using pyicq-t-0.7a on a jabber 1.4 server with psi 0.10 as client. When an ICQ user has a umlaut (??????) in his nickname and I want to retrieve the user info then pyicqt crashes with the following error: ------ ICQ connection lost! Reason: [Failure instance: Traceback: exceptions.UnicodeDecodeError, 'utf8' codec can't decode bytes in position 1-4: invalid data ] Michael From [EMAIL PROTECTED] Thu Mar 23 08:49:52 2006 From: [EMAIL PROTECTED] (James Bunton) Date: Thu Mar 23 08:50:16 2006 Subject: [py-transports] Re: pyAIMt 0.7c with Wildfire on Win2K3 In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 23/03/2006, at 3:30 PM, Jonathan wrote: > I am having the same problem running using ejabberd with PyAIMt 0.7c on > Windows 2k. > > Anyone get this running? > > Jonathan > > (I also tried 0.7b, and I get the following: > > Traceback (most recent call last): > File "main.py", line 4, in ? > import exception > File "C:\Program Files\pyaim-t-0.7b\src\exception.py", line 6, in ? > import debug > File "C:\Program Files\pyaim-t-0.7b\src\debug.py", line 7, in ? > import utils > File "C:\Program Files\pyaim-t-0.7b\src\utils.py", line 57, in ? > from twisted.xish.domish import Element > ImportError: No module named xish.domish) Daniel. Compare your utils.py to the one in PyMSNt. I've removed all direct references to xish. Now everything goes through tlib.xmlw, which determines what Twisted version, xish, words version is available and wraps things neatly. It was a little fudgey, but it works now :) --- James
