karishmal / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

503 Server Unavailable exception #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Some times I am getting an exception like 

The request 'Google.Apis.Requests.Request(insert @ 
https://www.googleapis.com/calendar/v3/calendars?alt=json&prettyPrint=true 
[^])' has failed. The service calendar has thrown an exception: 
Google.GoogleApiRequestException: Google.Apis.Requests.RequestError
Backend Error [503]
Errors [
    Message[Backend Error] Location[ - ] Reason[backendError] Domain[global]
]
 ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at Google.Apis.Requests.Request.InternalEndExecuteRequest(IAsyncResult asyncResult)
   --- End of inner exception stack trace ---
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
The Api dll version is 1.1.4344.23403.Operating System is Windows Sever 2003 

Please provide any additional information below.

In this case also,the request URL is coming without a calendar id

Thanks,

Sreedevi.S

Original issue reported on code.google.com by sreedevi...@gmail.com on 15 Jun 2012 at 10:14

GoogleCodeExporter commented 9 years ago
Hi,
This appears to be a problem with the underlying Api which this project does 
not support. I would suggest handling this error at your end with some form of 
exponential back-off/ retry. 

I am closing this issue as I don't believe this is due to code maintained by 
this project, if I am incorrect please indicate what the error in this project 
is.

Sorry I could not of been more help.

Original comment by davidwat...@google.com on 28 Jul 2012 at 4:42