RTL can not connect to Eclair server #1148
-
RTL 0.13.2 with nodejs 18.12.1 can not connect to Eclair server. It work with nodejs 14.15.4. [12/15/2022, 8:36:49 PM] INFO: GetInfo => Getting Eclair Node Information... [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => PORT: 3000. [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => HOST: null. [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => SSO: 0. [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => DEFAULT NODE INDEX: 1. [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => INDEX: 1. [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => LN NODE: herobrain. [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => LN IMPLEMENTATION: ECL. [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => FIAT CONVERSION: false. [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => CURRENCY UNIT: undefined [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => LN SERVER URL: http://lo [12/15/2022, 8:36:49 PM] INFO: Config Setup Variable => LOGOUT REDIRECT LINK: [12/15/2022, 8:36:49 PM] INFO: GetInfo => Selected Node herobrain. [12/15/2022, 8:36:49 PM] INFO: GetInfo => Calling Info from Eclair server url ht [12/15/2022, 8:36:49 PM] ERROR: GetInfo => Get Info Error: {"name":"RequestError [12/15/2022, 8:36:58 PM] INFO: OnChain => Getting On Chain Transactions... [12/15/2022, 8:36:58 PM] INFO: OnChain => Getting On Chain Transactions Options. [12/15/2022, 8:36:58 PM] ERROR: OnChain => Get Transactions Error: {"name":"Requ [12/15/2022, 8:37:25 PM] INFO: ECLWebSocket => Reconnecting to the Eclair's Webs [12/15/2022, 8:37:25 PM] INFO: ECLWebSocket => Connecting to the Eclair's Websoc [12/15/2022, 8:37:25 PM] ERROR: ECLWebSocket => Web socket error: connect ECONNR [12/15/2022, 8:37:25 PM] ERROR: WebSocketServer => Broadcasting error to clients [12/15/2022, 8:37:25 PM] INFO: ECLWebSocket => Web socket disconnected, will rec |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
NodeJs update cannot break Eclair's connection. Please ensure that your Eclair node is serving on 8080 and change your RTL-Config.json's |
Beta Was this translation helpful? Give feedback.
NodeJs update cannot break Eclair's connection.
Please ensure that your Eclair node is serving on 8080 and change your RTL-Config.json's
lnServerUrl
setting fromlocalhost
to127.0.0.1
like below:"lnServerUrl": "http://127.0.0.1:8080"