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

ConnectionRefusedError in launcher #459

Closed
qq470647251 opened this issue Nov 3, 2020 · 4 comments
Closed

ConnectionRefusedError in launcher #459

qq470647251 opened this issue Nov 3, 2020 · 4 comments

Comments

@qq470647251
Copy link

qq470647251 commented Nov 3, 2020

.vscode\extensions\ms-python.python-2020.10.332292344\pythonFiles\lib\python\debugpy\launcher/../..\debugpy\launcher_init_.py", line 34, in connect
sock.connect((host, port))
ConnectionRefusedError: [WinError 10061]

#84 (comment)

https://github.com/microsoft/debugpy/issues/84

#84

@qq470647251 qq470647251 changed the title https://github.com/microsoft/debugpy/issues/84 still not fix https://github.com/microsoft/debugpy/issues/84 Nov 3, 2020
@int19h
Copy link
Contributor

int19h commented Nov 3, 2020

It might be the same error message, but it doesn't mean that it's the same bug as #84. Please provide debugpy logs so that we can diagnose this properly.

@int19h int19h changed the title still not fix https://github.com/microsoft/debugpy/issues/84 ConnectionRefusedError in launcher Nov 3, 2020
@qq470647251
Copy link
Author

when call time.localtime() it's break
but it's ok when use time.gmtime()

@int19h
Copy link
Contributor

int19h commented Nov 5, 2020

Can you please provide:

  1. A list of steps that reproduce the problem.

  2. The complete code snippet that you're trying to debug, if possible.

  3. debugpy logs - set "logToFile": true in your launch.json, and you'll find several files in ...\.vscode\extensions\ms-python.python-... that all have names matching debugpy*.log.

@int19h
Copy link
Contributor

int19h commented Mar 31, 2021

Closing since there's not enough information to investigate further.

@int19h int19h closed this as completed Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants