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

LND syncing always #823

Open
imacfan opened this issue Nov 2, 2023 · 1 comment
Open

LND syncing always #823

imacfan opened this issue Nov 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@imacfan
Copy link

imacfan commented Nov 2, 2023

Describe the bug
LND is in infinite syncing loop.

MyNode hardware (please complete the following information):

  • Device:Raspi4

Additional context
Log ---

It’s there in glances. CPU usage is very low —- some error in the log

-- Logs begin at Wed 2023-11-01 04:50:32 CDT, end at Wed 2023-11-01 20:13:14 CDT. --
Nov 01 16:08:35 myNode lnd[7799]: 2023-11-01 16:08:35.388 [ERR] LNWL: unable to fetch transaction
Nov 01 05:33:22 myNode lnd[7799]: 2023-11-01 05:33:22.567 [ERR] LNWL: unable to fetch transaction 7cd19cfc21ce1xxxxxxxxxxxe786b2468cea08e58334cfxxxxxxxxa9cca571012 from mempool: -5: No such mempool or blockchain transaction. Use gettransaction for wallet transactions.
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.720 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.716 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.714 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.712 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.709 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.709 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.708 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.706 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.705 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.704 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.699 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.692 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.690 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.687 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.681 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.678 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.677 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.675 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.657 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:39 myNode lnd[7799]: 2023-11-01 05:26:39.262 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:39 myNode lnd[7799]: 2023-11-01 05:26:39.262 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:39 myNode lnd[7799]: 2023-11-01 05:26:39.261 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Nov 01 05:26:39 myNode lnd[7799]: 2023-11-01 05:26:39.256 [ERR] RPCS: [/lnrpc.

@imacfan imacfan added the bug Something isn't working label Nov 2, 2023
@naderkh76
Copy link

Describe the bug LND is in infinite syncing loop.

MyNode hardware (please complete the following information):

  • Device:Raspi4

Additional context Log ---

It’s there in glances. CPU usage is very low —- some error in the log

-- Logs begin at Wed 2023-11-01 04:50:32 CDT, end at Wed 2023-11-01 20:13:14 CDT. -- Nov 01 16:08:35 myNode lnd[7799]: 2023-11-01 16:08:35.388 [ERR] LNWL: unable to fetch transaction Nov 01 05:33:22 myNode lnd[7799]: 2023-11-01 05:33:22.567 [ERR] LNWL: unable to fetch transaction 7cd19cfc21ce1xxxxxxxxxxxe786b2468cea08e58334cfxxxxxxxxa9cca571012 from mempool: -5: No such mempool or blockchain transaction. Use gettransaction for wallet transactions. Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.720 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.716 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.714 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.712 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.709 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.709 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.708 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.706 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.705 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.704 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.699 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.692 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.690 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.687 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.681 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.678 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.677 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.675 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:40 myNode lnd[7799]: 2023-11-01 05:26:40.657 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:39 myNode lnd[7799]: 2023-11-01 05:26:39.262 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:39 myNode lnd[7799]: 2023-11-01 05:26:39.262 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:39 myNode lnd[7799]: 2023-11-01 05:26:39.261 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node Nov 01 05:26:39 myNode lnd[7799]: 2023-11-01 05:26:39.256 [ERR] RPCS: [/lnrpc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants