etesync / etesync-web

An EteSync web client
https://www.etesync.com
GNU Affero General Public License v3.0
245 stars 29 forks source link

Adress Book - failed parsing item #206

Closed mpern closed 3 years ago

mpern commented 3 years ago

Hi all!

I've imported all contacts from Android, but one of them can't be parsed.

It throws an error in the web interface and also breaks the etesync-dav bridge. (etesync/etesync-dav#205)

Error Message:

invalid line (no token ";" or ":") "1234 Foo/Bar\, Anonymized"

(Due to privacy concerns, I won't post the faulty vcard content here)

A simple "Delete" button for the faulty item would be enough to fix this.

tasn commented 3 years ago

You can delete it on Android, can't you?

mpern commented 3 years ago

You're right!

I was able to edit the contact on Android and fix the issue.