lightninglabs / lightninglabs/aperture
No response when dialing to Mailbox via gPRC
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 268
- Forks
- 78
- Avg merge
- 22h 25m
- Merged PRs (30d)
- 1
Description
There is no error or cancellation at calling `grpc.DialContext` below, it is just put on hold.
The mailbox is `mailbox.terminal.lightning.today:443`
https://github.com/lightninglabs/aperture/blob/master/lnc/lnc.go#L284-L286
By the way, this issue may be due to be re-use passphrase from multiple containers under development, because it worked generating new phrase per container. However, I don't know because I haven't received a response and seen any documentation prohibiting passphrase reuse.
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 at lnc/lnc.go lines 284-286 and inspect the grpc.DialContext call for mailbox.terminal.lightning.today:443. Reproduce the hang with a reused passphrase and with a newly generated phrase, then determine whether passphrase reuse explains the missing response. Done means the cause and expected behavior are established, with any required documentation or issue scope identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, grpc
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100