|
PyPrint:"Traceback (most recent call last):"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/urllib3/connection.py", line 175, in _new_conn"
PyPrint:" (self._dns_host, self.port), self.timeout, **extra_kw"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/urllib3/util/connection.py", line 72, in create_connection"
PyPrint:" for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/python3.7.zip/socket.py", line 748, in getaddrinfo"
PyPrint:"socket.gaierror: [Errno 7] No address associated with hostname"
PyPrint:""
PyPrint:"During handling of the above exception, another exception occurred:"
PyPrint:""
PyPrint:"Traceback (most recent call last):"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/urllib3/connectionpool.py", line 710, in urlopen"
PyPrint:" chunked=chunked,"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/urllib3/connectionpool.py", line 386, in _make_request"
PyPrint:" self._validate_conn(conn)"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/urllib3/connectionpool.py", line 1040, in _validate_conn"
PyPrint:" conn.connect()"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/urllib3/connection.py", line 358, in connect"
PyPrint:" self.sock = conn = self._new_conn()"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/urllib3/connection.py", line 187, in _new_conn"
PyPrint:" self, "Failed to establish a new connection: %s" % e"
PyPrint:"urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fca9822cac8>: Failed to establish a new connection: [Errno 7] No address associated with hostname"
PyPrint:""
PyPrint:"During handling of the above exception, another exception occurred:"
PyPrint:""
PyPrint:"Traceback (most recent call last):"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/requests/adapters.py", line 450, in send"
PyPrint:" timeout=timeout"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/urllib3/connectionpool.py", line 786, in urlopen"
PyPrint:" method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]"
PyPrint:" File "/data/user/0/hsh.py/assets/Python/Libs/urllib3/util/retry.py", line 592, in increment"
PyPrint:" raise MaxRetryError(_pool, url, error or ResponseError(cause))"
PyPrint:"urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.baidu.com', port=443): Max retries exceeded with url: /?tn=80035161_1_dg (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fca9822cac8>: Failed to establish a new connection: [Errno 7] No address associated with hostname'))"
PyPrint:""
PyPrint:"During handling of the above exception, another exception occurred:" |
|