mafintosh / mafintosh/airpaste
Issue running airpaste
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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