-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Wallet software dies after making a payment (whether successful or not), taking lightningd down with it #156
Comments
This seems to be a c-lightning issue not specifically related to Spark. Could you try making a payment directly with |
Using |
Are you still able to reproduce this with spark? |
Yes, it still happens when using the Spark GUI. |
I just did a clean install by using |
I removed the config directory ( EDIT: As I've found out it's not possible to back up |
I'm not really sure what could be causing this to happen when paying via spark but not when paying directly, spark basically just calls Starting spark with |
Asterisks indicate redaction, not actual output
|
It seems like the payment actually does go through, its the call to I'll try to ask on the c-lightning IRC channel and see if anyone has any hints. |
I managed to find the cause on the c-lightning tracker, its this bug: ElementsProject/lightning#3915 There already is a fix that was merged yesterday: ElementsProject/lightning#3927 So the next release should resolve this, but I'm not sure if there's a workaround that you could use in the meanwhile. |
ElementsProject/lightning#3928 lists ElementsProject/lightning#3927 as one of the things that will be included in v0.9.0-1 of C-Lightning, which was released two days ago. |
@NateNate60 Did you try upgrading? Does the issue persist? |
Upgrading appears to fix the issue. For those in the future who may stumble across this thread, just follow the install instructions for building from the source in ElementsProject/lightning, and it should work. The ~/.lightning folder won't be overwritten so your channels and funds will be saved. |
Great, glad it worked out! |
Steps to reproduce
The following happens (from the FixedFloat test):
lightningd
also goes down as well.The same will happen after paying u/lntipbot. There does exist a valid path to u/lntipbot's node; it costs around 0.03 sat. for me to make the payment. However,
spark-wallet
will still die after making the payment, as willlightningd
. Trying to runlightning-cli
commands after this has happened will result in an error telling you:...which indicates that
lightningd
is not running because iflightningd
is started again,lightning-cli
commands will work again.bitcoind
does not die, and will continue to run.The text was updated successfully, but these errors were encountered: