Towed Toad Node asked almost 3 years ago

Failed rebalancing?

Hi there, I'm attempting to rebalance, but received the failure code "INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS"

Any thoughts on how to fix this? Thanks a lot!

Here's the full JSON report: 

{
    "attempt_id": "2058",
    "status": "FAILED",
    "route": {
        "total_time_lock": 713393,
        "total_fees": "0",
        "total_amt": "2500000",
        "hops": [
            {
                "chan_id": "783730788858789889",
                "chan_capacity": "5000000",
                "amt_to_forward": "2500000",
                "fee": "0",
                "expiry": 713359,
                "amt_to_forward_msat": "2500000000",
                "fee_msat": "0",
                "pub_key": "02fdcdd2c33f22126693dfbaad22a938608c44d746d515657e2d628f243a430d74",
                "tlv_payload": true,
                "mpp_record": null,
                "amp_record": null,
                "custom_records": {
                }
            },
            {
                "chan_id": "783737385883402240",
                "chan_capacity": "5000000",
                "amt_to_forward": "2500000",
                "fee": "0",
                "expiry": 713319,
                "amt_to_forward_msat": "2500000000",
                "fee_msat": "0",
                "pub_key": "0306b99625c8680e80e4e1982572c166fecad4a6769fea1f5b63bf34d3415fe996",
                "tlv_payload": true,
                "mpp_record": null,
                "amp_record": null,
                "custom_records": {
                }
            },
            {
                "chan_id": "783716495280635904",
                "chan_capacity": "5000000",
                "amt_to_forward": "2500000",
                "fee": "0",
                "expiry": 713279,
                "amt_to_forward_msat": "2500000000",
                "fee_msat": "0",
                "pub_key": "031e84cc53aabe3a2335cbc16881ae1ff98ef2f0559e76935ebc2b4a4ced1ec79b",
                "tlv_payload": true,
                "mpp_record": null,
                "amp_record": null,
                "custom_records": {
                }
            },
            {
                "chan_id": "783957288238448641",
                "chan_capacity": "5000000",
                "amt_to_forward": "2500000",
                "fee": "0",
                "expiry": 713239,
                "amt_to_forward_msat": "2500000000",
                "fee_msat": "0",
                "pub_key": "03880d9dddd6fda75ca4e8354872dce09cdadf5944a8323959a2ee24a4925bcb2d",
                "tlv_payload": true,
                "mpp_record": null,
                "amp_record": null,
                "custom_records": {
                }
            },
            {
                "chan_id": "783949591602987009",
                "chan_capacity": "5000000",
                "amt_to_forward": "2500000",
                "fee": "0",
                "expiry": 713239,
                "amt_to_forward_msat": "2500000000",
                "fee_msat": "0",
                "pub_key": "023187ab05e34b67c54afd61addf87563a382a5b4054fc92990b26123c8db6e7bc",
                "tlv_payload": true,
                "mpp_record": {
                    "payment_addr": "d111fbd344ec3a52de9b8bde9cf852fb7262d1c8aed1dd178c738f96a1a84a8e",
                    "total_amt_msat": "2500000000"
                },
                "amp_record": null,
                "custom_records": {
                }
            }
        ],
        "total_fees_msat": "0",
        "total_amt_msat": "2500000000"
    },
    "attempt_time_ns": "1638963102567432013",
    "resolve_time_ns": "1638963113798402849",
    "failure": {
        "code": "INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS",
        "channel_update": null,
        "htlc_msat": "0",
        "onion_sha_256": null,
        "cltv_expiry": 0,
        "flags": 0,
        "failure_source_index": 5,
        "height": 713200
    },
    "preimage": null
}

2 Comments

Towed Toad Node wrote almost 3 years ago

Ok, so I tried for a third time and it decided to work. I don't think I did anything different, but maybe one of the nodes was offline or something the first couple times I tried? Don't know! I guess, my advice would be to try again later if you have issues.


Sats Router

Sats Router wrote almost 3 years ago

I now connect peers to all participants in a rebalancing in advance to get the "chatter" going between nodes.  Having the peers communicating helps to avoid issues of unfound nodes, especially in a 4 or 5 node rebalance.  It can take a while for nodes to see each other, having them as peers can reduce that time.

Please login to post comments.