Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Proxie Error #125

Open
VatosV2 opened this issue May 10, 2023 · 0 comments
Open

Proxie Error #125

VatosV2 opened this issue May 10, 2023 · 0 comments

Comments

@VatosV2
Copy link

VatosV2 commented May 10, 2023

Traceback (most recent call last):
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\util\connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\socket.py", line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connectionpool.py", line 700, in urlopen
self._prepare_proxy(conn)
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connectionpool.py", line 996, in _prepare_proxy
conn.connect()
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connection.py", line 358, in connect
self.sock = conn = self._new_conn()
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x03CBD970>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\requests\adapters.py", line 489, in send
resp = conn.urlopen(
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\util\retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='discord.com', port=443): Max retries exceeded with url: /api/v9/auth/register (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x03CBD970>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "d:\onde drive\OneDrive\Desktop\Discord-Token-Gen-master\main.py", line 202, in
Main()
File "d:\onde drive\OneDrive\Desktop\Discord-Token-Gen-master\main.py", line 74, in init
self.reg()
File "d:\onde drive\OneDrive\Desktop\Discord-Token-Gen-master\main.py", line 178, in reg
resp = requests.post("https://discord.com/api/v9/auth/register",json=param,headers=headers,proxies=self.Settings.get_proxy())
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\requests\api.py", line 115, in post

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant