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

Failing rapid rebalance #32

Closed
MEdGalo opened this issue Nov 6, 2022 · 3 comments
Closed

Failing rapid rebalance #32

MEdGalo opened this issue Nov 6, 2022 · 3 comments

Comments

@MEdGalo
Copy link

MEdGalo commented Nov 6, 2022

Hi,

The rapid-rebalance attemps from regolancer seem to fail often with this error code: "Error building route: rpc error: code = Unknown desc = no matching outgoing channel available for node 0 ()".
What is going wrong here?

@rkfg
Copy link
Owner

rkfg commented Nov 6, 2022

Could it be that the channel in question was disabled suddenly? I personally never had this issue so can only guess but it's an error that lnd returns, not us.

@ziggie1984
Copy link
Contributor

It could be either that your channel was disabled but there could be also some additional factors which lead lnd to not find a channel for the rebalance. For example, this channel got a forward just when you tried to send the payment leading not enough liquidity on your side to please the reserve. There might also be the case that you are in a situation where you have a stuck channel although most of the balance is on your side (see lightning/bolts#728). As rkfg mentioned above the rebalancer behaves as it should and lnd just cannot find a suitable channel anymore. During which rapid rebalance attempt does it normally show you this message, is it only on the same channel ... ?

@rkfg
Copy link
Owner

rkfg commented Nov 25, 2022

I saw a similar error but for the last node, so it was about the channel to my node. That channel was disabled to me by the peer but the peer was online and active. I suppose this error in your case means that the channel from you to the first node on route is disabled for whatever reason. In any case that's not our issue.

@rkfg rkfg closed this as not planned Won't fix, can't repro, duplicate, stale Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants