# 仅显示没有任何内容的空白屏幕。

![登录屏幕](/files/04cdf2c624698d02a6447d012ff879334d742be2)

在错误截图中，如果**登录**屏幕可见，在系统访问目标页面收集数据之前，\*\*登录认证可能未正确完成，\*\*导致无法加载数据。在这种情况下，由于在识别指定的数据区域或标签页之前停留在登录请求屏幕上，可能会发生各种错误，如 PartSelectionError 或 NoMatchingTab。

## ✅ 如何解决

{% stepper %}
{% step %}

### 尝试自动登录设置

参考本文档并尝试配置自动登录（测试版）功能：

<https://app.gitbook.com/o/Uu6AM3fgpZza0EpsJM4N/s/YGc5sjVBgcKnZgEEEkus/~~/edit/~~/changes/2/getting-started/take-a-close-look-at-databoard/settings-auto-login-beta>
{% endstep %}

{% step %}

### 使用“标签页”功能手动登录并提取

由于双因素认证或社交登录等安全措施，自动登录可能受限。如果要抓取私人页面，建议使用“标签页”功能：在您已在浏览器中直接登录的页面上执行提取。

视频说明（保留原链接）： <https://www.youtube.com/watch?v=nUn18z\\_7FCc\\&t=7s>
{% endstep %}

{% step %}

### 使用扩展的认证 cookie（临时方法）

在扩展程序弹出窗口中启用“使用 cookie”开关后，认证 cookie 将被保存，登录状态可维持约一小时（此方法在某些网站上有效）。

![使用 cookie](/files/e709b31a05b58d804b6a075b220a359c23446f06)

注意：如果要提取的工作量可以在 cookie 有效期内完成，可以尝试此方法。但稳定性会因用户环境或网站认证策略而异，cookie 过期后提取可能再次失败。
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**如果尝试了建议的方法后仍然难以解决，请通过** <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-xian-shi-mei-you-ren-he-nei-rong-de-kong-bai-ping-mu.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.
