-
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
AOL #18
Comments
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. |
OK - I have it fixed. You just need to update the number and the URLs. See here: http://gist.github.com/492974 |
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. |
Hi Guys,
Thanks for a great gem. Looks like AOL recently changed their protocol. The following tests are failing for me:
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:in
each'./unit/../../lib/contacts/aol.rb:140:in
map' ./unit/../../lib/contacts/aol.rb:140:in
parse'./unit/../../lib/contacts/aol.rb:132:in
contacts' unit/aol_contact_importer_test.rb:34:in
test_fetch_contacts'Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: