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
fetch is sometimes crashing entire node process since upgrading from node 22.9.0 to 23.1.0
Logs & Screenshots
node:events:485
throw er; // Unhandled 'error' event
^
TypeError: terminated
at Fetch.onAborted (node:internal/deps/undici/undici:11020:53)
at Fetch.emit (node:events:507:28)
at Fetch.terminate (node:internal/deps/undici/undici:10178:14)
at Object.onError (node:internal/deps/undici/undici:11141:38)
at Request.onError (node:internal/deps/undici/undici:2094:31)
at Object.errorRequest (node:internal/deps/undici/undici:1591:17)
at TLSSocket.<anonymous> (node:internal/deps/undici/undici:6263:16)
at TLSSocket.emit (node:events:519:35)
at node:net:350:12
at TCP.done (node:_tls_wrap:650:7)
Emitted 'error' event on Readable instance at:
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:216:20) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
}
Environment
amd64 node:23.1.0-bookworm docker image
The text was updated successfully, but these errors were encountered:
Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that.
Unfortunately I don't think it's possible to create this, and I know that this report probably doesn't help much without it. It happens randomly about once a day when doing various simple fetches.
Bug Description
fetch is sometimes crashing entire node process since upgrading from node 22.9.0 to 23.1.0
Logs & Screenshots
Environment
amd64
node:23.1.0-bookworm
docker imageThe text was updated successfully, but these errors were encountered: