ez-vcard icon indicating copy to clipboard operation
ez-vcard copied to clipboard

Global number must start with "+"

Open Inkal31899 opened this issue 5 months ago • 1 comments

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.

Inkal31899 avatar Sep 27 '24 06:09 Inkal31899