-
Notifications
You must be signed in to change notification settings - Fork 159
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
Explore commando and lnlink options for CLN connection #991
Comments
Closing it for now, will open another issue if we decide to migrate from cl-rest to commando plugin. |
Testing this on testnet, we've followed all the steps, but we get stuck:
and then nothing else... we can see the websocket open in the logs of CLN: |
I can test it on my side but need more details like public ip & port. |
I tested it with my nodes and the documentation is still working. But when I tried to find pubkey |
It's a testnet node
(I'm running the websocket interface on 9736). |
When I run this out of the box, I get the following output:
And then nothing else. I've also tried it with |
Hey, I am finally able to reproduce the same behaviour on my machine. I am currently debugging it. I will let you know whenever I make any progress. |
Which Core Lightning version are you on? I was successfully able to connect with CLN 0.11.1 but after upgrading it to 0.12.0 & 0.12.1, I am getting the same issue. I need some more time to install 0.11.1 on another machine and test with that again but 0.12.x might be the root cause. |
For v0.11.1:
For v0.12.1:
|
@kiwiidb Please let me know if above solution resolved your issue or not, whenever you test it again. |
Updated the gist and removed sample code comments from this thread to remove redundancy. Reference code link: https://gist.github.com/ShahanaFarooqui/1d7b4f9fc3d0657ffda4657262fce047 |
I'll try to test it out when I find the time. However, we've moved to https://github.com/aaronbarnardsound/lnmessage as a pure JS client as we need something to run in the browser. |
Explore commando and lnlink options for CLN connection. Explicitly test it with:
The text was updated successfully, but these errors were encountered: