页面加载中...,请稍候。
PHPer
2天前发布了
ubuntu22.04上用单独安装google-chrome-stable这个方案
1.注意目录权限
2.Puppeteer ↔ Chrome 版本对齐
npm ls puppeteer
查看puppeteer版本
然后去https://github.com/puppeteer/puppeteer/releases... 查看更多
[2026-06-15 16:35:53] production.ERROR: Douban poster parse failed {"output":"Error: Failed to launch the browser process: Code: null
stderr:
chrome_crashpad_handler: --databas... 查看更多
Browser was not found at the configured executablePath (/root/.cache/puppeteer/chrome/linux-149.0.7827.22/chrome-linux64/chrome) 一种情况是执行路径的文件不存在,还有就是执行路径的文件不限... 查看更多
这个问题问得非常关键 👍
在 Linux 服务器 上跑 Puppeteer,90% 的坑都在“系统依赖”这一步。
下面我给你一个清晰、可照抄、不踩坑的说明。
一、Puppeteer 在 Linux 到底缺什么?
Puppeteer 本质... 查看更多
PHPer
1年前发布了
https://blog.csdn.net/qq_18647249/article/details/104277803
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple beautifulsoup4 查看更多