Traceback (most recent call last):
File "google_adwords.py", line 765, in <module>
customer_ids = api.service.get_customer_id_list()
File "google_adwords.py", line 519, in get_customer_id_list
results = self.client.GetService(self.service).getCustomers()
File "/usr/local/lib/python3.6/dist-packages/googleads/common.py", line 786, in MakeSoapRequest
self._header_handler.SetHeaders(self.suds_client)
File "/usr/local/lib/python3.6/dist-packages/googleads/adwords.py", line 566, in SetHeaders
http_headers = self._adwords_client.oauth2_client.CreateHttpHeader()
File "/usr/local/lib/python3.6/dist-packages/googleads/oauth2.py", line 211, in CreateHttpHeader
self.Refresh()
File "/usr/local/lib/python3.6/dist-packages/googleads/oauth2.py", line 226, in Refresh
self.proxy_config.disable_certificate_validation)))
File "/usr/local/lib/python3.6/dist-packages/oauth2client/client.py", line 633, in refresh
self._refresh(http.request)
File "/usr/local/lib/python3.6/dist-packages/oauth2client/client.py", line 842, in _refresh
self._do_refresh_request(http_request)
File "/usr/local/lib/python3.6/dist-packages/oauth2client/client.py", line 874, in _do_refresh_request
self.token_uri, method='POST', body=body, headers=headers)
File "/usr/local/lib/python3.6/dist-packages/httplib2/__init__.py", line 1513, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/usr/local/lib/python3.6/dist-packages/httplib2/__init__.py", line 1263, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/usr/local/lib/python3.6/dist-packages/httplib2/__init__.py", line 1186, in _conn_request
conn.connect()
File "/usr/local/lib/python3.6/dist-packages/httplib2/__init__.py", line 982, in connect
if self.proxy_info and self.proxy_info.isgood():
AttributeError: 'HTTPSConnectionWithTimeout' object has no attribute 'proxy_info'