Closed (cannot reproduce)
Project:
Drupal Contact List Importer
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2009 at 20:28 UTC
Updated:
24 Aug 2010 at 16:03 UTC
I test new version of DCL Importer 6.x-2.x-dev. It's work fine with Hotmail, but don't work Gmail and Yahoo show erro:
* Unable to get contacts.
* warning: curl_close(): 202 is not a valid cURL handle resource in /Applications/MAMP/htdocs/ucolor/sites/all/modules/dcl_importer/importers/openinviter_engine/OpenInviter/openinviter_base.php on line 483.
* warning: Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/ucolor/sites/all/modules/dcl_importer/importers/openinviter_engine/openinviter_engine.module on line 191.
How can I fix it?
Comments
Comment #1
felixhe commentedAnybody have this same problem??
I debug breakpoints line 191 of openinviter_engine.module with Eclipse, and find the Variables '$contracts' return false. Hotmail work OK, Gmail & Yahoo return false.
It's a bug?
Comment #2
felixhe commentedI find some strange thing: I registe a new gmail account, and dcl_import work fine. When I import my old Gmail contact, it's don't work and return:
* Unable to get contacts.
* warning: curl_close(): 202 is not a valid cURL handle resource in /Applications/MAMP/htdocs/ucolor/sites/all/modules/dcl_importer/importers/openinviter_engine/OpenInviter/openinviter_base.php on line 483.
* warning: Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/ucolor/sites/all/modules/dcl_importer/importers/openinviter_engine/openinviter_engine.module on line 191.
The problem may happen at:
1) my old contact has 174 contacts, it's too big?
2) there are Invalid Character on contacts?
Comment #3
hadsie commentedThat's really weird. This is definitely a bug in the OpenInviter library and not the dcl_importer if that's the case. You should file a bug report with them and then link back to it here if you can.
Comment #4
hadsie commentedSince this hasn't been reported by anyone else, I'm assuming it's been fixed in more recent versions of openinviter.
Comment #6
kvvnn commentedI get this error mentioned by the OP whenever I try to use a particular gmail address. It has a lot of contacts. If I try a few others with less contacts, I don't get the error.
Sounds like an openinviter issue, right?
Any ideas on further testing?
EDIT : I just successfully imported the contact list that was giving me this error. I would put it up to a gmail cache (i was loggedin through the browser at th etime) / openinviter weirdness issue. Will post up if I run into it again.
I am using current versions of Contact Importer and Open Inviter, btw.
Comment #7
kvvnn commented