monero-nodejs icon indicating copy to clipboard operation
monero-nodejs copied to clipboard

Error: connect ECONNREFUSED 127.0.0.1:18082

Open abdul745 opened this issue 3 years ago • 1 comments

I am trying to make my monero wallet instance in my web app. When I make the command var Wallet = new moneroWallet(); I get the following error.

Error: connect ECONNREFUSED 127.0.0.1:18082 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1138:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 18082 }

Anyone please help how can I remove this?

abdul745 avatar Aug 31 '21 06:08 abdul745

Same here. Did you solve?

ronyquail avatar Apr 09 '22 13:04 ronyquail