You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubantu24.04
所有安装都正常
也做了python的虚拟环境
也安装了playwright
但执行run.sh或者run_task.sh都存在以下报错:
[crawlee._autoscaling.autoscaled_pool] INFO current_concurrency = 0; desired_concurrency = 2; cpu = 0.0; mem = 0.0; event_loop = 0.0; client_info = 0.0
[crawlee.playwright_crawler._playwright_crawler] INFO Navigating to https://www.cnaiplus.com/a/news/?btwaf=75608141 ...
[crawlee.playwright_crawler._playwright_crawler] ERROR Request failed and reached maximum retries
Traceback (most recent call last):
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/crawlee/basic_crawler/_context_pipeline.py", line 65, in call
result = await middleware_instance.anext()
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/crawlee/playwright_crawler/_playwright_crawler.py", line 171, in _navigate
response = await context.page.goto(context.request.url)
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/async_api/_generated.py", line 8973, in goto
await self._impl_obj.goto(
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/_impl/_page.py", line 551, in goto
return await self._main_frame.goto(**locals_to_params(locals()))
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/_impl/_frame.py", line 145, in goto
await self._channel.send("goto", locals_to_params(locals()))
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/_impl/_connection.py", line 61, in send
return await self._connection.wrap_api_call(
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/_impl/_connection.py", line 528, in wrap_api_call
raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.TimeoutError: Page.goto: Timeout 30000ms exceeded.
Call log:
- navigating to "https://www.cnaiplus.com/a/news/?btwaf=75608141", waiting until "load"
[crawlee._autoscaling.autoscaled_pool] INFO Waiting for remaining tasks to finish
[crawlee.playwright_crawler._playwright_crawler] INFO Error analysis: total_errors=1 unique_errors=1
[crawlee.playwright_crawler._playwright_crawler] INFO Final request statistics:
The text was updated successfully, but these errors were encountered:
ubantu24.04
所有安装都正常
也做了python的虚拟环境
也安装了playwright
但执行run.sh或者run_task.sh都存在以下报错:
[crawlee._autoscaling.autoscaled_pool] INFO current_concurrency = 0; desired_concurrency = 2; cpu = 0.0; mem = 0.0; event_loop = 0.0; client_info = 0.0
[crawlee.playwright_crawler._playwright_crawler] INFO Navigating to https://www.cnaiplus.com/a/news/?btwaf=75608141 ...
[crawlee.playwright_crawler._playwright_crawler] ERROR Request failed and reached maximum retries
Traceback (most recent call last):
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/crawlee/basic_crawler/_context_pipeline.py", line 65, in call
result = await middleware_instance.anext()
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/crawlee/playwright_crawler/_playwright_crawler.py", line 171, in _navigate
response = await context.page.goto(context.request.url)
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/async_api/_generated.py", line 8973, in goto
await self._impl_obj.goto(
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/_impl/_page.py", line 551, in goto
return await self._main_frame.goto(**locals_to_params(locals()))
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/_impl/_frame.py", line 145, in goto
await self._channel.send("goto", locals_to_params(locals()))
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/_impl/_connection.py", line 61, in send
return await self._connection.wrap_api_call(
File "/home/shuopei/conda-data/envs/wiseflow/lib/python3.10/site-packages/playwright/_impl/_connection.py", line 528, in wrap_api_call
raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.TimeoutError: Page.goto: Timeout 30000ms exceeded.
Call log:
- navigating to "https://www.cnaiplus.com/a/news/?btwaf=75608141", waiting until "load"
[crawlee._autoscaling.autoscaled_pool] INFO Waiting for remaining tasks to finish
[crawlee.playwright_crawler._playwright_crawler] INFO Error analysis: total_errors=1 unique_errors=1
[crawlee.playwright_crawler._playwright_crawler] INFO Final request statistics:
The text was updated successfully, but these errors were encountered: