3s3s / opentrade

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

after sudo node main.js,it is Error #331

Open a20180502 opened 4 years ago

a20180502 commented 4 years ago

1、ws@7.2.1 requires a peer of bufferutil@^4.0.1 but none was installed. 2、SSL Proxy listening on port 443 events.js:180 throw er; // Unhandled 'error' event ^

Error: connect ECONNREFUSED 127.0.0.1:40545 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1056:14) Emitted 'error' event at: at ClientRequest. (/home/ubuntu/opentrade/node_modules/ws/lib/websocket.js:551:10) at ClientRequest.emit (events.js:203:13) at Socket.socketErrorListener (_http_client.js:402:9) at Socket.emit (events.js:203:13) at emitErrorNT (internal/streams/destroy.js:91:8) at emitErrorAndCloseNT (internal/streams/destroy.js:59:3) at processTicksAndRejections (internal/process/task_queues.js:77:11) { errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 40545

xcelr commented 3 years ago

Hey did you ever find a fix for this, im running into the same error.