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

Occasional "TypeError: fetch failed" error #16

Open
weijiekoh opened this issue Mar 20, 2023 · 0 comments
Open

Occasional "TypeError: fetch failed" error #16

weijiekoh opened this issue Mar 20, 2023 · 0 comments

Comments

@weijiekoh
Copy link

weijiekoh commented Mar 20, 2023

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'
  }
}
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

1 participant