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

IPv6 address results in "Error: Target is not valid" #1

Open
fferri opened this issue Nov 4, 2024 · 0 comments
Open

IPv6 address results in "Error: Target is not valid" #1

fferri opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fferri
Copy link

fferri commented Nov 4, 2024

When attempting to get information for an IPv6 address I get error:

Error: Target 2804:3c70:295:4a00:3c55:7e6e:a42:c71a is not valid

IPv4 works fine.

Code:

$client = new ArrayAccess\RdapClient\Client();
$request = $client->request($ip);
$response = $request->getResponse();
@fferri fferri added the bug Something isn't working label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants