Errno 10061 : No connection could be made because the target machine actively refused it ( client - server )

后端 未结 14 721
無奈伤痛
無奈伤痛 2020-11-28 11:11

I have a problem with these client and server codes, I keep getting the [Errno 10061] No connection could be made because the target machine actively refused it

14条回答
  •  醉酒成梦
    2020-11-28 11:44

    I was facing a similar problem when I was calling REST API using python library and what I found that my server was going into sleep mode which was leading to this. As soon as I logged in to the server via Remote Desktop Connection, my API call used to work.

提交回复
热议问题