sindresorhus / speed-test

Test your internet connection speed and ping using speedtest.net from the CLI
MIT License
3.91k stars 164 forks source link

Error: connect ECONNREFUSED #64

Closed wenisonbp closed 4 years ago

wenisonbp commented 4 years ago

Hello, please, can you help me with this error? I need to know if this library can be used on production servers. I'm using a library on a Windows production server and I want to capture the client's speed test, but this error is occurring:

Error: connect ECONNREFUSED 179.109.32.34:8080 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) Emitted 'error' event at: { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '179.109.32.34', port: 8080 }

sindresorhus commented 4 years ago

This is meant to test your own internet speed, not as a server to test others.