-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
2025-06-12 19:28:06 | 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
...
初始化浏览器出现错误,配置如下:
{'user_data_dir': 'work_dir/browser_data', 'headless': False, 'no_sandbox': True, 'browser_args': ['--lang=zh-CN', '--no-sandbox', '--disable-setuid-sandbox', '--disable-translate', '--no-first-run', '--no-default-browser-check']}
我是在Docker里面使用非root用户执行,但即使修改了--no-sandbox也依然不行。
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request