Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
newTechAccount opened this issue Jun 21, 2024 · 2 comments
Open

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

newTechAccount opened this issue Jun 21, 2024 · 2 comments

Comments

@newTechAccount
Copy link

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
Copy link
Author

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
Copy link
Owner

重新拉取最新代码即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants