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". That method is called in WebService.py in CallMethod: ... #255 headers['authToken'] = Utils.GetAuthToken(headers['email'], headers['password']) ... Investigating further it seems to be that GetAuthToken isn't using the proxy provided in GetCampaignService(). Is that right? If so, is there a solution to solve that problem? Thanks, Helmut -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en