geier / pycarddav

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

In transformFromNative, unhandled exception: <type 'exceptions.AttributeError'>: 'list' object has no attribute 'replace' #80

Closed llucax closed 11 years ago

llucax commented 11 years ago

I have a cron job with pycardsyncer and I got this error while syncing: At line 6: In transformFromNative, unhandled exception: <type 'exceptions.AttributeError'>: 'list' object has no attribute 'replace'

geier commented 11 years ago

you have probably added a "broken" a.k.a. not standard conform vcard (or have incidentally found a previously unknown bug in vobject). This is not something I can easily fix, but please have a look at #78

duplicate of gh #78