# Troubleshooting

## Nethermind is saying "Blocks synced: 0" so is it working?

If you're not sure that a package is working, the best place to start is to look at the logs 👀

Don't panic! While the logs may look technical, they provide very useful information that anyone can read and understand.

For Nethermind, to view the logs, navigate to the "My DApps" menu and click on the "Manage" button.

<figure><img src="/files/FEOodUfdHtcd3ybpSmEg" alt=""><figcaption></figcaption></figure>

Then scroll to the very bottom of the page and you'll see the "Logs" section. If you've recently turned on your machine, you should see something like this, showing the progress of the sync.

<figure><img src="/files/nB3rr53IJcRwODBBs66H" alt=""><figcaption></figcaption></figure>

To make it even easier to read, you can filter by the search term you want, e.g. "progress" to see how it's doing.

<figure><img src="/files/410TuCjQK3RYo2To3Ozz" alt=""><figcaption></figcaption></figure>

I'm not sure why the blocks are showing 0 synced on the Avado dashboard when it appears to be syncing in the logs, but at least by looking at the logs you can see what's actually going on.

If you don't see the progress like in the screenshots, but instead see errors, copy the error and share it with the Ether.fi or Avado support and they will be able to help further.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://etherfi.gitbook.io/etherfi/solo-stakers/operation-solo-staker/obol-dvt-explained/avado-setup/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
