gpt4 book ai didi

python - PyCharm远程调试(pydevd)连接不上

转载 作者:太空狗 更新时间:2023-10-29 17:08:25 28 4
gpt4 key购买 nike

PyCharm 远程调试 (pydevd) 未连接并出现以下消息:

error: [Errno 10061] No connection could be made because the target machine actively refused it

如何排除故障?

PyCharm 中的输出控制台显示:

Starting debug server at port 21000
Use the following code to connect to the debugger:
import pydevd
pydevd.settrace('*.*.*.*', port=21000, suspend=False)
Waiting for process connection...
Server stopped.

我检查了防火墙,PyCharm 允许传入和传出连接。

最佳答案

10061 是 WSAECONNREFUSED,“连接被拒绝”,这意味着在您尝试连接的 IP:端口上没有任何监听。

虽然我看到您已经确认这不是防火墙问题,但我仍然建议再次检查与在 Windows 防火墙中打开的端口号相关的端口号。或者缩小范围,只需在同一端口运行一个简单的 httpserver 或 icmp 服务器并确认。

关于python - PyCharm远程调试(pydevd)连接不上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32362438/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com