Re: AdWords Python API: Passing Proxy Username and Password

2016-03-31 Thread F D
Thanks for the response I did try doing that. I have something like this in my googleads.yaml: # Proxy configurations (optional) proxy_info: host: username:passw...@myproxy.com port: 1234 Throws an error in httplib2: httplib2.ServerNotFoundError: Unable to find the server at accounts.googl

AdWords Python API: Passing Proxy Username and Password

2016-03-31 Thread F D
ifically this line of code: https://github.com/googleads/googleads-python-lib/blob/69369aedffae9be1a3059b62acd7900ddb43df1e/googleads/common.py#L118 I was thinking of opening an issue but figure I should ask as maybe I'm missing something in terms