-
Notifications
You must be signed in to change notification settings - Fork 145
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
Unable to connect to c-lightning node #682
Comments
It looks like you are using Core Lightning v0.12.0. Which version of Bitcoin nodes are you using? I just tried with Bitcoin Code v24.0 and it worked without any issues. Do you also face this problem with different combinations of Core Lightning and Bitcoin Core versions? Can you try with the latest version of CLN v22.11? Are you using any custom startup command flags or custom images? If different versions do not work, can you share the Core Lightning node's full docker log. That admin macaroon is generated by the |
@jamaljsr i'm using clightning v 0.12 with v23 of botcoin core. How do i change the version of nodes in polar. |
Ah, this is a permissions issue. Did you install Docker Desktop or Docker Engine? There are currently issues running Docker Desktop on Linux that I'm aware of. See #553 and #636. Docker Engine should work as long as you followed the post-installation steps. To use different versions of nodes, you just have to hit the "Show All Versions" toggle in the sidebar. You can also click "Check for new node versions" to pull down the latest available. |
@pathakharsh123 Polar doesn't currently work with Docker Desktop on Linux. You have to install Docker Engine instead. There are workarounds listed in #636 (comment) that you may try. |
Describe the bug
I created 2 Clightning and 2 bitcoin nodes but i'm getting error on starting the setup. Bitcoin nodes are starting perfectly fine but i'm getting error in other 2 CL nodes. in Docker desktop i can see all nodes running
Error: ENOENT: no such file or directory, open '/home/polaris/.polar/networks/2/volumes/c-lightning/bob/rest-api/access.macaroon'
Screenshots
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: