# Common Issues

```
RuntimeError: DHTNode bootstrap failed: none of the initial_peers responded to a ping.
```

This error results when a connecting node can't connect to a bootnode. This can be the result of an incorrect bootnode address, or an authorizer error, such as a proof of stake failure, or signature validation failure.

Make sure the `.env` file has the correct bootnodes, or the server is retrieving the correct bootnodes another way. If the subnet is relying on the `.env` file, any changes to it must be built with `pip install .` for those changes to take effect.

***


---

# 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://docs.hypertensor.org/subnet-template/common-issues.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.
