wangrongding / wechat-bot

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

Puppeteer old Headless deprecation warning: #156

Open TonyDiao1115 opened 5 months ago

TonyDiao1115 commented 5 months ago

(node:1448) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created)

Puppeteer old Headless deprecation warning: In the near future headless: true will default to the new Headless mode for Chrome instead of the old Headless implementation. For more information, please see https://developer.chrome.com/articles/new-headless/. Consider opting in early by passing headless: "new" to puppeteer.launch() If you encounter any bugs, please report them to https://github.com/puppeteer/puppeteer/issues/new/choose.

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

请问大佬这个是什么意思 谢谢啦