Replies: 1 comment
-
1、make sure you have the chrome installed (googe chrome, not chrominium) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2025-06-30 21:41:12 | initialize kuaishou crawler failed: could not find a valid chrome browser binary. please make sure chrome is installed.or use the keyword argument 'browser_executable_path=/path/to/your/browser' , will abort all the sources for kuaishou platform
Traceback (most recent call last):
File "/mnt/d/wiseflow/core/run_task.py", line 31, in schedule_task
await ks_crawler.async_initialize()
File "/mnt/d/wiseflow/core/wis/kuaishou/core.py", line 48, in async_initialize
self.ks_client.account_info = await account_with_ip_pool.get_account_with_ip_info()
File "/mnt/d/wiseflow/core/wis/mc_commen/account_pool.py", line 223, in get_account_with_ip_info
account: AccountInfoModel = await self.get_active_account(force_login)
File "/mnt/d/wiseflow/core/wis/mc_commen/account_pool.py", line 59, in get_active_account
async with NodriverHelper(self._platform_name) as nodriver_helper:
File "/mnt/d/wiseflow/core/wis/nodriver_helper.py", line 34, in aenter
await self.start()
File "/mnt/d/wiseflow/core/wis/nodriver_helper.py", line 56, in start
self.browser = await uc.start(**config)
File "/mnt/d/wiseflow/.venv/lib/python3.10/site-packages/nodriver/core/util.py", line 87, in start
config = Config(
File "/mnt/d/wiseflow/.venv/lib/python3.10/site-packages/nodriver/core/config.py", line 93, in init
browser_executable_path = find_chrome_executable()
File "/mnt/d/wiseflow/.venv/lib/python3.10/site-packages/nodriver/core/config.py", line 311, in find_chrome_executable
raise FileNotFoundError(
FileNotFoundError: could not find a valid chrome browser binary. please make sure chrome is installed.or use the keyword argument 'browser_executable_path=/path/to/your/browser'
2025-06-30 21:41:13 | initialize weibo crawler failed: could not find a valid chrome browser binary. please make sure chrome is installed.or use the keyword argument 'browser_executable_path=/path/to/your/browser' , will abort all the sources for weibo platform
Traceback (most recent call last):
File "/mnt/d/wiseflow/core/run_task.py", line 36, in schedule_task
await wb_crawler.async_initialize()
File "/mnt/d/wiseflow/core/wis/weibo/core.py", line 52, in async_initialize
self.wb_client.account_info = await account_with_ip_pool.get_account_with_ip_info()
File "/mnt/d/wiseflow/core/wis/mc_commen/account_pool.py", line 223, in get_account_with_ip_info
account: AccountInfoModel = await self.get_active_account(force_login)
File "/mnt/d/wiseflow/core/wis/mc_commen/account_pool.py", line 59, in get_active_account
async with NodriverHelper(self._platform_name) as nodriver_helper:
File "/mnt/d/wiseflow/core/wis/nodriver_helper.py", line 34, in aenter
await self.start()
File "/mnt/d/wiseflow/core/wis/nodriver_helper.py", line 56, in start
self.browser = await uc.start(**config)
File "/mnt/d/wiseflow/.venv/lib/python3.10/site-packages/nodriver/core/util.py", line 87, in start
config = Config(
File "/mnt/d/wiseflow/.venv/lib/python3.10/site-packages/nodriver/core/config.py", line 93, in init
browser_executable_path = find_chrome_executable()
File "/mnt/d/wiseflow/.venv/lib/python3.10/site-packages/nodriver/core/config.py", line 311, in find_chrome_executable
raise FileNotFoundError(
FileNotFoundError: could not find a valid chrome browser binary. please make sure chrome is installed.or use the keyword argument 'browser_executable_path=/path/to/your/browser'
Beta Was this translation helpful? Give feedback.
All reactions