Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g = GmailnatorGet() error #99

Open
nicholaslz opened this issue Jul 21, 2022 · 2 comments
Open

g = GmailnatorGet() error #99

nicholaslz opened this issue Jul 21, 2022 · 2 comments

Comments

@nicholaslz
Copy link

I kept getting this error when I tried to run the program and it seems to me that many people have this too:
`Traceback (most recent call last):
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\urllib3\connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\urllib3\util\connection.py", line 73, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "C:\Users\nicho\AppData\Local\Programs\Python\Python39\lib\socket.py", line 954, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11002] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\urllib3\connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\urllib3\connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\urllib3\connectionpool.py", line 1010, in _validate_conn
conn.connect()
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\urllib3\connection.py", line 353, in connect
conn = self._new_conn()
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\urllib3\connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000001FE1A7DA460>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\requests\adapters.py", line 439, in send
resp = conn.urlopen(
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\urllib3\connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\urllib3\util\retry.py", line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.gmailnator.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001FE1A7DA460>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\discordgenerator.py", line 355, in
worker()
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\discordgenerator.py", line 206, in worker
g = GmailnatorGet()
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\src\api.py", line 86, in init
super().init()
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\src\api.py", line 28, in init
self.csrf_token = self.__get_csrf()
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\src\api.py", line 31, in __get_csrf
response = self.s.get(self.BASE_URL)
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\requests\sessions.py", line 555, in get
return self.request('GET', url, **kwargs)
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\requests\sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\requests\sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "C:\Users\nicho\Desktop\Programming\Python\HACK\satan\accgen\requests\adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.gmailnator.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001FE1A7DA460>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed'))`

Can anyone tell me what's happening?

@OishikGuha
Copy link

getting the same problem, have you found a fix to it?

@luxkatana
Copy link

Having the same problem.

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

No branches or pull requests

3 participants