Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Infinite loading screen when connecting to remote node without rpclisten flag #1446

Closed
JimmyMow opened this issue Jan 29, 2019 · 1 comment
Closed
Assignees
Labels
scope: lnd issues with lnd type: bug 🐛 Something isn't working
Milestone

Comments

@JimmyMow
Copy link
Member

When trying to connect to a node that does not have the rpclisten flag enabled, Zap does not timeout and gets stuck in an infinite loading screen. Restarting does not fix the issue because Zap will try and connect to the last node it was connected to in its prior session, so a user is left permanently stuck.

Reproduction steps:

  1. Start a new LND with the following commands:
    (It is important to not add the rpclisten flag)
lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.node=neutrino --neutrino.connect=faucet.lightning.community
  1. Connect to this node via Zap Remote Node setup
  2. You get an infinite loading screen

Expected behavior is that Zap times out after 20 seconds and returns an error to the user, refusing to connect

@JimmyMow JimmyMow added the type: bug 🐛 Something isn't working label Jan 29, 2019
@mrfelton mrfelton self-assigned this Jan 29, 2019
@mrfelton mrfelton added this to the v0.3.4-beta milestone Jan 29, 2019
@mrfelton mrfelton added the scope: lnd issues with lnd label Jan 29, 2019
@mrfelton
Copy link
Member

I'm going to close this as we discovered that this was actually an issue with the patch in #1320 which has now been corrected.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope: lnd issues with lnd type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants