-
Notifications
You must be signed in to change notification settings - Fork 913
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
Payment through an open channel fails #2292
Comments
First thing would be to upgrade to the latest version, v0.6.3, or rebuild from master. Then we can jump into further debugging. |
Ok, I updated, here's the current version number:
And I'm still getting the same problem. Here are the details of another payment not being able to be routed through a directly connected channel:
|
Do you have any logs with for that node? Since the first hop fails it appears that the connection gets lost and we only learn about the failure when attempting to send an update through it. Is node X stable otherwise, or do you get timeouts from time to time? |
|
Got a similar error today (WIRE_TEMPORARY_CHANNEL_FAILURE) 2019-04-09 19:01:21: RPC call failed: method: waitsendpay, payload: {'payment_hash': '765425c0b756434f3164b797e88694d65f7ea815785927d7d8fd9072edf83810'}, error: {'data': {'erring_channel': '570523x648x1', 'failcode': 4103, 'failcodename': 'WIRE_TEMPORARY_CHANNEL_FAILURE', 'erring_index': 1, 'erring_direction': 0, 'erring_node': '0331f80652fb840239df8dc99205792bba2e559a05469915804c08420230e23c7c'}, 'code': 204, 'message': 'failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)'} |
I'm trying to figure out what is happening with one of my peer node (c-lightning). I've created an issue about routing. Now I have same error as described here and actually a routing failure described below.
Paystatus logs from payment origin node (C): Listpeers debug logs with lnd node from payment origin node (C): About potential route:
Second hop:
As you can see both channels are active and have enough funds to route payment. Not even at 2% channel capacity boundary. Direct payment 5896 to LND was successful. The very question for me now, what means |
@Illidanek is this still an issue? @mloop1 your error is from remote (" |
Closing due to no response from OP. |
Issue and Steps to Reproduce
I have an open channel with Node X. Here is the state of this channel (some values are hidden for privacy reasons):
The announcement signature has not been sent yet, but from what I was told, this is not a problem and I should be able to use the channel. However, when I try to send to this node, the payment through this channel fails (and ends up using a different route with a few hops). Here is the error I get during send:
Do note that I am trying to send 1234 satoshis, so there is plenty of capacity.
getinfo
output"version": "v0.6.2-121-gda465f0"
The text was updated successfully, but these errors were encountered: