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

No connection could be made #14

Open
blackhat235 opened this issue Nov 28, 2017 · 0 comments
Open

No connection could be made #14

blackhat235 opened this issue Nov 28, 2017 · 0 comments

Comments

@blackhat235
Copy link

earlier it was working but now it is giving error.

Traceback (most recent call last):
File "WhatsAppGDExtract.py", line 206, in
main()
File "WhatsAppGDExtract.py", line 189, in main
runMain('list', 'all', 0)
File "WhatsAppGDExtract.py", line 137, in runMain
bearer = getGoogleDriveToken(getGoogleAccountTokenFromAuth())
File "WhatsAppGDExtract.py", line 24, in getGoogleAccountTokenFromAuth
request = requests.post('https://android.clients.google.com/auth', data=payload)
File "C:\Python27\lib\site-packages\requests\api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
File "C:\Python27\lib\site-packages\requests\api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Python27\lib\site-packages\requests\sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
File "C:\Python27\lib\site-packages\requests\sessions.py", line 618, in send
r = adapter.send(request, **kwargs)
File "C:\Python27\lib\site-packages\requests\adapters.py", line 502, in send
raise ProxyError(e, request=request)
requests.exceptions.ProxyError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Max retries exceeded with url: /auth (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x02FEDA30>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',)))

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

1 participant