# 错误代码 - TimeOutException、TimeLimitExceeded

<figure><img src="/files/5973cc4916d329a0866a57268b5974a036145aae" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**TimeoutException**</mark>

此错误是当提取任务耗时过长时出现的消息。Listly Business 套餐中的提取任务**每个任务最多只能运行 10 分钟**，因此如果数据提取任务耗时过长，可能会发生此错误。

{% stepper %}
{% step %}

### 页面数据过多

当页面上的数据过多时（例如，有数千个项目时），提取持续时间可能会超过限时，从而触发 TimeoutException。
{% endstep %}

{% step %}

### 自动滚动与重复设置过高

使用自动滚动、重复时，如果重复次数和等待时间设置得过高，会导致任务耗时过长。
{% endstep %}

{% step %}

### 自动点击与重复设置过高

配置自动点击时，如果重复次数和等待时间设置得过高，也可能令任务超时。
{% endstep %}
{% endstepper %}

#### **✅ 解决方案** <a href="#solution" id="solution"></a>

* 在配置时，如果设置窗口底部出现如下警告消息，数据提取很可能会失败。

<figure><img src="/files/987a0e341b54c8afcd392d74a8a8e0211ff1793c" alt=""><figcaption></figcaption></figure>

* 请参考消息设置不会触发警告消息的值。

{% hint style="success" %}
**如果尝试了建议的方法后仍然难以解决，请通过** [**hello@listly.io**](mailto:hello@listly.io) **联系我们。我们将在准确诊断原因后帮助您解决问题。**
{% 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/zh-hans/support/solutions-by-extraction-failure-message/cuo-wu-dai-ma-timeoutexceptiontimelimitexceeded.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.
