> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/ja/support/faq/errors.md).

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

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

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.listly.io/docs/ja/support/faq/errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
