LunusBPS icon indicating copy to clipboard operation
LunusBPS copied to clipboard

pls fix

Open Isad86 opened this issue 1 year ago • 0 comments

Traceback (most recent call last): File "C:\Program Files\Python39\lib\site-packages\urllib3\connection.py", line 203, in _new_conn sock = connection.create_connection( File "C:\Program Files\Python39\lib\site-packages\urllib3\util\connection.py", line 85, in create_connection raise err File "C:\Program Files\Python39\lib\site-packages\urllib3\util\connection.py", line 73, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "C:\Program Files\Python39\lib\site-packages\urllib3\connectionpool.py", line 791, in urlopen response = self._make_request( File "C:\Program Files\Python39\lib\site-packages\urllib3\connectionpool.py", line 492, in _make_request raise new_e File "C:\Program Files\Python39\lib\site-packages\urllib3\connectionpool.py", line 468, in _make_request self._validate_conn(conn) File "C:\Program Files\Python39\lib\site-packages\urllib3\connectionpool.py", line 1097, in _validate_conn conn.connect() File "C:\Program Files\Python39\lib\site-packages\urllib3\connection.py", line 611, in connect self.sock = sock = self._new_conn() File "C:\Program Files\Python39\lib\site-packages\urllib3\connection.py", line 218, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x00000251B9AA3760>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "C:\Program Files\Python39\lib\site-packages\requests\adapters.py", line 486, in send resp = conn.urlopen( File "C:\Program Files\Python39\lib\site-packages\urllib3\connectionpool.py", line 845, in urlopen retries = retries.increment( File "C:\Program Files\Python39\lib\site-packages\urllib3\util\retry.py", line 515, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='proxyspace.pro', port=443): Max retries exceeded with url: /socks4.txt (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000251B9AA3760>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\pc\Downloads\LunusBPS-main\LunusBPS-main\main.py", line 196, in for result in results: File "C:\Program Files\Python39\lib\concurrent\futures_base.py", line 609, in result_iterator yield fs.pop().result() File "C:\Program Files\Python39\lib\concurrent\futures_base.py", line 439, in result return self.__get_result() File "C:\Program Files\Python39\lib\concurrent\futures_base.py", line 391, in __get_result raise self._exception File "C:\Program Files\Python39\lib\concurrent\futures\thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "C:\Users\pc\Downloads\LunusBPS-main\LunusBPS-main\main.py", line 179, in scrape_proxy_links_socks4 response = requests.get(link) File "C:\Program Files\Python39\lib\site-packages\requests\api.py", line 73, in get return request("get", url, params=params, **kwargs) File "C:\Program Files\Python39\lib\site-packages\requests\api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "C:\Program Files\Python39\lib\site-packages\requests\sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "C:\Program Files\Python39\lib\site-packages\requests\sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "C:\Program Files\Python39\lib\site-packages\requests\adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='proxyspace.pro', port=443): Max retries exceeded with url: /socks4.txt (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000251B9AA3760>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond'))

Isad86 avatar Nov 05 '23 07:11 Isad86