-
Notifications
You must be signed in to change notification settings - Fork 219
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
write EPIPE error #199
Comments
I would recommend doing a full install with the new 10.x runtime and dedicated layer. Had a number of issues with this today, and a full reinstall got it working for me. |
I installed from scratch and the latest and I'm getting this error for
|
My issue here was the following line: This seems a little odd to me seeing as I can test on my cli like so:
But I guess |
I'm seeing the same symptom. Using tagged v1.1(aws-lambda-image-with-dedicated-layer), replicable with any jpeg (4mb largest file). Occurs whenever a reduce config is provided. It feels like the binaries are not installed to reduce? When the reduce config is removed resizes work as expected
I've experimented with different optimizer options (as recommended here) without a positive effect
|
I was able to solve short-term with the following config - changing the reduce into a resizes
|
{
"errorType": "Error",
"errorMessage": "write EPIPE",
"trace": [
"Error: write EPIPE",
" at WriteWrap.afterWrite [as oncomplete] (net.js:789:14)"
]
}
my image is 12M have this error,
The text was updated successfully, but these errors were encountered: