3s3s / opentrade

OpenTrade - Open Source Cryptocurrency Exchange
MIT License
396 stars 401 forks source link

Error: connect ECONNREFUSED #315

Closed StelicaRusu closed 5 years ago

StelicaRusu commented 5 years ago

Hi, I'm getting this error : ubuntu@base-server:~/opentrade/server$ sudo node main.js SSL Proxy listening on port 443 events.js:183 throw er; // Unhandled 'error' event ^

Error: connect ECONNREFUSED 127.0.0.1:40545 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1191:14)

Does anybody have any ideea?

StelicaRusu commented 5 years ago

I seem to have solved it. It is more of these path issues. Say, you have the installation at /home/thisisme/opentrade then have symlinks to that directory from /home/opentrade and /root/opentrade.

xcelr commented 3 years ago

Hey how did you go about fixing this?