Thank you for your quick reply. Have opened an issue.
Cheers,
Helmut Schierer
On 29 Jul., 13:45, AdWords API Advisor
wrote:
> HI Helmut,
>
> Seems you are correct, looks like AuthToken::Login is not using any
> proxies.
> Seehttp://code.google.com/p/google-api-adwords-python-lib/source/browse/.
HI Helmut,
Seems you are correct, looks like AuthToken::Login is not using any
proxies. See
http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/aw_api/AuthToken.py#52
for details.
Could you open an issue at
http://code.google.com/p/google-api-adwords-python-lib/issues/lis
Using Python AdWords-API Version v201003.
Wanted to connect through a proxy with using the proxy-param in
"GetCampaignService(url, version, proxy)"
Get error: [Errno socket error] (10061, 'Connection refused')
Looking at the Traceback I can see that the error occurs in
AuthToken.py in "__Login".