Description
This is my first time working with lighthouse-batch-parallel and Node.js and I ran into this problem:
I have this error on most of my urls, have you ever had this error?
Error: connect ECONNREFUSED 127.0.0.1:39855
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 39855
}
Device = desktop || URL = https://www.vdm-reya.com/fusees
Total: 200 || Remain: 183
Error: connect ECONNREFUSED 127.0.0.1:37451
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 37451
}
Error: connect ECONNREFUSED 127.0.0.1:33513
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 33513
}