Since Sunday, we are having a problem where various attempts to make or 
read SSL connections to google services are getting hung up. I would say 
about 1 in 20 attempts to connect and read data is getting hung. Using the 
15.5.0 python client library, with python 2.7.3 (and 2.7.2+)

This issue are happening all over the place in the adwords library:

AuthToken.__Login()
urllib.urlopen() calls to open wsdl and xsd urls
reading data during ReportDownloader.DownloadReport calls

and the hangs can occur both during the do_handshake and reads on the 
underlying ssl socket. If left alone the hangs have lasted over an hour, at 
which point we have just killed the process.

Additionally we are having similar issues where trying to make ssl 
connections to google outside of the adwords library (scraping a couple of 
web pages). Which makes me think that there is something larger going on 
with the network. Are there any know ssl connection issues with Google 
right now?

We didn't originally have a timeout limit set at the socket layer, so we 
are able to work around the issue by doing that. But that then gives us 
another problem of trying to deal with the multitude of ways the adwords 
library handles and propogates (or doesn't) the timeout exceptions. It's 
proving very difficult to gracefully handle the timeouts and simply retry 
the connection (which generally works right away).

Thanks
Chris

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to