Replies: 1 comment 1 reply
-
windows 下建议使用 PowerShell 启动程序,并且要使用管理员模式启动 PowerShell |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
报错内容如下:devwl@dev-wiseflow MINGW64 ~/wiseflow (master)
2025/08/22 09:28:58 Server started at http://0.0.0.0:8090
├─ REST API: http://0.0.0.0:8090/api/
└─ Dashboard: http://0.0.0.0:8090/_/
##################################################
Wiseflow Info Scraper 0.1.5
Modified by bigbrother666sh based on:
Crawl4ai 0.6.3 (https://github.com/unclecode/crawl4ai)
MediaCrawler (https://github.com/NanmiCoder/MediaCrawler)
with enhanced by NoDriver (https://github.com/ultrafunkamsterdam/nodriver)
2025-06-30
##################################################
2025-08-22 09:29:17 | Initializing optimized database manager
2025-08-22 09:29:17 | Database schema validation completed
2025-08-22 09:29:17 | Database manager initialized successfully
2025-08-22 09:29:50 | initialize kuaishou crawler failed:
---------------------
Failed to connect to browser
---------------------
One of the causes could be when you are running as root.
In that case you need to pass no_sandbox=True
, will abort all the sources for kuaishou platform
Traceback (most recent call last):
File "C:\Users\devwl\wiseflow\core\run_task.py", line 31, in schedule_task
await ks_crawler.async_initialize()
File "C:\Users\devwl\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 "C:\Users\devwl\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 "C:\Users\devwl\wiseflow\core\wis\mc_commen\account_pool.py", line 59, in get_active_account
async with NodriverHelper(self._platform_name) as nodriver_helper:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\devwl\wiseflow\core\wis\nodriver_helper.py", line 34, in aenter
await self.start()
File "C:\Users\devwl\wiseflow\core\wis\nodriver_helper.py", line 52, in start
self.browser = await uc.start(**config)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\devwl\wiseflow.venv\Lib\site-packages\nodriver\core\util.py", line 101, in start
return await Browser.create(config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\devwl\wiseflow.venv\Lib\site-packages\nodriver\core\browser.py", line 95, in create
await instance.start()
File "C:\Users\devwl\wiseflow.venv\Lib\site-packages\nodriver\core\browser.py", line 425, in start
raise Exception(
Exception:
---------------------
Failed to connect to browser
---------------------
One of the causes could be when you are running as root.
In that case you need to pass no_sandbox=True
2025-08-22 09:30:23 | initialize weibo crawler failed:
---------------------
Failed to connect to browser
---------------------
One of the causes could be when you are running as root.
In that case you need to pass no_sandbox=True
, will abort all the sources for weibo platform
Traceback (most recent call last):
File "C:\Users\devwl\wiseflow\core\run_task.py", line 36, in schedule_task
await wb_crawler.async_initialize()
File "C:\Users\devwl\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 "C:\Users\devwl\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 "C:\Users\devwl\wiseflow\core\wis\mc_commen\account_pool.py", line 59, in get_active_account
async with NodriverHelper(self._platform_name) as nodriver_helper:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\devwl\wiseflow\core\wis\nodriver_helper.py", line 34, in aenter
await self.start()
File "C:\Users\devwl\wiseflow\core\wis\nodriver_helper.py", line 52, in start
self.browser = await uc.start(**config)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\devwl\wiseflow.venv\Lib\site-packages\nodriver\core\util.py", line 101, in start
return await Browser.create(config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\devwl\wiseflow.venv\Lib\site-packages\nodriver\core\browser.py", line 95, in create
await instance.start()
File "C:\Users\devwl\wiseflow.venv\Lib\site-packages\nodriver\core\browser.py", line 425, in start
raise Exception(
Exception:
---------------------
Failed to connect to browser
---------------------
One of the causes could be when you are running as root.
In that case you need to pass no_sandbox=True
Beta Was this translation helpful? Give feedback.
All reactions