# ConnectionError message

{% hint style="warning" %}
**ConnectionError message** is <mark style="color:red;">When page access fails</mark> It appears. It can occur when the visited server is down or too slow. It can also happen when the IP address of the Listly server is blocked and the website you want to extract data from returns an error.
{% endhint %}

{% hint style="success" %}
**👉 Solutions**\
If the server is down, wait until it is restored and then try the data extraction task again.\
If the IP address of the Listly server is blocked, try bypassing the IP address ([Settings - Proxy](/getting-started/databoard-features/settings-proxy.md)) and extract the data again!

If the same error continues to appear, you will need to purchase and use a private proxy. This is because the Listly public proxy you were using has been blocked by the website you want to extract data from. By using a private proxy, you can increase access IPs and build a smoother extraction environment. To request purchase of a private proxy server, [hello@listly.io](mailto:undefined) please send an email to.
{% endhint %}


---

# 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://help.listly.io/support/faq/data-extraction-errors/connectionerror-message.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.
