我正在尝试从以下网站检索 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 request
conn.request("GET","/")
错误:
for res in _socket.getaddrinfo(host, port, family, type, proto, flags)
: socket.gaierror: [Errno 11001] getaddrinfo 失败