# ログイン画面が表示される

<figure><img src="/files/853b88f7fbd926b7c35b2ee5da36d5558ea204dc" alt=""><figcaption></figcaption></figure>

エラースクリーンショットにログイン画面が表示される場合、システムが対象ページにアクセスしてデータを収集する前にログイン認証が適切に完了していない可能性があり、データの読み込みができなかったことを意味します。この場合、指定されたデータエリアやタブを認識する前にログインリクエスト画面に留まるため、PartSelectionErrorやNoMatchingTabなどのさまざまなエラーが発生する可能性があります。

#### ✅ 解決方法

* [**【関連ヘルプ】ログイン (Login) 機能（ベータ版）の設定方法**](https://help.listly.io/docs/ja/getting-started/databoard-features/settings-auto-login) を参照して、自動ログインの設定を試してみてください。
* ※ ただし、最近は二要素認証やソーシャルログインなどで手順とセキュリティが強化されているため、自動ログイン機能が制限されることがよくあります。プライベートページを抽出したい場合は、ブラウザで直接ページにログインした状態で抽出できる「[タブ (Tabs)](https://help.listly.io/docs/ja/getting-started/extension-features/tabs-parts)」機能の使用をおすすめします。

追加オプション

* 一部のサイトでは、ログイン済みセッションのCookieを一時的に保存して認証を維持することも効果的です。拡張機能のポップアップ内で【Cookieを使用 (Use cookies)】トグルボタンを有効にしてデータを抽出すると、認証Cookieが自動的に保存され、約1時間ログイン状態が維持されます。

<figure><img src="/files/8fa797af918248ed8cf97911a3b47cad0804d2cf" alt=""><figcaption></figcaption></figure>

* Cookie経由でログインが維持される時間内に抽出作業を完了できる量であれば、この方法を比較的簡単に試すことができます。ただし、ユーザーの接続環境やサイトの認証ポリシーによって安定性が異なる場合があり、Cookie有効期限後に再度抽出が失敗する可能性があるため、この点にご注意ください。

{% 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/ja/support/solutions-by-error-message/login-screen.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.
