btcpayserver-docker icon indicating copy to clipboard operation
btcpayserver-docker copied to clipboard

RTL always restarting when using eclair

Open britttttk opened this issue 4 years ago • 0 comments

When using eclair lightning, RTL container is always restarting with this error below. Is RTL supposed to work with eclair?

Error: Error:
Invalid config path: /root/.lnd/lnd.conf
    at Object.connect.setServerConfiguration (/RTL/connect.js:549:11)
    at Object.<anonymous> (/RTL/rtl.js:6:36)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
Something went wrong while configuring the node server:
Error:
Invalid config path: /root/.lnd/lnd.conf
/RTL/connect.js:549
    throw new Error(err);
    ^

britttttk avatar Nov 01 '20 05:11 britttttk