# 에러코드-ActionScriptError, ScriptError

<figure><img src="https://content.gitbook.com/content/iKxoYELFf9WS8XCvYe6S/blobs/rpilMw3A4k2jW1gzGGrA/action-script-1.png" alt=""><figcaption></figcaption></figure>

**ActionScriptError**는 **설정에서 입력한 스크립트가 오류를 일으킨 경우** 발생합니다.

이 에러는 보통 다음 두 가지 경우에 해당합니다:

1. 처음엔 잘 작동했지만, **사이트 구조나 로딩 방식이 바뀌어 코드가 무력화된 경우**
2. 처음부터 잘못 작성된 코드일 가능성 (선택자 오류, 문법 문제 등)

### **✅ 해결방법(CSS Selector 입력 시)**

* **직접 작성한 코드일 경우**, 최근 사이트 구조나 버튼 위치 등이 바뀌지 않았는지 확인해 주세요.
* **AI 도구를 활용해 만든 코드**라면, 다시 생성해 보거나 클릭 대상 및 조건 로직을 점검해 주세요.
* **리스틀리에서 유료로 제공받은 스크립트의 경우, 전달일로부터 5일 이내**에 문제가 발생하면 1회 무상 수정이 가능합니다. → 이후에는 사이트 변경에 따른 수정은 **별도 요청 및 비용이 발생**할 수 있습니다.


---

# 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/troubleshooting/action-script-and-script-errors.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.
