You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code
Issues
5
Jump to bottom
this error pops up when ever i use any other wifi (i used a wifi that is far away from me at first nd now i can't use it on any other wifi) it works whenever i use the first used wifi btw #38
Open
wahidsabharwall opened this issue on Nov 7, 2023 · 1 comment
Open
this error pops up when ever i use any other wifi (i used a wifi that is far away from me at first nd now i can't use it on any other wifi) it works whenever i use the first used wifi btw #38
wahidsabharwall opened this issue on Nov 7, 2023 · 1 comment
Comments
wahidsabharwall commented on Nov 7, 2023
Traceback (most recent call last):
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connection.py", line 159, in _new_conn
conn = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/util/connection.py", line 61, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socket.py", line 962, 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 "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 381, in _make_request
self._validate_conn(conn)
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
conn.connect()
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connection.py", line 309, in connect
conn = self._new_conn()
^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connection.py", line 171, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fd512559a50>: 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 "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 726, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/util/retry.py", line 446, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /hackwithalex/.../main/.... (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd512559a50>: 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 "brutex.py", line 4, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
[Previous line repeated 1 more time]
File "", line 4, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 4, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 20, in
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /hackwithalex/.../main/.... (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd512559a50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
The text was updated successfully, but these errors were encountered:
Navigation Menu
Code
Issues
5
Jump to bottom
this error pops up when ever i use any other wifi (i used a wifi that is far away from me at first nd now i can't use it on any other wifi) it works whenever i use the first used wifi btw #38
Open
wahidsabharwall opened this issue on Nov 7, 2023 · 1 comment
Open
this error pops up when ever i use any other wifi (i used a wifi that is far away from me at first nd now i can't use it on any other wifi) it works whenever i use the first used wifi btw
#38
wahidsabharwall opened this issue on Nov 7, 2023 · 1 comment
Comments
wahidsabharwall commented on Nov 7, 2023
Traceback (most recent call last):
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connection.py", line 159, in _new_conn
conn = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/util/connection.py", line 61, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socket.py", line 962, 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 "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 381, in _make_request
self._validate_conn(conn)
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
conn.connect()
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connection.py", line 309, in connect
conn = self._new_conn()
^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connection.py", line 171, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fd512559a50>: 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 "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 726, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/util/retry.py", line 446, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /hackwithalex/.../main/.... (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd512559a50>: 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 "brutex.py", line 4, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
[Previous line repeated 1 more time]
File "", line 4, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 4, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 20, in
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /hackwithalex/.../main/.... (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd512559a50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
The text was updated successfully, but these errors were encountered: