getappmap / getappmap/appmap-js
Navie fails to bind
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 18
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 8
Description
Error: listen EADDRNOTAVAIL: address not available 10.1.32.1:34755
at Server.setupListenHandle [as _listen2] (node:net:1405:21)
at listenInCluster (node:net:1470:12)
at GetAddrInfoReqWrap.doListen [as callback] (node:net:1609:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:86:8)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1449:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRNOTAVAIL',
errno: -49,
syscall: 'listen',
address: '10.1.32.1',
port: 34755
}
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
No project file or test is named. Start by reproducing the reported startup failure and trace how the server receives 10.1.32.1 and port 34755; done should include a confirmed cause and a verified startup path that avoids EADDRNOTAVAIL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100