Skip to content

Occasional "TypeError: fetch failed" error #16

@weijiekoh

Description

@weijiekoh

I sometimes get this error from bucket.write(...) to a local Blyss bucket. It's not clear yet what the underlying reason is and how to reproduce it, and if I find anything useful I'l update this issue.

TypeError: fetch failed
    at Object.fetch (node:internal/deps/undici/undici:14152:11) {
  cause: Error: write EPIPE
      at afterWriteDispatched (node:internal/stream_base_commons:160:15)
      at writeGeneric (node:internal/stream_base_commons:151:3)
      at Socket._writeGeneric (node:net:930:11)
      at Socket._write (node:net:942:8)
      at writeOrBuffer (node:internal/streams/writable:392:12)
      at _write (node:internal/streams/writable:333:10)
      at Socket.Writable.write (node:internal/streams/writable:337:10)
      at AsyncWriter.write (node:internal/deps/undici/undici:9739:28)
      at writeIterable (node:internal/deps/undici/undici:9680:23)
      at processTicksAndRejections (node:internal/process/task_queues:95:5) {
    errno: -32,
    code: 'EPIPE',
    syscall: 'write'
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions