Skip to content
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

Global number must start with "+" #152

Open
Inkal31899 opened this issue Sep 27, 2024 · 1 comment
Open

Global number must start with "+" #152

Inkal31899 opened this issue Sep 27, 2024 · 1 comment

Comments

@Inkal31899
Copy link

Fatal Exception: java.lang.IllegalStateException: [Error 26] Global number must start with "+".
at ezvcard.parameter.VCardParameters$VCardParameterList._exception(VCardParameters.java:1741)
at ezvcard.parameter.VCardParameters$VCardParameterList.asObject(VCardParameters.java:1713)
at ezvcard.parameter.VCardParameters$VCardParameterList.get(VCardParameters.java:1694)
at java.util.AbstractList$Itr.next(AbstractList.java:358)
at java.util.AbstractCollection.toString(AbstractCollection.java:461)
at java.lang.String.valueOf(String.java:2924)
at java.lang.StringBuilder.append(StringBuilder.java:132)

I am encountering a crash while parsing a VCF file using the ez-vcard library. Is there a way to prevent this crash? Any guidance or fixes would be appreciated.

@mangstadt
Copy link
Owner

Can you post the vCard file please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants