失效了?
[Python] 纯文本查看 复制代码 Traceback (most recent call last):
File "E:\站长之家模板.py", line 71, in <module>
make_url()
File "E:\站长之家模板.py", line 31, in make_url
response = opener.open(request)
File "D:\Python3.10.5\lib\urllib\request.py", line 519, in open
response = self._open(req, data)
File "D:\Python3.10.5\lib\urllib\request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "D:\Python3.10.5\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "D:\Python3.10.5\lib\urllib\request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "D:\Python3.10.5\lib\urllib\request.py", line 1352, in do_open
r = h.getresponse()
File "D:\Python3.10.5\lib\http\client.py", line 1374, in getresponse
response.begin()
File "D:\Python3.10.5\lib\http\client.py", line 318, in begin
version, status, reason = self._read_status()
File "D:\Python3.10.5\lib\http\client.py", line 287, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response |