Discord-Account-Generator icon indicating copy to clipboard operation
Discord-Account-Generator copied to clipboard

issue occurred when scarping email

Open HanzheZhang822 opened this issue 4 years ago • 2 comments

Scraping email. Traceback (most recent call last): File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 706, in urlopen chunked=chunked, File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request self.validate_conn(conn) File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 1010, in validate_conn conn.connect() File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\util\ssl.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\util\ssl.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\ssl.py", line 423, in wrap_socket session=session File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\ssl.py", line 870, in _create self.do_handshake() File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1091)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\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 SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1091)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "discordgenerator.py", line 382, in main() File "discordgenerator.py", line 375, in main worker(random.choice(proxies)) File "discordgenerator.py", line 234, in worker g = GmailnatorGet() File "C:\Users\zachz\Desktop\Discord-Account-Generator-main\src\api.py", line 87, in init super().init() File "C:\Users\zachz\Desktop\Discord-Account-Generator-main\src\api.py", line 28, in init self.csrf_token = self.__get_csrf() File "C:\Users\zachz\Desktop\Discord-Account-Generator-main\src\api.py", line 31, in __get_csrf response = self.s.get(self.BASE_URL) File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 555, in get return self.request('GET', url, **kwargs) File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "C:\Users\zachz\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 514, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='www.gmailnator.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1091)')))

HanzheZhang822 avatar Oct 16 '21 23:10 HanzheZhang822

SAME

KeparYTbcc avatar Oct 20 '21 22:10 KeparYTbcc

I am facing the same problem :(

casmint avatar Nov 08 '21 20:11 casmint