It was good for a week... until today. I have two users reporting this problem all of a sudden. I am guessing it's certainly been improved but nay fixed.
-- Travis Bell On 24-May-06, at 12:41 AM, James Bunton wrote: > On 24/05/2006, at 4:03 PM, Travis Bell wrote: > >> James, >> >> These latest changes do they fix the "Your MSN is logged in >> somewhere else..." problem? >> >> -- >> Travis Bell > > Yes, they should. > > --- > > James > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060530/04a28139/attachment.htm From [EMAIL PROTECTED] Tue May 30 15:01:38 2006 From: [EMAIL PROTECTED] (James Bunton) Date: Tue May 30 15:02:13 2006 Subject: [py-transports] Connection lost in a non-clean fashion... In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 26/05/2006, at 10:01 PM, Norman Rasmussen wrote: > On 5/26/06, Vasili Sviridov <[EMAIL PROTECTED]> wrote: >> Travis Bell wrote: >> > Hey guys, I know we've talked about this error a few times but I am >> > curious. Did James ever figure out for surely what causes it or >> not? >> > ----------- >> > Disconnected from MSN servers: [Failure instance: Traceback >> (failure >> > with no frames): twisted.internet.error.ConnectionLost: >> Connection to >> > the other side was lost in a non-clean fashion. >> > ] >> > ----------- >> I'm getting this and the "clean fashion" several times a week. It's >> really annoying, especially because the transport doesn't >> reconnect by >> itself. It really stops me from trying to bring more people to >> jabber... > > Disconnected from MSN servers: [Failure instance: Traceback (failure > with no frames): twisted.internet.error.ConnectionDone: Connection was > closed cleanly. > ] > > I think it's when the MSN servers disconnect _you_. Maybe James could > turn the ConnectionLost and ConnectionDone errors into offline > presences with status of the exception text. (i.e. "Connection was > closed cleanly" or "Connection to the other side was lost in a > non-clean fashion.") > > side-note: James can you .strip() the exception before outputting it, > it seems like there's a newline between the end of the exception and > the ]. I should really make these translatable at some point. For now, you shouldn't get ConnectionDone reported anymore :) --- James
