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
Hello,
I'm trying to use a RPC host at rpcpool.com with a URL that looks like this: my-subdomain.rpcpool.com/some-path
my-subdomain.rpcpool.com/some-path
When I pass that URL as the rpc host with the -r flag, the pythd daemon fails with the following error:
-r
pythd
pythd: failed to resolve host
I traced the source code and confirmed that getaddrinfo is being called with the entire URL and not just the hostname, which is where it's failing.
getaddrinfo
I'm guessing this is the same underlying issue as #93 but it's hard to tell since they didn't mention where it's failing for them.
The text was updated successfully, but these errors were encountered:
Hi Matt, as part of the devnet/testnet integration you should be using the P2P rpc endpoints. I will send these over to you in a DM.
Sorry, something went wrong.
We will add support for this in an upcoming version.
No branches or pull requests
Hello,
I'm trying to use a RPC host at rpcpool.com with a URL that looks like this:
my-subdomain.rpcpool.com/some-path
When I pass that URL as the rpc host with the
-r
flag, thepythd
daemon fails with the following error:I traced the source code and confirmed that
getaddrinfo
is being called with the entire URL and not just the hostname, which is where it's failing.I'm guessing this is the same underlying issue as #93 but it's hard to tell since they didn't mention where it's failing for them.
The text was updated successfully, but these errors were encountered: