-
Notifications
You must be signed in to change notification settings - Fork 44
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
grpc error and payment claims #332
Comments
Hello, could you share what LND version and peerswap commit you are running? |
Commit 30c0dfa Edit: |
I've checked the preimage against the payment hash on the bolt11 invoice. They match. My lncli lookupinvoice shows the payment as settled. Should I mention I'm not using the docker? |
Thank you for reporting the issue. Could you directly provide the logs that seem to be relevant? In peerswap, the connection with lnd is made via gRPC. |
fedora:~/peerswap$ peerswapd This is the startup log. I'll need to replenish the liquid wallet to initiate another transfer. I was planning to swapout with Strike but I'm getting a different error from pscli: rpc error: code = Unknown desc = -13:Error: Please enter the wallet passphrase with walletpassphrase first. When I attempt that swapout. I sent a message to [email protected] to see what they have on their end but haven't heard back. I'll fill the liquid wallet when I can. |
The situation inferred from the logs is that retries are being repeated in Since it seems that the connection between peerswap and lnd has been successful, one possibility is that the lnd daemon might be in the process of syncing. |
Yes it does. Also I have two swapins that have been freshly settled if there is anything you want to see in the grpc retries. $ lncli decodepayreq --pay_req <invoice> |
Does the |
I'm having an issue on a swapin. The state of the active swap on my LBTC node shows:
"state": "State_SwapInSender_AwaitClaimPayment"
The state of my counterpart's lightning node shows:
"state": "State_ClaimedPreimage"
The opening tx has confirmed on mempool for thousands of confirmations. The decoded LN invoice shows my node as destination, I'm running LND. The peerswapd terminal is showing a grpc error constantly since the swapin: [DEBUG] [grpc_conn]: grpc_retry attempt: ####, backoff for 30s, with an increasing number of retries ####.
The pscli is able to connect to the LND RPC. It shows available peer channels and their current channel balances. I don't currently believe the RPC pathway to be at fault. The LND node has been operational for months. The LBTC node is recent but has handled receives from Aqua without a problem.
The text was updated successfully, but these errors were encountered: