cardmagic / contacts

A universal interface to import email contacts from various providers including Yahoo, Gmail, Hotmail, AOL and Plaxo.
http://rubyforge.org/projects/contacts
BSD 3-Clause "New" or "Revised" License
616 stars 218 forks source link

Yahoo! contacts not loading properly #29

Open wael34218 opened 13 years ago

wael34218 commented 13 years ago

I installed "contacts" gem on my local machine, wrote some code to get yahoo, gmail and hotmail contacts, and it was running smoothly. I moved the code to a server for testing, my gmail and hotmail contacts were still running, but Yahoo gave me the following error:

Contacts::AuthenticationError: Username and password do not match

I am sure that email and password are correct. I tried my code on another server the behavior was the same ...

Any hints?

flgm-repo commented 13 years ago

It's happening the same to me, is there an issue with Staging and Production environment?

glennfu commented 13 years ago

I get this error randomly when trying. If I run it 10 times, it might fail 5 times, and succeed 5 times. I'm not convinced it's a 50/50 thing, sometimes it fails only 2 out of 10, but it's pretty inconsistent. Only Yahoo suffers from this. I've done my best to dig into it and I can't figure out why this is.

benjamintanweihao commented 13 years ago

+1 ! I have this issue too. Seems like it works sporadically. :(

waseem commented 13 years ago

I also have this same issue in my application. It seems that we are missing something.

alessani commented 13 years ago

Could it be something related to a captcha request?

railsfactory-magesh commented 12 years ago

i have the same issue, couldn't find any fix :(

ubermensch commented 12 years ago

I have this issue as well. I haven't once yet gotten it to work with Yahoo, whereas GMail works correctly every time.

flgm-repo commented 12 years ago

Hey everyone with the same issue, we have implemented a delay to retrieve the contacts when we are importing contacts, it seems to work better, is @cardmagic still working on it?

vivekraj2007 commented 12 years ago

I have the same issue, can you please tell me solution.

migzsuelto commented 12 years ago

Any updates on this issue?