henrycatalinismith / ppl

The command line address book
http://henry.catalinismith.com/ppl/
Other
300 stars 18 forks source link

add filename to error messages #45

Closed axelGschaider closed 10 years ago

axelGschaider commented 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

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.