3 月 27 号开始发现青龙收不到 telegram 的机器人消息通知了,看了日志下都是发送失败,尝试用 curl 指令是能发送和接收消息的。青龙使用的 docker 部署的
RequestError: read ECONNRESET at ClientRequest. anonymous> (/ql/data/scripts/node_modules/pnpm/[email protected]/node_modules/got/dist/source/c ore/index.js:970:111) at Object.onceWrapper (node:events:633:26) at ClientRequest.emit (node:events:530:35) at origin.emit (/ql/data/scripts/node_modules/pnpm/@[email protected]/node_modules/@szmarczak/htt p-timer/dist/source/index.js:43:20) at TLSSocket.socketErrorListener (node:_http_client:495:9) at TLSSocket.emit (node:events:518:28) at emitErrorNT (node: internal/streams/destroy:169:8) at emitErrorCloseNT (node: internal/streams/destroy: 128:3) at process.processTicksAndRejections (node: internal/process/task_queues:82:21) at TLSWrap.onStreamRead (node: internal/stream_base_commons:217:20) code: 'ECONNRESET', timings: { start: 1712021159344, socket: 1712021159345, lookup: 1712021159354, connect: 1712021159891, secureConnect: undefined, upload: undefined, response: undefined, end: undefined, error: 1712021159933, abort: undefined, phases: { wait: 1, dns: 9, tcp: 537, tls: undefined, request: undefined, firstByte: undefined, download: undefined, total: 589 } }}
![]() | 1 icaolei 2024-04-08 10:15:45 +08:00 可能跟域名或 https 有关 https://github.com/whyour/qinglong/issues/2189 |