Skip to content
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

status of XUD shows "Waiting for lndltc, raiden" when their individual states show otherwise #277

Closed
peartobear opened this issue Jan 20, 2020 · 9 comments · Fixed by #429
Assignees
Labels
bug Something isn't working P2 mid priority

Comments

@peartobear
Copy link

Describe the bug

Screenshot 2020-01-20 at 8 44 44 PM

The status of XUD shows "waiting for LNDLTC, Raiden" when their individual states shows both of them are ready.

To Reproduce

status command after setting up and syncing testnet xud environment.

Expected behavior

The status should reflect consistent information.

@peartobear
Copy link
Author

Fails to fetch status after restart xud

Screenshot 2020-01-20 at 8 49 30 PM

@reliveyy
Copy link
Collaborator

Fails to fetch status after restart xud

Could you attach your xud containers log? docker logs testnet_xud_1

@peartobear
Copy link
Author

@reliveyy logs: https://termbin.com/d8fa

@reliveyy
Copy link
Collaborator

I guess it's beause our xud:latest image it not built with latest xud master branch. @peartobear

@reliveyy
Copy link
Collaborator

Could you re-run xud.sh and check if the newly built xud image resolves your problem. @peartobear

@peartobear
Copy link
Author

I re ran xud.sh and it did not resolve the issue @reliveyy

log.pdf

@peartobear
Copy link
Author

doing xud unlock and putting the master password fixed this issue

@kilrau
Copy link
Contributor

kilrau commented Jan 21, 2020

Found the same (#267). Can be handled separately from this one here.

@kilrau kilrau assigned engwarrior and unassigned reliveyy Feb 28, 2020
@kilrau kilrau added P2 mid priority bug Something isn't working labels Feb 28, 2020
@kilrau
Copy link
Contributor

kilrau commented Apr 14, 2020

I found the reason for this behavior:

  • lndbtc/lndltc: status is set by lncli getinfo -> which responds and shows they lnd's are synced and ready -> Ready
  • xud: status is set by xucli getinfo -> where lndbtc/lndltc status' are stuck with lnd-xTC is Unlocked because of LND: status in xud stuck xud#1457. So once @sangaman managed to fix LND: status in xud stuck xud#1457, the status' should align again. We'll keep this open til to verify.

@ghost ghost mentioned this issue Apr 29, 2020
@ghost ghost closed this as completed in #429 May 15, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 mid priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants