gpt4 book ai didi

python-3.x - 操作系统错误 : [WinError 10049] The requested address is not valid in its context

转载 作者:行者123 更新时间:2023-12-03 11:52:59 31 4
gpt4 key购买 nike

当我运行代码时:

name = socket.gethostname()

#ip = socket.gethostbyname(name)
port = 5000

ip = "90.95.52.220"
print("Ip server: %s"%ip)

s.bind((ip, port)

我收到此错误:

"OSError: [WinError 10049] The requested address is not valid in its context"



如果我使用 socket.gethostbyname(name) 获取 IP,它会给我一个 IP,但是通过使用该 IP,其他人无法连​​接到我的服务器。我能做些什么?我阅读了类似问题的答案,但没有一个有效。

最佳答案

您的系统可能有许多分配给它的 IP 地址。在 Windows 中,您可以通过 ipconfig/all 命令查看。但是只有一个IP地址是外部的。您需要绑定(bind)到该 IP 地址,以便您的 friend 连接到您。如果您的系统是通过 wifi 连接的,那么它将是您的 wifi 适配器 IP 地址。

关于python-3.x - 操作系统错误 : [WinError 10049] The requested address is not valid in its context,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44607042/

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