Antoine Poinsot
Antoine Poinsot
Ah! That's more inconvenient than i thought it was. Pinging @saubyk .
> What license are the assets under? I had a [README for the icons](https://github.com/darosior/lightning-qt/blob/master/res/icons/icons_readme.txt) (which i should remove in this PR btw) indicating their origin. Most were taken from the...
Ok, so i did another round of due diligence for the icons: - Removed the icons i could not find the provenance of (have been replaced) - Added the provenance...
Oh just after i replaced them all :sob: > apologies again for late response and for not being clearer on teh icons... Sure, thanks for the head up!
Wrt to exhausting all possibilities, maybe something like : ```patch diff --git a/jitrebalance/jitrebalance.py b/jitrebalance/jitrebalance.py index d64a04e..d8519fd 100755 --- a/jitrebalance/jitrebalance.py +++ b/jitrebalance/jitrebalance.py @@ -41,17 +41,18 @@ def get_circular_route(scid, chan, amt, peer,...
``` b'2020-05-27T13:58:42.873Z INFO plugin-jitrebalance.py: Excluding 110x1x0 due to a failed attempt' b"2020-05-27T13:58:42.888Z INFO plugin-jitrebalance.py: Sending rebalance request using payment_hash=2c56fe5c5e390848b1f9c3e630872de20f3727dc3e4ca24839a18e1257e9d144, route=[{'id': '032cf15d1ad9c4a08d26eab1918f732d8ef8fdc6abb9640bf3db174372c491304e', 'channel': '124x1x0', 'direction': 0, 'msatoshi': 1248835, 'amount_msat': 1248835msat, 'delay':...
OK it was because the destination, added to the route no matter the exclusions, sent the errors
JITrebalance crashed again (but at least not lightningd!) ``` 2020-05-29T00:01:31.727Z INFO plugin-jitrebalance.py: Got an incoming HTLC htlc={'cltv_expiry': 632349, 'cltv_expiry_relative': 241, 'amount': '200074206msat', 'payment_hash': '1781cbdb4b86aa1fa161e896206e699aa14ed9801cdddca6e406a784f2243266'} 2020-05-29T00:01:31.728Z INFO lightningd: Sending 200157717msat over...
New crash with (apparently..) a doubled response : ``` 2020-07-03T02:28:19.021Z INFO plugin-jitrebalance.py: Excluding xxxxx --snipped-- 2020-07-03T02:28:19.051Z INFO plugin-jitrebalance.py: Sending rebalance request using payment_hash= --snipped-- 2020-07-03T02:28:33.909Z INFO plugin-jitrebalance.py: Timed out while...
I don't think this should be closed. #248 did not address this issue.