# NoElementError 에러가 나타납니다.

{% hint style="warning" %}
**NoElementError**는 <mark style="color:red;">Part 버튼을 이용해 데이터를 추출하는 경우에만 발생하는 에러</mark>인데요. 주로 다음과 같은 2가지 경우에 발생합니다.&#x20;

1\) 웹 페이지 디자인이 변경되어 처음 데이터를 추출했던 당시에 선택했던 Part 영역이 사라진 경우

2\) 웹 페이지를 대신 방문하는 리스틀리 서버의 IP 주소가 차단되어 다른 페이지(경고 혹은 안내 페이지)가 나타나는 경우
{% endhint %}

{% hint style="success" %}
**👉 해결 방안**\
1번의 경우, 디자인이 변경된 새로운 웹 페이지에서 LISTLY Whole 또는 Part 로 <mark style="color:blue;">재추출</mark>하시면 됩니다.\
2번의 경우, 리스틀리에서 제공하는 <mark style="color:blue;">프록시 서버를 설정하거나 개인 프록시를 요청해 IP 주소를 숨기고 우회해 데이터를 추출</mark>하실 수 있습니다.
{% 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/noelementerror-..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.
