# Error Code - ActionScriptError, ScriptError

<figure><img src="https://images.gitbook.com/__img/dpr=2,width=760,onerror=redirect,format=auto,signature=831352131/https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FiKxoYELFf9WS8XCvYe6S%2Fblobs%2FrpilMw3A4k2jW1gzGGrA%2Faction-script-1.png" alt=""><figcaption></figcaption></figure>

**ActionScriptError** occurs **when the script entered in the settings causes an error**. This error usually falls into the following two cases:

1. It worked fine at first, but **the site structure or loading method changed and the code was neutralized**
2. Possibility that the code was written incorrectly from the start (selector error, syntax issues, etc.)

#### **✅ How to fix (when entering a CSS Selector)** <a href="#how-to-fix-when-entering-a-css-selector" id="how-to-fix-when-entering-a-css-selector"></a>

* **If it is code you wrote yourself**, please check whether the site's structure or button positions have changed recently.
* **If it is code created using an AI tool**, try regenerating it or check the click targets and conditional logic.
* **For scripts provided by Listly as a paid service, within 5 days from delivery** if a problem occurs, one free revision is available. → After that, modifications due to site changes **will require a separate request and fee** can be done.


---

# 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/solutions-by-extraction-error-message/error-code-3.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.
