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
Disclaimer: I'm not affiliated with .is in any way. Just found it randomly:
https://rdap.isnic.is/rdap/domain/government.is
We're failing to parse vcards with vcardArray: jCard error: jCard parameters invalid.
vcardArray: jCard error: jCard parameters invalid
Normally we have
"vcard", [ [ "version", {}, "text", "4.0" ],
Second parameter is a map. This is parsed in readParameters().
readParameters()
However .is responds with:
"vcardArray": [ "vcard", [ [ "version", [], "text", "4.0" ],
Second parameter is a slice. Lower in the same vcard they have a proper one:
[ "tel", { "type": [ "voice" ] }, "uri", "tel:+354-898-8057" ]
Will do a PR to address.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Disclaimer: I'm not affiliated with .is in any way. Just found it randomly:
https://rdap.isnic.is/rdap/domain/government.is
We're failing to parse vcards with
vcardArray: jCard error: jCard parameters invalid
.Normally we have
Second parameter is a map. This is parsed in
readParameters()
.However .is responds with:
Second parameter is a slice. Lower in the same vcard they have a proper one:
Will do a PR to address.
The text was updated successfully, but these errors were encountered: