-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xud fails to pull raiden address #1240
Labels
bug
Something isn't working
Comments
xud:
raiden:
|
sangaman
added a commit
that referenced
this issue
Sep 25, 2019
This fixes the logic around rescheduling reconnection attempts to ensure that they continue should the previous attempt to verify the connection fail. Closes #1240.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Seen usually on first start, of e.g. xud-docker simnet: raiden does not have an address in
xucli getinfo
. Restarting xud fixes it.Your environment
xud
: xud-docker simnetuname -a
on *Nix):btcd
,bitcoind
,ltcd
,litecoind
,geth
,parity
,raiden
,lnd
or other chain backend:Steps to reproduce
Start xud-docker simnet,
getinfo -j
, see raiden without address:Expected behaviour
xud continues to query the raiden address endpoint until it gets an address.
Actual behaviour
xud tried to query the raiden address endpoint a couple of times, then gave up.
The text was updated successfully, but these errors were encountered: