Error: Connect Econnrefused 127.0.0.1:3092 #167
Replies: 7 comments 4 replies
-
Can you please share your rtl-config.json after masking sensitive information? |
Beta Was this translation helpful? Give feedback.
-
According to your config, you are serving your RTL server should be serving on port 8080 not on 3092. |
Beta Was this translation helpful? Give feedback.
-
thx for the hint. seems there was an issue with 3092. but now i get this:
is there a way to change port 8080 to another? if not, where can i see which service actually uses port 8080? |
Beta Was this translation helpful? Give feedback.
-
holy moly. i changed the port to 9090 and rtl is now up and running. but i geht this now ... |
Beta Was this translation helpful? Give feedback.
-
rtl looks like this now: rtl-config looks like this: torrc looks like this: and server config looks like this: Port 8080 is in use from LND |
Beta Was this translation helpful? Give feedback.
-
and at least that means? should i use 9090 for RTL server and RTL’s port? in the original manual the config looks like this: nginx:
.lightning:
config: cl-rest-config.json:
tor:
but that didn’t worked because of two services uses 8080 as ports. should i go back to this config? but what and where should i change for not using port 8080 with two services? sry for stress u with all this questions. i’m good in copy paste, but not in coding and debuging ... |
Beta Was this translation helpful? Give feedback.
-
yes, that was it. thx you both for supporting me. my noce is up and running now!!! |
Beta Was this translation helpful? Give feedback.
-
hi there
i just installed core lightning and RTL. i used for that this manual:
https://raspibolt.org/guide/bonus/lightning/cln.html
https://raspibolt.org/guide/lightning/web-app.html
so far everything is OK. but if i run rtl, i get this:
ERROR: GetInfo => Get Info Error: {"name":"RequestError","message":"Error: connect ECONNREFUSED 127.0.0.1:3092","cause":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":3092},"error":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":3092},"options":{"url":"http://127.0.0.1:3092/v1/getinfo","rejectUnauthorized":false,"json":true,"headers":{},"method":"GET","qs":{},"simple":true,"resolveWithFullResponse":false,"transform2xxOnly":false}} Apr 13 15:07:22 crownero node[4603]: [13/04/2023, 15:07:22] ERROR: CLWebSocket => Web socket error: connect ECONNREFUSED 127.0.0.1:3092
seems something is wrong with the server config and ports, but i have no idea where and how to look and fix this issue.
may somebody give me a hint here?
Beta Was this translation helpful? Give feedback.
All reactions