Closed AlessandroZanatta closed 1 year ago
Update:
I've tested Polar on a freshly installed instance of Ubuntu 23.04 (installed from the provided .deb). The problem persists. The versions reported above are all the same, with the exception of docker compose (v2.20.2 instead of v2.20.3).
I've read in the patch notes that support for docker compose (plugin or the deprecated docker-compose?) v2 has been added in the latest release. Could that be the issue? This line seems to hint to some issue regarding networking.
2023-08-12T09:45:28.823Z UNUSUAL plugin-plugin.js: {\"type\":\"lightning\",\"name\":\"LightningError\",\"message\":\"Unable to connect, no address known for peer\",\"code\":400,\"data\":{\"id\":\"03cc76c5915110fa5c257ee33222ad148b52f1a4ab0dbd7c6c38c3631a1f5f5ead\",\"method\":\"connect\"},\"fullType\":\"lightning\"}
A previous one, however, seem to hint to something else entirely:
2023-08-12T09:45:26.451Z UNUSUAL plugin-plugin.js: {\"type\":\"lightning\",\"name\":\"LightningError\",\"message\":\"All addresses failed: 0.0.0.0:9735: Cryptographic handshake: peer closed connection (wrong key?). \",\"code\":401,\"fullType\":\"lightning\"}
I have the same issue. Maybe we can make the title of this issue more descriptive.
Hey yall, thanks for the bug report. I believe the root cause could be the same as described in #747. I'll confirm this week and get a patch release out if that is indeed the issue.
I have the same issue. Maybe we can make the title of this issue more descriptive.
You're right. I've totally forgotten to add a title to the bug, sorry about that.
This is fixed by #762
Describe the bug Trying to connect stock Core Lightning nodes fails with the following:
Unable to open the channel lightningd 400: Unable to connect, no address known for peer
Partial log from
docker logs
:Trying to connect (as a source) another type of node (e.g. LND) works. However, using lightning core as a source always fails. I've tested multiple version of lightning core, and they all seem to be affected.
To Reproduce Steps to reproduce the behavior:
Expected behavior A channel is created between the two nodes.
Screenshots
Desktop: