RPC error when running litd #677
Closed
Gusep
started this conversation in
Troubleshooting
Replies: 1 comment 1 reply
-
Hmm.. it seems like it's not picking up the config for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm not able to run litd properly. I have LND node running alongside litd on the same machine, these are my respective configurations:
lnd.conf
rpclisten=localhost:10009 rpcmiddleware.enable=true
lit.conf
remote.lnd.rpcserver=127.0.0.1:10009 remote.lnd.macaroonpath=/home/bitcoin/.lnd/data/chain/bitcoin/mainnet/admin.macaroon remote.lnd.tlscertpath=/home/bitcoin/.lnd/tls.cert httpslisten=0.0.0.0:8443
And when running litd I still get these errors:
[ERR] LNDC: Could not receive from interceptor stream: rpc error: code = Unknown desc = RPC middleware not enabled in config [ERR] STAT: could not start the lit sub-server: could not start Lit: could not start litd sub-servers: rpc error: code = Unknown desc = RPC middleware not enabled in config
As a result, when I access web interface and try Connect to terminal I get this error message
I'm probably missing something but can't find what is it. Any help appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions