错误日志

共 1611 条错误记录
筛选条件
重置
SCRAPING_ERROR 2026-03-19 21:43:46
nutscollection https://www.nutscollection.jp/c/kapai1-5l

错误信息: 爬取任务失败: nutscollection (https://www.nutscollection.jp/c/kapai1-5l) - Page.query_selector: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\nutscollection_scraper.py", line 24, in parse_page
    product_list_div = await page.query_selector('div.fs-c-productList__list')
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 8087, in query_selector
    await self._impl_obj.query_selector(selector=selector, strict=strict)
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 410, in query_selector
    return await self._main_frame.query_selector(selector, strict)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 348, in query_selector
    await self._channel.send("querySelector", None, locals_to_params(locals()))
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.query_selector: Execution context was destroyed, most likely because of a navigation
SCRAPING_ERROR 2026-03-19 21:43:16
nutscollection https://www.nutscollection.jp/c/tasra

错误信息: 爬取任务失败: nutscollection (https://www.nutscollection.jp/c/tasra) - Page.query_selector: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\nutscollection_scraper.py", line 24, in parse_page
    product_list_div = await page.query_selector('div.fs-c-productList__list')
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 8087, in query_selector
    await self._impl_obj.query_selector(selector=selector, strict=strict)
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 410, in query_selector
    return await self._main_frame.query_selector(selector, strict)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 348, in query_selector
    await self._channel.send("querySelector", None, locals_to_params(locals()))
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.query_selector: Execution context was destroyed, most likely because of a navigation
SCRAPING_ERROR 2026-03-19 21:41:32
rakuten_nuts https://item.rakuten.co.jp/nuts/cotopaxi-batac24/

错误信息: 爬取任务失败: rakuten_nuts (https://item.rakuten.co.jp/nuts/cotopaxi-batac24/) - Page.title: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\rakuten_nuts_scraper.py", line 23, in parse_page
    self.logger.debug(f"页面标题: {await page.title()}")
                                   ^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 9766, in title
    return mapping.from_maybe_impl(await self._impl_obj.title())
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 827, in title
    return await self._main_frame.title()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 864, in title
    return await self._channel.send("title", None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.title: Execution context was destroyed, most likely because of a navigation
SCRAPING_ERROR 2026-03-19 21:41:16
rakuten_nuts https://item.rakuten.co.jp/nuts/cotopaxi-batac16/

错误信息: 爬取任务失败: rakuten_nuts (https://item.rakuten.co.jp/nuts/cotopaxi-batac16/) - Page.title: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\rakuten_nuts_scraper.py", line 23, in parse_page
    self.logger.debug(f"页面标题: {await page.title()}")
                                   ^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 9766, in title
    return mapping.from_maybe_impl(await self._impl_obj.title())
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 827, in title
    return await self._main_frame.title()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 864, in title
    return await self._channel.send("title", None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.title: Execution context was destroyed, most likely because of a navigation
SCRAPING_ERROR 2026-03-19 21:29:26
rakuten_lumberyard https://item.rakuten.co.jp/lumberyard/compass17721...

错误信息: 爬取任务失败: rakuten_lumberyard (https://item.rakuten.co.jp/lumberyard/compass1772173228/) - Page.title: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\rakuten_lumberyard_scraper.py", line 23, in parse_page
    self.logger.debug(f"页面标题: {await page.title()}")
                                   ^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 9766, in title
    return mapping.from_maybe_impl(await self._impl_obj.title())
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 827, in title
    return await self._main_frame.title()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 864, in title
    return await self._channel.send("title", None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.title: Execution context was destroyed, most likely because of a navigation
SCRAPING_ERROR 2026-03-19 21:29:09
rakuten_lumberyard https://item.rakuten.co.jp/lumberyard/compass17715...

错误信息: 爬取任务失败: rakuten_lumberyard (https://item.rakuten.co.jp/lumberyard/compass1771573116/) - Page.title: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\rakuten_lumberyard_scraper.py", line 23, in parse_page
    self.logger.debug(f"页面标题: {await page.title()}")
                                   ^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 9766, in title
    return mapping.from_maybe_impl(await self._impl_obj.title())
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 827, in title
    return await self._main_frame.title()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 864, in title
    return await self._channel.send("title", None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.title: Execution context was destroyed, most likely because of a navigation
SCRAPING_ERROR 2026-03-19 21:28:53
rakuten_lumberyard https://item.rakuten.co.jp/lumberyard/compass17106...

错误信息: 爬取任务失败: rakuten_lumberyard (https://item.rakuten.co.jp/lumberyard/compass1710662184/) - Page.title: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\rakuten_lumberyard_scraper.py", line 23, in parse_page
    self.logger.debug(f"页面标题: {await page.title()}")
                                   ^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 9766, in title
    return mapping.from_maybe_impl(await self._impl_obj.title())
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 827, in title
    return await self._main_frame.title()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 864, in title
    return await self._channel.send("title", None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.title: Execution context was destroyed, most likely because of a navigation
SCRAPING_ERROR 2026-03-19 21:28:37
rakuten_lumberyard https://item.rakuten.co.jp/lumberyard/compass17421...

错误信息: 爬取任务失败: rakuten_lumberyard (https://item.rakuten.co.jp/lumberyard/compass1742190225/) - Page.title: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\rakuten_lumberyard_scraper.py", line 23, in parse_page
    self.logger.debug(f"页面标题: {await page.title()}")
                                   ^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 9766, in title
    return mapping.from_maybe_impl(await self._impl_obj.title())
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 827, in title
    return await self._main_frame.title()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 864, in title
    return await self._channel.send("title", None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.title: Execution context was destroyed, most likely because of a navigation
SCRAPING_ERROR 2026-03-19 21:28:21
rakuten_lumberyard https://item.rakuten.co.jp/lumberyard/compass17715...

错误信息: 爬取任务失败: rakuten_lumberyard (https://item.rakuten.co.jp/lumberyard/compass1771566608/) - Page.title: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\rakuten_lumberyard_scraper.py", line 23, in parse_page
    self.logger.debug(f"页面标题: {await page.title()}")
                                   ^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 9766, in title
    return mapping.from_maybe_impl(await self._impl_obj.title())
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 827, in title
    return await self._main_frame.title()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 864, in title
    return await self._channel.send("title", None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.title: Execution context was destroyed, most likely because of a navigation
SCRAPING_ERROR 2026-03-19 21:28:04
rakuten_lumberyard https://item.rakuten.co.jp/lumberyard/compass17631...

错误信息: 爬取任务失败: rakuten_lumberyard (https://item.rakuten.co.jp/lumberyard/compass1763186304/) - Page.title: Execution context was destroyed, most likely because of a navigation

详细堆栈信息
Traceback (most recent call last):
  File "D:\workspace\cotopaxi\core\scraper.py", line 99, in scrape
    products_data = await self.parse_page(page)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\plugins\rakuten_lumberyard_scraper.py", line 23, in parse_page
    self.logger.debug(f"页面标题: {await page.title()}")
                                   ^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\async_api\_generated.py", line 9766, in title
    return mapping.from_maybe_impl(await self._impl_obj.title())
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_page.py", line 827, in title
    return await self._main_frame.title()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_frame.py", line 864, in title
    return await self._channel.send("title", None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "D:\workspace\cotopaxi\venv\Lib\site-packages\playwright\_impl\_connection.py", line 559, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: Page.title: Execution context was destroyed, most likely because of a navigation