Has anyone encountered "Error: write EPIPE" before? #1161
Unanswered
joshxyzhimself
asked this question in
Q&A
Replies: 3 comments
-
Does it happen all the time? Could you create a client/server couple to reproduce? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I might create a repo when I can, but it went like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
As far as I remember I also encountered the same EPIPE error when trying to POST large amount of data to my local clickhouse server instance. It's a little weird, I've seen it error at 15mb, 30mb bytelength of request body. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone encountered "Error: write EPIPE" before?
I do when I'm trying to POST a JSON-encoded body of 20,000 items.
Could this be a problem on the receiving server's end and not undici's?
Are there other workarounds this other than reducing the amount of items?
Beta Was this translation helpful? Give feedback.
All reactions