Problems with MSN protocol ...
Ka-Hing Cheung
khc at hxbc.us
Thu May 21 02:41:59 EDT 2009
On Tue, 2009-05-19 at 09:19 -0300, Mauro Sergio Ferreira Brasil wrote:
> I have appended a log created by our application that in fact dumps
> the logs generated by libpurple, and the main points that should be
> considered are:
It would be nice if next time you trim the log so that only the relevant
stuff is there, instead of just zipping up 5MB of log...
>
> 1- "ERROR - nss: Handshake failed (-5961)" - indicates a failure
> during access on contact list server;
nss error -5961 is PR_CONNECT_RESET_ERROR, but see below.
> 2- "ERROR - msn: Connection error from XXX server" - indicates failure
> on XXX server that can be Notification or Switchboard;
It's not clear to be that you are using libpurple correctly. I see lots
of error like:
(18/05/2009 - 15:09:55) - ERROR - account: Attempted to save accounts
before they were read!
or:
(18/05/2009 - 15:09:50) - ERROR - msn: servconn 000 read error, len: 0,
errno: 10036, error: Windows socket error #10036
I vaguely recall that your application was using libpurple from more
than one thread, has that been fixed yet? (a quick search of winsock
error 10036 sound like that's what's happening).
-khc
More information about the Devel
mailing list