wechat-chatgpt
wechat-chatgpt copied to clipboard
chatGPT已经启动了,但是wechaty又出问题。
大佬好,我今天把chatGPTAPI更新到最新的版本,然后按照新的接口对接上去了,但是出现了微信机器人启动不了的情况,请问有方法可以解决吗?急等! `> [email protected] dev
nodemon --exec node --watch config.yaml --loader ts-node/esm src/main.ts [nodemon] 2.0.20 [nodemon] to restart at any time, enter
rs
[nodemon] watching path(s): config.yaml [nodemon] watching extensions: ts [nodemon] startingnode --loader ts-node/esm src/main.ts
(node:82) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time (Usenode --trace-warnings ...
to show where the warning was created) Start GPT Bot Config is:{"chatGPTApiPool":[{"apiKey":"12345"}],"chatGptRetryTimes":3,"chatPrivateTiggerKeyword":""} ChatGPTPools: 1 🤖️ Start GPT Bot Success, ready to handle message! 10:27:24 WARN WechatyPuppetMixin start() starting puppet ... timeout 10:27:24 WARN WechatyPuppetMixin start() puppet info: Puppet<PuppetWeChat>(wechat-assistant) 10:28:18 ERR PuppetWeChatBridge start() exception: TimeoutError: Navigation timeout of 60000 ms exceeded 10:28:20 ERR PuppetWeChat initBridge() exception: Navigation timeout of 60000 ms exceeded 10:28:20 WARN PuppetWeChatBridge stop() page.close() exception: Error: Protocol error: Connection closed. Most likely the page has been closed.`