On Sun, 2009-02-15 at 11:56 -0500, Jamin W. Collins wrote: > With the recent release of Debian's latest stable version (Lenny), I > updated my server. The distribution update was the only change made. > The system had previously been running pymsnt v0.11.2 without any major > issue. However, now with 0.11.3 I get the following error message back > when trying to connect: > > Failed to connect to MSN servers: [Failure instance: Traceback (failure > with no frames): <type 'exceptions.Exception'>: Timeout > ]
I had an issue that manifested like this. The problem was that the server IP was set to 127.0.0.1 to which pyMSNt dutifully bound its sockets, then any connect() to a non-local address failed with EINVAL. Setting a valid IP address makes everything work. It is unfortunate that pyMSNt or twisted do not report this error. Matthew W. S. Bell --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "py-transports" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/py-transports?hl=en -~----------~----~----~----~------~----~------~--~---
