What happens when you run
lightning-cli listfunds
And I know what this sounds like, but have you tried a power cycle?
Same issue here, but not sure why after ssh in I get the error -bash: lightning-cli command not found
What'm missing?
reply
You'd have to find the docker container id and exec into it first.
docker ps docker exec -it <container_id> /bin/sh
reply
Recurring errors on the log...
ERROR: CLWebSocket => Web socket error: connect ECONNREFUSED 178.18.0.3:3001 ERROR: WebSocketServer => Broadcasting error to clients...: {"error":"connect ECONNREFUSED 178.18.0.3:3001"}.
reply
Not sure how or where to run this using the star9 CLN app.
I haven’t tried a power cycle I did restart the app and RTL on start9 and that didn’t work
reply
I don't own a start9 node but I'm guessing you'd need to ssh into the machine.
Try restarting the machine first. Then check that listfunds command and also the logs (idk if it's safe to post online, probably not).
cat /var/log/start9/lightningd.log
reply
Power cycle didn’t work will work on ssh next
reply
Okay doing that now
reply