X Tutup
The Wayback Machine - https://web.archive.org/web/20210415040929/https://github.com/nodejs/node/issues/37224
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspect debug> restart There was an internal error in node-inspect. ECONNRESET Error: read ECONNRESET #37224

Open
YATINDRA-07 opened this issue Feb 4, 2021 · 4 comments
Labels

Comments

@YATINDRA-07
Copy link

@YATINDRA-07 YATINDRA-07 commented Feb 4, 2021

  • Version: 15.2.0
  • Platform:Microsoft Windows NT 10.0.19041.0 x64
  • Subsystem:

What steps will reproduce the bug?

Whenever I use debugger and inspect option and after completing the debug in chrome, then giving restart command in vs code terminal here :
debug> restart

How often does it reproduce? Is there a required condition?

Every time when I enter restart in debug > screen

What is the expected behavior?

Restart the inspect/debugger in chrome

What do you see instead?

debug> restart
There was an internal error in node-inspect. Please report this bug.
read ECONNRESET
Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:213:20)
    at TCP.callbackTrampoline (node:internal/async_hooks:129:14)

Additional information

@YATINDRA-07 YATINDRA-07 changed the title Inspect debug> restart There was an internal error in node-inspect. Please report this bug. read ECONNRESET Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:213:20) at TCP.callbackTrampoline (node:internal/async_hooks:129:14) Inspect debug> restart There was an internal error in node-inspect. ECONNRESET Error: read ECONNRESET Feb 4, 2021
@picklit
Copy link

@picklit picklit commented Feb 20, 2021

I'm experiencing the same issue
node v15.5.1
Windows 10 Pro 20H2

There was an internal error in node-inspect. Please report this bug.
read ECONNRESET
Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:213:20)
    at TCP.callbackTrampoline (node:internal/async_hooks:131:14)
@MattLusher
Copy link

@MattLusher MattLusher commented Mar 22, 2021

Same here.
node v15.0.1
Windows 10 Enterprise v1809

debug> restart
There was an internal error in node-inspect. Please report this bug.
read ECONNRESET
Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:213:20)
    at TCP.callbackTrampoline (node:internal/async_hooks:129:14)
@Trott
Copy link
Member

@Trott Trott commented Apr 12, 2021

Is anyone able to confirm that this bug also happens with Node.js 15.0.0? And that it isn't there with Node.js 14.x?

@Trott
Copy link
Member

@Trott Trott commented Apr 12, 2021

Is anyone able to test with Node.js 14.5.0 and/or Node.js 14.4.0? 14.4.0 has node-inspect 1.x and 14.5.0 is the first version with node-inspect 2.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
X Tutup