madhums / madhums/node-imager

Mavericks Unhandled 'error' event.

Open
#57 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

investigate
Dominant language
JavaScript
Stars
267
Forks
60
PR merge metrics
No merged PRs in 30d

Description

When trying to upload an image to s3 on Mavericks I'm seeing

```
00:23:45 web.1 | events.js:72
00:23:45 web.1 | throw er; // Unhandled 'error' event
00:23:45 web.1 | ^
00:23:45 web.1 | Error: read ECONNRESET
00:23:45 web.1 | at errnoException (net.js:901:11)
00:23:45 web.1 | at TCP.onread (net.js:556:19)
00:23:45 web.1 | exited with code 8
00:23:45 system | sending SIGTERM to all processes
```

I've read the other issues on here with similar errors and the solutions seem to be to either ensure that ImageMagick is installed or to set the region for your S3 configuration.

I've tried both.

Any advice here? Im completely lost. Ive reinstalled ImageMagick with homebrew and my config file includes the region:

```
region: 'us-standard'
```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The payload names no source file or test. Start by reproducing the S3 image upload on Mavericks, then inspect the S3 configuration, including region: 'us-standard', and the ImageMagick setup; done means the upload completes without the reported ECONNRESET and unhandled error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
backend, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.