Closed axelGschaider closed 10 years ago
I just moved about 300 addresses (created by https://github.com/shushcat/goog2ppl) into ppl
It turned out that A) some of my addresses where malformed B) ppl shows me an error message but not in which file
STEPS TO REPRODUCE -) in any vcard add some malformed line (like lalalala\n) right below BEGIN:VCARD -) you'll get the error message ppl: lalalala
lalalala\n
BEGIN:VCARD
ppl: lalalala
Not to helpful.
After fixing these errors I'm getting ppl: incompatible character encodings: ASCII-8BIT and UTF-8. Again no clue which file to check.
ppl: incompatible character encodings: ASCII-8BIT and UTF-8
So: please add the file name to parsing errors.
I just moved about 300 addresses (created by https://github.com/shushcat/goog2ppl) into ppl
It turned out that A) some of my addresses where malformed B) ppl shows me an error message but not in which file
STEPS TO REPRODUCE -) in any vcard add some malformed line (like
lalalala\n
) right belowBEGIN:VCARD
-) you'll get the error messageppl: lalalala
Not to helpful.
After fixing these errors I'm getting
ppl: incompatible character encodings: ASCII-8BIT and UTF-8
. Again no clue which file to check.So: please add the file name to parsing errors.