Matthew W. S. Bell wrote: > > 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.
Which server or setting are you referring to? The transport server or the Jabber server? I run the transports on the same system as the jabber server and have always had them connect with each other over the loopback interface and the localhost IP. -- Jamin W. Collins --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
