wangrongding / wechat-bot

🤖一个基于 WeChaty 结合 OpenAi ChatGPT / Kimi / 讯飞等Ai服务实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...
MIT License
4.59k stars 678 forks source link

PuppetWeChatBridge start() exception: TimeoutError #73

Closed udbyygyt closed 3 months ago

udbyygyt commented 1 year ago

[root@VM-0-15-centos wechat-bot]# npm run dev

wechat-boot@1.0.0 dev node ./index.js

14:25:13 WARN WechatyPuppetMixin start() starting puppet ... timeout 14:25:13 WARN WechatyPuppetMixin start() puppet info: Puppet(WechatEveryDay) Start to log in wechat... 14:25:59 ERR PuppetWeChatBridge start() exception: TimeoutError: Navigation timeout of 60000 ms exceeded 14:25:59 ERR PuppetWeChat initBridge() exception: Navigation timeout of 60000 ms exceeded 14:25:59 WARN PuppetWeChatBridge stop() page.close() exception: Error: Protocol error: Connection closed. Most likely the page has been closed.

启动调起微信超时了,这个怎么弄? 新加坡的linux服务器

gladpieland commented 1 year ago

我也遇到类似问题,是通过下载指定的puppeteer(13.5.1)和chromium(970485), 解决这个问题

WestLee1207 commented 1 year ago

我也遇到类似问题,是通过下载指定的puppeteer(13.5.1)和chromium(970485), 解决这个问题

我也遇到了这个问题,要修改什么文件解决?