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
We are running the docker image on AWS ECS and it ran smoothly but now it's giving the following error suddenly:
msg="Error while handling request" error="client: rpc error: code = Internal desc = failed to send transaction to a collection node: 3 errors occurred:\n\t* failed to send transaction to collection node at collection-081.mainnet15.nodes.onflow.org:3569: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup collection-081.mainnet15.nodes.onflow.org on 169.254.169.254:53: no such host\"\n\t* failed to send transaction to collection node at collection-029.mainnet15.nodes.onflow.org:3569: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup collection-029.mainnet15.nodes.onflow.org on 169.254.169.254:53: no such host\"\n\t* failed to send transaction to collection node at collection-014.mainnet15.nodes.onflow.org:3569: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup collection-014.mainnet15.nodes.onflow.org on 169.254.169.254:53: no such host\"\n\n"
Any idea why this could be happening? This error is triggered only when submitting a transaction.
The text was updated successfully, but these errors were encountered:
On retrying/resubmitting the transaction, it went through so we can't replicate this anymore but would still like to understand why this would've happened and best-practices to avoid/handle this?
Hi @latenssi, apologies for the delayed response. Yes, the network didn't have any issues. Could this error happen if the Flow nodes have network issues?
We are running the docker image on AWS ECS and it ran smoothly but now it's giving the following error suddenly:
msg="Error while handling request" error="client: rpc error: code = Internal desc = failed to send transaction to a collection node: 3 errors occurred:\n\t* failed to send transaction to collection node at collection-081.mainnet15.nodes.onflow.org:3569: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup collection-081.mainnet15.nodes.onflow.org on 169.254.169.254:53: no such host\"\n\t* failed to send transaction to collection node at collection-029.mainnet15.nodes.onflow.org:3569: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup collection-029.mainnet15.nodes.onflow.org on 169.254.169.254:53: no such host\"\n\t* failed to send transaction to collection node at collection-014.mainnet15.nodes.onflow.org:3569: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup collection-014.mainnet15.nodes.onflow.org on 169.254.169.254:53: no such host\"\n\n"
Any idea why this could be happening? This error is triggered only when submitting a transaction.
The text was updated successfully, but these errors were encountered: