I've been fighting this for months now, and in the past I've just put a try/except loop until the darned thing completed.
I'm using Python, and I've tried both Google's Python API's and hand-coding the XML and using Python's socket implementation to attempt to connect to the app/api engine. Using both methods, I frequently receive: (8, 'EOF occurred in violation of protocol') It's very frustrating, especially now because I have to create a real time interface for the user and it would be foolish of me to expect them to hang around for up to 10 minutes while I do a try/except loop to Google. Google has told me it's my ISP. It's NOT my ISP. I have a butt-naked raw 30Mbps fibre connection. I've tried it behind the firewall and in front of the firewall, same results both times. I've tried it from a different ISP at home, same results. I've noticed a few comments around the web pointing to "Google ends their SSL connection prematurely" and it seems that other applications have had to work around this issue with Google. Now, I don't mind working around it, but I have to be able to have something that works in real time. Is there a change in Python I can make? -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
