We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If upload a vcard with multiple contacts shows error message Fatal error: Uncaught exception 'Exception' with message 'vCard: invalid vCard'
The text was updated successfully, but these errors were encountered:
Got the same error here. In my case it was a VCF file that started with a Byte-Order Mark.
Open the source file with a hexeditor and check if it starts with the ascii bytes 'BEGIN' (good) or has the hexadecimal bytes 'ef bb bf'.
See https://en.wikipedia.org/wiki/Byte_order_mark for more information.
We worked around this issue by not passing the BOM to the vCard() constructor.
Sorry, something went wrong.
No branches or pull requests
If upload a vcard with multiple contacts shows error message
Fatal error: Uncaught exception 'Exception' with message 'vCard: invalid vCard'
The text was updated successfully, but these errors were encountered: