Hello,
I had exactly same symptoms as Phil mentioned, i.e. connects for just
a moment...
And here is quick workaround I found:
# in ylib.py, line #30,
# replace:
hostlist = socket.gethostbyname_ex('scs.msg.yahoo.com')[2]
# to:
hostlist = socket.gethostbyname_ex('cn.scs.msg.yahoo.com')[2]
NOTE:
I am using most recent version from the
http://github.com/normanr/yahoo-transport
Thanks.
p.s.
Not sure how long this trick will work :)
On Sep 29, 1:56 pm, "Phil Reynolds" <[email protected]> wrote:
> Quoting "Ewan Marshall" <[email protected]>:
>
> > Odd, it's working fine here...
>
> > Yahoo servers like to send out these messages on the use of any protocol
> > command that the other side doesn't implement.
>
> Not working for me and no message. Connects for just a moment when tried.
>
> Getting it working again could take a little working out. Of course,
> really I want it to work as well as the others do, but that can wait...
>
> --
> Phil Reynolds
> mail: [email protected]
> GTalk/Jabber: [email protected]
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---