-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to parse line #152
Comments
We're seeing the same issue with a lot of VCards in the wild. |
Does |
@olafhering Well, kind of 'better':
The output is quite similar to what happened when I manually merged the line, but here a (Somehow unrelated to this issue, but worth mentioning: |
At line 45: Failed to parse line: =DB=8C I had a similar problem and this parameter fixed it thanks! |
My Android phone exports my contact (list) / address book into a vcf file. Some of them have entries like this (an "utf-8 encoded printable" string on its own) where vobjects fails to parse the extra line:
Please note that the (source) address field has no newline (and if it had one it would have been quoted with
=0A=
) and that this example is simplified, the actual line gets broken after about 23 "utf quotes" (some characters consists of two "utf quotes" likeß
==C3=9F=
)."Merging" the lines (I removed the leading and the last
=
of the extra line) like this lead to the following:Please notice the
,
in the extra line. Why is that?I've copy/pasted and anonymized the content from the vcf which was in "fileformat" dos. The same happens if read the file. I am using Debian/stretch and running vobject in pip environment.
The text was updated successfully, but these errors were encountered: