mafintosh / mafintosh/airpaste

Issue running airpaste

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
828
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Hi!
Trying to run minimal `echo hellow world | airpaste` example (as well, as others), from Dell to Mac OS (while hooked to cheap D-Link router) and getting

```
/usr/local/lib/node_modules/airpaste/bin.js:16
if (err.code !== 'EPIPE') throw err
^
Error: connect ECONNREFUSED 192.168.0.15:52136
at Object.exports._errnoException (util.js:843:11)
at exports._exceptionWithHostPort (util.js:866:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1022:14)
```

Any ideas how I could debug/fix this?

Contributor guide

No contributing guide indexed for this repository

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

Start with the minimal `echo hellow world | airpaste` command and inspect `bin.js:16`, where the reported connection error is thrown. Reproduce the Dell-to-Mac setup through the D-Link router and trace whether peer discovery and the connection to `192.168.0.15:52136` succeed. Done means the example works or the issue clearly identifies the network condition preventing it.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli, networking
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.