aemscan icon indicating copy to clipboard operation
aemscan copied to clipboard

show this

Open Fawadkhanfk opened this issue 3 years ago • 0 comments

File "/usr/local/lib/python3.9/dist-packages/urllib3/connection.py", line 158, in _new_conn conn = connection.create_connection( File "/usr/local/lib/python3.9/dist-packages/urllib3/util/connection.py", line 57, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 954, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 597, in urlopen httplib_response = self._make_request(conn, method, url, File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 343, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 839, in _validate_conn conn.connect() File "/usr/local/lib/python3.9/dist-packages/urllib3/connection.py", line 301, in connect conn = self._new_conn() File "/usr/local/lib/python3.9/dist-packages/urllib3/connection.py", line 167, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7f3379258c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests-2.20.0-py3.9.egg/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 637, in urlopen retries = retries.increment(method, url, error=e, _pool=self, File "/usr/local/lib/python3.9/dist-packages/urllib3/util/retry.py", line 399, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.worldline.com', port=443): Max retries exceeded with url: /.infinity.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3379258c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/bin/aemscan", line 33, in sys.exit(load_entry_point('aemscan==1.0', 'console_scripts', 'aemscan')()) File "/usr/local/lib/python3.9/dist-packages/click-6.6-py3.9.egg/click/core.py", line 716, in call return self.main(*args, **kwargs) File "/usr/local/lib/python3.9/dist-packages/click-6.6-py3.9.egg/click/core.py", line 696, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.9/dist-packages/click-6.6-py3.9.egg/click/core.py", line 889, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.9/dist-packages/click-6.6-py3.9.egg/click/core.py", line 534, in invoke return callback(*args, **kwargs) File "/usr/local/lib/python3.9/dist-packages/aemscan-1.0-py3.9.egg/aemscan/init.py", line 30, in main task.run(url) File "/usr/local/lib/python3.9/dist-packages/aemscan-1.0-py3.9.egg/aemscan/tasks/scan_useful_paths.py", line 17, in run response = requests.head(url + path, verify=False) File "/usr/local/lib/python3.9/dist-packages/requests-2.20.0-py3.9.egg/requests/api.py", line 101, in head return request('head', url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests-2.20.0-py3.9.egg/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests-2.20.0-py3.9.egg/requests/sessions.py", line 524, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests-2.20.0-py3.9.egg/requests/sessions.py", line 637, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests-2.20.0-py3.9.egg/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.worldline.com', port=443): Max retries exceeded with url: /.infinity.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3379258c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

Fawadkhanfk avatar Sep 20 '21 07:09 Fawadkhanfk