-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error calling createInvoice in router.js #17
Comments
I believe
Values of variables body value: option value:
response value:
response.r_hash value: This is where I am stuck currently. |
Issue could be recreated running yarn dev & docker-compose up |
Hey,
after updating my lnd node to lnd v0.16.2-beta I noticed that ligess on my node cannot create invoices anymore. It used to work a few weeks ago. Not sure if updating lnd is even related to this issue though.
Terminal out put:
Initial debugging:
There seems to be two parts to this:
Focussing on point 2
There seems to be an issue with the una-wrapper (Universal Node API) when creating an invoice in router.js, executing the createInvoice function call:
Function call uses the following inputs according to
console.log()
:This will lead to:
Unfortunately, I am not a java script guy. Debugging this issue by myself will take forever. Does anyone have an idea what is going on and point me to something?
Any help is much appreciated!
The text was updated successfully, but these errors were encountered: