enter image description here我在Microsoft graph API explorer中发送查询请求,收到内部服务器错误{“https://graph.microsoft.com$select=displayName,securityIdentifier“:”遇到内部服务器错误。
我用python and socket写了一个聊天服务器。客户端可以通过本地网络连接到它,但我需要客户端能够从其他网络连接到服务器。我尝试使用0.0.0.0作为服务器中的主机IP,但在尝试通过另一个网络连接到它时收到以下错误消息 TimeoutError: [WinError 10060] A connection attempta period of time, or established connection failed because connected host has failed to respond 这是我为服务器