# スクレイピングのエラー

### エラーメッセージとスクリーンショットの理解

ConnectionErrorメッセージは、ページへのアクセスに失敗した場合に表示されます。アクセスしたサーバーがダウンしているか、非常に遅い場合に発生する可能性があります。また、リストリー (Listly) サーバーのIPアドレスがブロックされ、データを抽出しようとしているウェブサイトがエラーを返す場合にも発生します。

NoMatchingtabErrorは、タブのマッチングに失敗した場合、または同様にページアクセスに失敗した場合に表示されます。多くの場合、これはリストリー (Listly) サーバーのIPアドレスがブロックされ、サイトがエラーを返していることが原因です。

PartSelectionErrorは、リストリー (Listly) のIPアドレスがブロックされ、指定されたパート (Part) が抽出できない場合に発生する別のエラーメッセージです。

まず、慌てないでください。エラーメッセージを確認してから、スクリーンショットを確認してください。

スクリーンショット画像が以下の例のように見える場合、IPアドレスがブロックされている可能性が高いです。

[![스크린샷 2025-02-13 오후 8.31.35](/files/999f65b4a8002f4b52512017d2264684a96ee2bc)](https://listly-spongebob.s3.amazonaws.com/media/images/SeuKeuLinSyas_2025-02-13_OHu_8.31.35.scale-100.png) [![스크린샷 2025-02-13 오후 8.33.17](/files/f01b5c9acafef8ebc1af360577ace2826f505988)](https://listly-spongebob.s3.amazonaws.com/media/images/SeuKeuLinSyas_2025-02-13_OHu_8.33.17.scale-100.png)


---

# 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/faq/errors.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.
