You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11413:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at file:///Users/wowking/Documents/git/gitlab-review-chatgpt/node_modules/.pnpm/[email protected]/node_modules/chatgpt/src/chatgpt-api.ts:233:25 {
cause: ConnectTimeoutError: Connect Timeout Error
at onConnectTimeout (node:internal/deps/undici/undici:8380:28)
at node:internal/deps/undici/undici:8338:50
at Immediate._onImmediate (node:internal/deps/undici/undici:8369:13)
at processImmediate (node:internal/timers:476:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}
以上,求大神指导。
The text was updated successfully, but these errors were encountered:
环境
node
:v18.15.0pnpm
:5.4配置
Gitlab - 项目 - 设置 - Webhooks - 网址 -
http://xxx.com/gitlab-review/webhook?projectId=xx&token=xxxx&language=ZH
(xx 为实际配置)问题描述
点击 测试 -
Merge Requests Events
时,POST 请求返回 200,即Hook executed successfully: HTTP 200
,但 node 会报错,报错信息如下。报错日志
以上,求大神指导。
The text was updated successfully, but these errors were encountered: