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
_http_client.js:277
req.emit('close');
^
TypeError: Cannot read property 'emit' of null
at TLSSocket.socketCloseListener (_http_client.js:277:6)
at emitOne (events.js:101:20)
at TLSSocket.emit (events.js:188:7)
at _handle.close (net.js:509:12)
at TCP.done [as _onclose] (_tls_wrap.js:332:7)
The text was updated successfully, but these errors were encountered:
I learned of NODE_DEBUG=http,net and got this immediately prior to the above error:
NET 5525: destroy undefined
NET 5525: destroy
NET 5525: close
NET 5525: close handle
NET 5525: emit close
HTTP 5525: HTTP socket close
NET 5525: _read
NET 5525: _read wait for connection
I'm getting this error on every run:
The text was updated successfully, but these errors were encountered: