Im-so-luved121
New member
Nice try but when I run this on my PC, it asks for the file, then immediately closes.
After a bit of debugging I realized that you must NOT include the extension otherwise your program fails without an error displaying.
For example, if my filename was "Family.vcf", typing in that, your program looks for "Family.vcf.VCF" and cannot find it. Typing in simply "Family" works fine however.
Of course Gmail still cannot import my contacts.. it keeps ending with "Oops. An unknown error occured while importing your contacts." Same error I get when trying to import a version 2.1 VCF file.
EDIT: Ok found my particular problem.. the opps was being caused because a few of the contacts already existed for some reason.. once I deleted the duplicates, everything imported just fine.. I didn't even need to convert using the script strangely. (Still going through to make sure they all went in OK, but no errors at least)
After a bit of debugging I realized that you must NOT include the extension otherwise your program fails without an error displaying.
For example, if my filename was "Family.vcf", typing in that, your program looks for "Family.vcf.VCF" and cannot find it. Typing in simply "Family" works fine however.
Of course Gmail still cannot import my contacts.. it keeps ending with "Oops. An unknown error occured while importing your contacts." Same error I get when trying to import a version 2.1 VCF file.
EDIT: Ok found my particular problem.. the opps was being caused because a few of the contacts already existed for some reason.. once I deleted the duplicates, everything imported just fine.. I didn't even need to convert using the script strangely. (Still going through to make sure they all went in OK, but no errors at least)