Skip to content

Commit

Permalink
Maeliosa/broken links (#250)
Browse files Browse the repository at this point in the history
* Lodestar warning logs added to errors page

* Update docs/int/faq/errors.mdx

removed second lodestar warning

Co-authored-by: Thomas H <[email protected]>

* Update docs/int/faq/errors.mdx

Co-authored-by: Thomas H <[email protected]>

* second lodestar warning removed

* issue #240 #243 #247

* broken link fixed

---------

Co-authored-by: Maeliosa <[email protected]>
Co-authored-by: Thomas H <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2023
1 parent 51d4d44 commit 94f4e9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 27 deletions.
14 changes: 13 additions & 1 deletion docs/int/faq/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ docker compose logs
<h4 id="unauthorized-invalid-token-error">
<code>Unauthorized: authentication error: invalid token</code>
</h4>
</summary> You can ignore this error unless you have been contacted by the Obol Team with monitoring credentials. In that case, follow <a href="/docs/int/quickstart/group/quickstart-group-operator#step-6---optional-add-the-monitoring-credentials">Step 6 of the quickstart</a>. It does not affect cluster performance or prevent the cluster from running.
</summary> You can ignore this error unless you have been contacted by the Obol Team with monitoring credentials. In that case, follow <a href="https://docs.obol.tech/docs/next/int/quickstart/advanced/monitoring">Getting Started Monitoring your Node</a> in our advanced guides. It does not affect cluster performance or prevent the cluster from running.
</details>
</details>
<details open className="details">
Expand Down Expand Up @@ -398,4 +398,16 @@ docker compose logs
</h4>
</summary> The relay you are trying to connect to your peers via is offline or unreachable.
</details>
</details>
<details open className="details">
<summary>
<h2 id="Lodestar">Lodestar</h2>
</summary>
<details className="details">
<summary>
<h4 id="Potential-next-epoch-attester-duties-reorg-slot-821-error">
<code> warn: Potential next epoch attester duties reorg</code>{" "} error
</h4>
</summary> Lodestar logs these warnings because charon is not able to return proper <code>dependent_root</code> value in <code>getAttesterDuties</code> API response whenever lodestar calls this API. This is because charon uses <code>go-eth2-client</code> for all the beacon API calls and it doesn't provide <code>dependent_root</code> value in responses. We have reported this to them here.
</details>
</details>
26 changes: 0 additions & 26 deletions docs/int/quickstart/advanced/prysm-vc.md

This file was deleted.

0 comments on commit 94f4e9b

Please sign in to comment.