我正在尝试从此网站检索 JSON 数据:www.themoviedb.org 我只能使用 http.client 和 json 作为库。我有一个有效的 API KEY,我不想在这个问题中透露。url = "https://api.themoviedb.org/3/movie/550?api_key=xxxx"conn = http.client.HTTPConnection(url,port=80)## things work well until i call requestconn.request("GET","/")错误:for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno 11001] getaddrinfo 失败
添加回答
举报
0/150
提交
取消