Re: Google-API Bad-Gateway-Error

2006-05-16 Thread Jack Diederich
On Tue, May 16, 2006 at 01:24:25PM +, John Bokma wrote: > [EMAIL PROTECTED] wrote: > > > It's quite strange, after calling the script several times it started > > to work; but sometimes the error occurs again. Maybe google has > > technical probs. > > Yup, I've seen exactly the same behavoir.

Re: Google-API Bad-Gateway-Error

2006-05-16 Thread John Bokma
[EMAIL PROTECTED] wrote: > It's quite strange, after calling the script several times it started > to work; but sometimes the error occurs again. Maybe google has > technical probs. Yup, I've seen exactly the same behavoir. So now I do several retry - sleep - retry steps before giving up. -- J

Re: Google-API Bad-Gateway-Error

2006-05-16 Thread DierkErdmann
It's quite strange, after calling the script several times it started to work; but sometimes the error occurs again. Maybe google has technical probs. Dierk -- http://mail.python.org/mailman/listinfo/python-list

Re: Google-API Bad-Gateway-Error

2006-05-16 Thread John Bokma
[EMAIL PROTECTED] wrote: > Hi, > > I am trying to query google from within a python script using the > Google-Api (pygoogle). > The following piece of codes gives me a "SOAPpy.Errors.HTTPError: > ", Not with Python, but with Perl, I am seeing now and then the same error. If you rerun the script

Google-API Bad-Gateway-Error

2006-05-16 Thread DierkErdmann
Hi, I am trying to query google from within a python script using the Google-Api (pygoogle). The following piece of codes gives me a "SOAPpy.Errors.HTTPError: ", the full Traceback is shown below. I am aware of the incompatibilities between the Google-Api and older versions of the SOAP-Library; I