geier / pycarddav

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client
http://lostpackets.de/pycarddav
MIT License
98 stars 35 forks source link

asn1Spec error on sync #116

Open mcantsin opened 9 years ago

mcantsin commented 9 years ago

pycardsyncher produces the following error on my GNU/Linux Ubuntu 15.04:

CRITICAL:root:While syncing account "private" an error occured: TagSet(Tag(tagClass=0, tagFormat=0, tagId=6), Tag(tagClass=128, tagFormat=32, tagId=0)) not in asn1Spec: GeneralName()

... and I don't know where I should look to solve the problem.

geier commented 9 years ago

I won't fix this (see #92), but I'm happy to accept pull requests on this.

As an interim solution I suggest to give khard a try, which should have most features of pycarddav and than some.

The only feature missing from khard is probably something like _pycardimport, I'll try to send a pull request for that ASAP.