0tza / gmail-delay-send

Automatically exported from code.google.com/p/gmail-delay-send
0 stars 0 forks source link

Random exceptions when accessing google services #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Cannot connect to Gmail (line 159)
Service timed out: Spreadsheets (line 398)
Service error: Spreadsheets (line 398)

Original issue reported on code.google.com by blairk...@gmail.com on 8 Oct 2011 at 7:51

GoogleCodeExporter commented 9 years ago
Added executeCommand() function which takes a fp and tries NUM_RETRIES catching 
an error if it occurs. If after NUM_RETRIES we get an exception each time, then 
we throw our own.

Original comment by blairk...@gmail.com on 11 Oct 2011 at 4:59