You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Windows\system32>blockchat
connected
enter a username: C:\Users\wVw_PC\AppData\Roaming\npm\node_modules\blockchat\nod
e_modules\supercop.js\lib.js:97
throw ex;
^
Error: connect ECONNREFUSED 159.65.168.34:46657
at Object.exports._errnoException (util.js:1024:11)
at exports._exceptionWithHostPort (util.js:1047:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1150:14)
C:\Windows\system32>
The text was updated successfully, but these errors were encountered:
I have this same error. Mac OS Hight Sierra Version 10.13.3
When I try the install, I receive this error:
$ npm install blockchat -g
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected].
/Users/kaiquenunes/.nvm/versions/node/v8.2.1/bin/blockchat -> /Users/kaiquenunes/.nvm/versions/node/v8.2.1/lib/node_modules/blockchat/bin/chat-client.js
So if I try to run:
$ blockchat
connected
enter a username: /Users/kaiquenunes/.nvm/versions/node/v8.2.1/lib/node_modules/blockchat/node_modules/supercop.js/lib.js:97
throw ex;
^
Error: connect ECONNREFUSED 159.65.168.34:46657
at Object.exports._errnoException (util.js:1024:11)
at exports._exceptionWithHostPort (util.js:1047:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1150:14)
This error pops while running this app
C:\Windows\system32>blockchat
connected
enter a username: C:\Users\wVw_PC\AppData\Roaming\npm\node_modules\blockchat\nod
e_modules\supercop.js\lib.js:97
throw ex;
^
Error: connect ECONNREFUSED 159.65.168.34:46657
at Object.exports._errnoException (util.js:1024:11)
at exports._exceptionWithHostPort (util.js:1047:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1150:14)
C:\Windows\system32>
The text was updated successfully, but these errors were encountered: