From 6635c7e95fc0c5852e62fc1cf55681dd5e32bfdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE?= Date: Sun, 11 Jun 2023 17:33:34 +0200 Subject: [PATCH] fix(website): add error explanation to run a node guide (#13953) --- packages/website/pages/docs/guides/run-a-node.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/website/pages/docs/guides/run-a-node.mdx b/packages/website/pages/docs/guides/run-a-node.mdx index 2b8e89b6a96..91644894474 100644 --- a/packages/website/pages/docs/guides/run-a-node.mdx +++ b/packages/website/pages/docs/guides/run-a-node.mdx @@ -176,6 +176,9 @@ You can ignore any WARN logs. #### `error: "failed to insert new head to L2 execution engine: missing trie node"` Make sure that your RPC is pointing to an Sepolia archive node, and not a full node. +#### `error: "daily request count exceeded, request rate limited"` +Your RPC provider has a limit on the number of requests. You can try using a different provider that offers higher limits. + #### `error: L1_BLOCK_ID` The block that you want to prove has already been verified, you can ignore this.