# 仅主要内容不可见。

**路径更改**、**故意延迟加载**、**重定向**、**权限限制**\
由于以上原因，当采集器访问该 URL 时，**如果内容未加载，首先到达没有内容的空白页面**，就会出现这种情况。在这种情况下，错误截图也将仅显示没有内容的白色背景。

<figure><img src="/files/6138f18852499342d00ca89dd3b3dcc1bcacc549" alt=""><figcaption></figcaption></figure>

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

{% stepper %}
{% step %}

### 直接在浏览器中打开 URL（建议先用隐身模式）

首先，点击 URL 旁边的快捷图标直接访问页面。为了更准确的诊断，我们建议**在浏览器隐身模式**下打开（浏览器退出登录）并粘贴 URL 进行检查。\
（Chrome 隐身模式快捷键：Ctrl+Shift+N 或 Command+Shift+N）

<figure><img src="/files/e68c131732e02e08e57b3c0103003dd3340df06e" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 页面在延迟后加载：增加短暂等待时间

在隐身模式下访问时，如果预期页面在一定时间后出现，请增加「设置 → 短暂等待」时间，调整为在页面加载后继续提取。

<figure><img src="/files/d11b910fb3a2da10028d23e1ca1292be169a711d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 访问时地址栏发生更改（重定向）

如果访问 URL 时**地址栏中的 URL 自动更改**，变成主屏幕或登录屏幕等不同页面而非预期页面，则发生了重定向，使用基本系统自动化设置可能难以提取。

<figure><img src="/files/a3db63bd42cd3851db4af04af2d1aff7e591952e" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% 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/jin-zhu-yao-nei-rong-bu-ke-jian.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.
