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
615 stars 218 forks source link

AOL #18

Open kdmny opened 13 years ago

kdmny commented 13 years ago

Hi Guys,

Thanks for a great gem. Looks like AOL recently changed their protocol. The following tests are failing for me:

1) Error: test_fetch_contacts(AolContactImporterTest): CSV::IllegalFormatError: CSV::IllegalFormatError /opt/local/lib/ruby/1.8/csv.rb:607:in get_row' /opt/local/lib/ruby/1.8/csv.rb:556:ineach' ./unit/../../lib/contacts/aol.rb:140:in map' ./unit/../../lib/contacts/aol.rb:140:inparse' ./unit/../../lib/contacts/aol.rb:132:in contacts' unit/aol_contact_importer_test.rb:34:intest_fetch_contacts'

Any ideas?

Thanks.

gdiggs commented 13 years ago

It looks like AOL changed the way the url for the csv export page, so the gem may just need to be updated with the new page. I will try it and post back.

gdiggs commented 13 years ago

OK - I have it fixed. You just need to update the number and the URLs. See here: http://gist.github.com/492974

glennfu commented 13 years ago

I've got this and a bug with the bad password error fixed in my fork: https://github.com/glennfu/contacts

I haven't gotten a response from the main gem for my pull requests in quite a while. They used to accept mine within a week, but it's been months.