Error: connect ECONNREFUSED 198.15.106.227:80 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
meosanjeev opened this issue · 6 comments
HELLO got this error suddenly when everything works properly . and then node js app restart automatically please help me i dont want to restart my app help me to solve this problem :
Error: connect ECONNREFUSED 198.15.106.227:80
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '198.15.106.227',
port: 80
}
need more details.
when does this happen ?
currently its showing me when i am using multiuser for 4-5 days
timeouterror: timed out after 30000 ms while trying to connect to the browser! only chrome at revision r818858 is guaranteed to work
run npm update and try again
should work
its showing me
2021-02-18T22:27:03: at listOnTimeout (internal/timers.js:554:17)
2021-02-18T22:27:03: at processTimers (internal/timers.js:497:7)
2021-02-18T22:47:02: TimeoutError: Timed out after 30000 ms while trying to connect to the browser! Only Chrome at revision r818858 is guaranteed to work.
2021-02-18T22:47:02: at Timeout.onTimeout (/var/www/html/wts_shared/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:204:20)
You can check the browser by changing the headless to false
, by this you will get to know if the authentication process is going as expected or not.
Here:
Lines 17 to 26 in f60e242
I think its looping on the scan QR code page.
thx for help