-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotmail authentication not working? #42
Comments
I'm seeing this issue as well (getting a protocol error). Haven't had the chance to dig much into the code, but happy to help if nobody's already working on this. |
Having the same issue. |
I just found out that, I got this error on my logs: Hotmail has changed its protocols, please upgrade this library first. If that does not work, report this error at http://rubyforge. org/forum/?group_id=2693 |
Get the same error ("Hotmail has changed its protocols...") |
hi i've patched the gem |
Hi Liangzan, is your fixed ready for production? Is there anything with yahoo that I think is broken too, how can I help? |
my fix has all tests passing. the tests are ran against real email accounts. i haven't seen anything wrong with yahoo so far. feel free to raise an issue on my repo. for a working ruby 1.8 version, you can check out https://github.com/deneuxa/contacts |
Excellent, let me try that one then! |
Feel free to make any improvment as I'm pretty newbie :) |
Hi there, should I install the gem like |
nope: do that gem 'deneuxa-contacts', '~>1.2.10', :require => 'contacts' |
Perfect, installing now, let me check! thanks again |
Hi guys! the gem is fixed and it works, unfortunately I don't why with my yahoo account it says that username and password don't match, but in my local works correctly, has anyone faced that? |
c = Contacts.new('yahoo','[email protected]','mypassword') |
But in my local works: c = Contacts.new('yahoo','[email protected]','mypassword') |
It's working for me with yahoo on both: prod and local |
me too |
I created a new yahoo account and I was able to see my contacts, I'm getting errors from other users specially with yahoo, I don't know if yahoo blocks or have some security enable when trying several times with wrong credentials. |
It's work perfect! |
Anyone else having problems with Hotmail authentication? Not accepting username/password.
The text was updated successfully, but these errors were encountered: