You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Argument 1 passed to Metaregistrar\RDAP\Data\RdapVcard::__construct(xxxxxxx) must be of the type string, null given
Hi Ewout, can you confirm that the vCard returned from the registry is not of the expected format?
Is this wrongly implemented by the registry, or can the vCard come in different flavours?
Problem occurrs in src/Data/RdapEntity.php:51
The text was updated successfully, but these errors were encountered:
I have not delved into the RDAP protocol so much as to know by heart if the format that the .amsterdam RDAP returns is correct or not. For now, I have added some extra variable checks and balances to make sure the code does not crash. Since we are also responsible for .amsterdam as a registry, I will look into this further to see if the RDAP for .amsterdam is correct or not.
TypeError: Argument 1 passed to Metaregistrar\RDAP\Data\RdapVcard::__construct(xxxxxxx) must be of the type string, null given
Hi Ewout, can you confirm that the vCard returned from the registry is not of the expected format?
Is this wrongly implemented by the registry, or can the vCard come in different flavours?
Problem occurrs in src/Data/RdapEntity.php:51
The text was updated successfully, but these errors were encountered: