-
Notifications
You must be signed in to change notification settings - Fork 213
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
Error while dialing /dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit: Custom { kind: Other, error: Timeout } #471
Comments
I just looked at telemetry and the node is on it. Why does such an unstable state occur? |
Do you get this error once (sometimes) when first starting up your node, or consistently? I've seen this in the past occasionally, and I've no idea why it happens, but the node always connects successfully on the next attempt when the error does appear. I have tended to put it down to something substrate related, since I have never had issues connecting to telemetry in tests, but I'm not sure. It is true that telemetry will not show more than a certain number (1000) of nodes for most chains, and so you would be limited in that case. It would be nice to know why this error occasionally pops up in substrate/polkadot, but it doesn't actually lead to any issues if it's the occasional when-node-is-first-started error I've seen. |
Hey @jsdw - we've only seen this with this service provider, which they relayed that it might be a rate limiter issue with telemetry. We are not limited by the 1000 number. |
These nodes still have timeout errors from time to time. Please help. |
@irsal what do you mean by "this service provider"? Telemetry doesn't limit connections beyond the 1000-node-per-non-whitelisted-chain number (though if the bandwidth of a connection is unexpectedly high it will also kill the connection iirc, because it indicates some issue (unintentional or otherwise) with the connection. @imstar15 do the nodes disappear and reappear in telemetry or remain there throughout? How often do the timeout errors occur? I'll need a bunch more information I think to really be able to help. Would you be able to provide some steps to reproduce what you are seeing? |
@jsdw. Thanks! If I have any other news, I will let you know. |
We'll close this out unless we have any additional context to provide. |
Thanks! Will close this unless any further information comes in. I'm not sure whether it's related to telemetry or Substrate at present (or just network issues in general). If you guys manage to find a way to reproduce it, please let me know! |
I've suggest re-opeining this. I've created a reproducable example of this error
touch .env && cp .env.example .env
./docker.sh
|
I'll re-open since this seems to be an ongoing thing, though we don't have much bandwidth to look into it right now I'm afraid! |
My running node is getting the following error:
Environment:
Node Provider: onfinality
Cloud Provider: AWS
Region: Tokyo
Node Type: Fullnode
Syncing status: Synced
Launch params:
--telemetry-url='wss://telemetry.polkadot.io/submit 0
I searched for this article and it said the problem is related to the telemetry server's rate limit?
https://forum.subspace.network/t/error-while-dialing-dns-telemetry-polkadot-io-tcp-443-x-parity-wss-submit-custom-kind-other-error-timeout/45
How can I solve this issue please?
Thanks!
The text was updated successfully, but these errors were encountered: