Skip to content

Commit

Permalink
fix(website): add error explanation to run a node guide (#13953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Venoox committed Jun 11, 2023
1 parent 96db7a7 commit 6635c7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/website/pages/docs/guides/run-a-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6635c7e

Please sign in to comment.