ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it. socket code

后端 未结 0 1898
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-14 20:34

I have a problem with the following code, for some reason the connection gets refused.

import socket

my_socket = socket.socket()

my_socket.connect((&quo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题