charge-lnd
charge-lnd copied to clipboard
doesn't want to do changes for a channel. strange
hi, installed and working. set up with cron. great work really.
now trying to figure out what works and doesn't for me.
i have 50+ channels. it seems to work ( still analyzing) but i do have a strange behaviour for just one channel (peeky) for which charge-lnd is trying uncessfully to change min max htlc and fees. don't know why. it puzzles me since it tries everytime it runs and that may have some sideffects.
here is what it is trying to do : 812588x971x0 [Peeky|0250baf7a558091eb9c93f43d595b795db61bd2b55ca016d8682fd310cb1b81e6c] policy: gros-noeuds strategy: proportional base_fee_msat: 0 fee_ppm: 50 ➜ 67 min_htlc_msat: 5000000 ➜ 1000 max_htlc_msat: 5000000000 ➜ 5940000000 time_lock_delta: 144
and here are the error trace i get :
Failed to lookup 872784633656377345 Error evaluating criteria for channel 793793x1666x1 in policy '<charge_lnd.policy.Policy object at 0x7fd64b753460>', ignoring channel. (Error=<_InactiveRpcError of RPC that terminated with: status = StatusCode.NOT_FOUND details = "unable to find node" debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.0.1:10009 {grpc_message:"unable to find node", grpc_status:5, created_time:"2023-11-16T17:00:02.50562575+01:00"}"
)
any ideas ? thanks.
I have a similar problem, only occurs with certain channels.
I've seen this a few times too. LND doesn't have all the necessary information for that channel for whatever reason and returns an error. Maybe giving LND more time, or restarting LND fixes this.