Re: [Pygoogle-discuss] HTTPError 502 Bad Gateway
Brought to you by:
bluecoat93
From: Giovanni M. Dall'O. <dal...@gm...> - 2006-11-20 16:46:20
|
hi, I don't know. It seems a very old problem. Actually I use something like this: <blockquote> ok = 0 while not ok: try: r_obj = google.doGoogleSearch(query) ok = 1 except: print 'Errore del server di google, aspetto un attimo e riprovo;' ok = 0 time.sleep(3) </blockquote> 2006/11/18, Anthony Liu <ant...@ya...>: > A search of google found out that tons of people are having this annoying > HTTPError: > > "SOAPpy.Errors.HTTPError: <HTTPError 502 Bad Gateway>" > > So, what is the solution? > > Thanks. > > > ________________________________ > Sponsored Link > > Mortgage rates near 39yr lows. $310,000 Mortgage for $999/mo - Calculate new > house payment > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Pygoogle-discuss mailing list > Pyg...@li... > https://lists.sourceforge.net/lists/listinfo/pygoogle-discuss > > > -- ----------------------------------------------------------- Appunti di Bioinformatica Libera (esperimento): http://www.bioinformatici.org/appunti/ Visit my website! http://dalloliogm.altervista.org |