Closed yindaheng98 closed 2 years ago
👍 感谢提交该 Issue,请确保仔细阅读 Issue 模板,RSS 提案模板 或 Feature 提案模板 以便于测试。不符合模板将导致 Issue 被直接关闭。
👍 Thanks for the issue, please follow the Issue template, RSS proposal template or Feature proposal template. Otherwise the issue will be closed.
我也遇到这个问题,官方docker部署后无法订阅小红书,报错也是Could not find expected browser (chrome) locally。兄弟有解决办法了吗
我也遇到这个问题,官方docker部署后无法订阅小红书,报错也是Could not find expected browser (chrome) locally。兄弟有解决办法了吗
官方Dockerfile里的Chrome安装方式有点小问题,你可以弄个自己的Dockerfile,puppeteer默认安装方式会自动下载Chrome
我也遇到了这个问题,官方docker部署后无法订阅小红书,报错也是本地找不到预期的浏览器(chrome)。兄弟有解决办法
官方Dockerfile里的Chrome安装方式有点小问题,你可以弄个自己的Dockerfile,puppeteer默认安装方式会自动下载Chrome
感谢!🙇
构建和运行镜像所用的指令
从Dockerfile看,
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=0
应该就是在编译时安装Chrome的选项,于是我尝试:路由地址(不包含参数)
完整路由地址,包含所有必选与可选参数
相关文档地址
预期是什么
返回RSS XML
实际发生了什么
找不到chrome
Route requested: /xiaohongshu/user/593032945e87e77791e03696/notes Error message: Could not find expected browser (chrome) locally. Run
npm install
to download the correct Chromium revision (869685).部署相关信息