wangrongding / wechat-bot

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

跑一会就会跳出,不知道什么原因 #186

Open newTechAccount opened 1 week ago

newTechAccount commented 1 week ago

bot error?: GError [AggregateError] at AxiosError.from (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:841:14) at RedirectableRequest.handleRequestError (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:3106:25) at RedirectableRequest.emit (node:events:531:35) at eventHandlers. (/root/wechat-bot/node_modules/follow-redirects/index.js:38:24) at ClientRequest.emit (node:events:519:28) at TLSSocket.socketErrorListener (node:_http_client:500:9) at TLSSocket.emit (node:events:519:28) at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at processTicksAndRejections (node:internal/process/task_queues:82:21) at Axios.request (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:4224:41) at processTicksAndRejections (node:internal/process/task_queues:95:5) at runNextTicks (node:internal/process/task_queues:64:3) at process.processTimers (node:internal/timers:511:9) { code: 2, details: 'AggregateError\n' + ' at AxiosError.from (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:841:14)\n' + ' at RedirectableRequest.handleRequestError (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:3106:25)\n' + ' at RedirectableRequest.emit (node:events:531:35)\n' + ' at eventHandlers. (/root/wechat-bot/node_modules/follow-redirects/index.js:38:24)\n' + ' at ClientRequest.emit (node:events:519:28)\n' + ' at TLSSocket.socketErrorListener (node:_http_client:500:9)\n' + ' at TLSSocket.emit (node:events:519:28)\n' + ' at emitErrorNT (node:internal/streams/destroy:169:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:4224:41)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at runNextTicks (node:internal/process/task_queues:64:3)\n' + ' at process.processTimers (node:internal/timers:511:9)' } ? 程序退出,请重新运行程序

newTechAccount commented 1 week ago

bot error?: GError [AxiosError]: Request failed with status code 503 at settle (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:1983:12) at IncomingMessage.handleStreamEnd (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:3085:11) at IncomingMessage.emit (node:events:531:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) at Axios.request (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:4224:41) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Promise.all (index 1) { code: 2, details: 'AxiosError: Request failed with status code 503\n' + ' at settle (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:1983:12)\n' + ' at IncomingMessage.handleStreamEnd (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:3085:11)\n' + ' at IncomingMessage.emit (node:events:531:35)\n' + ' at endReadableNT (node:internal/streams/readable:1696:12)\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (/root/wechat-bot/node_modules/axios/dist/node/axios.cjs:4224:41)\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at async Promise.all (index 1)' } ? 程序退出,请重新运行程序

wangrongding commented 1 week ago

重新拉取最新代码即可