# ConnectionError 에러 메시지가 나타납니다.

{% hint style="warning" %}
**ConnectionError 메시지**는 <mark style="color:red;">페이지 접속에 실패한 경우</mark> 나타납니다. 방문한 서버가 다운되었거나, 너무 느린 경우에 발생할 수 있어요. 리스틀리 서버의 IP 주소가 차단되어 데이터를 추출하고자 하는 웹 사이트에서 에러를 반환해 발생하기도 합니다.
{% endhint %}

{% hint style="success" %}
**👉 해결 방안**\
서버가 다운되었다면, 복구될 때까지 기다리신 후에 데이터 추출 작업을 다시 진행해보세요.\
만약 리스틀리 서버의 IP 주소가 차단된 경우라면 [설정 - 프록시](/docs/ko/getting-started/databoard-features/settings-proxy.md)을 통해 IP 주소를 우회해 데이터를 다시 추출해보세요!

그래도 지속적으로 동일한 에러가 나타난다면, 개인 프록시를 구매해 사용하셔야 합니다. 기존에 사용하셨던 리스틀리 공용 프록시가 데이터를 추출하고자 하는 웹 사이트에서 차단되었기 때문입니다. 개인 프록시를 이용하시면, 접속 IP를 늘려 원활한 추출 환경을 구축하실 수 있습니다. 개인 프록시 서버 구매 요청은 [hello@listly.io](mailto:undefined) 로 이메일 보내주세요.
{% 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/docs/ko/support/faq/scraping-errors/connectionerror-..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.
