thunderhub icon indicating copy to clipboard operation
thunderhub copied to clipboard

RPC error on Transactions list refresh

Open LightningTipBot opened this issue 4 years ago • 0 comments

Describe the problem/bug

Hi, and first of all, thanks for working on Thunderhub.

image

When I go to Transactions and press the refresh button (upper right on the image), I get a continuous stream of lnd errors like these:

Aug 25 14:06:20 brpi lnd[30778]: 2021-08-25 14:06:20.699 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Aug 25 14:06:20 brpi lnd[30778]: 2021-08-25 14:06:20.722 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Aug 25 14:06:22 brpi lnd[30778]: 2021-08-25 14:06:22.579 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Aug 25 14:06:22 brpi lnd[30778]: 2021-08-25 14:06:22.580 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Aug 25 14:06:22 brpi lnd[30778]: 2021-08-25 14:06:22.610 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node
Aug 25 14:06:22 brpi lnd[30778]: 2021-08-25 14:06:22.617 [ERR] RPCS: [/lnrpc.Lightning/GetNodeInfo]: rpc error: code = NotFound desc = unable to find node

Lnd also starts eating a lot of CPU power due to this. It stops once you change the view in Thunderhub to another page. The refresh icon keeps spinning forever.

Your environment

  • Version of ThunderHub: 0.12.24
  • Deployment method: Git clone

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Transaction.'
  2. Click on refresh icon
  3. See error in lnd log

Expected behavior I don't know what the button is supposed to do because it never worked for me. But I guess to refresh the list.

Actual behavior Infinite errors.

LightningTipBot avatar Aug 25 '21 12:08 LightningTipBot