Hello Guys!

I have a .NET application which was running for months without problems 
(enumerating and reading spreadsheet data). Since yesterday the application 
experiences problems resulting in an HTTP 500 (my source code was NOT 
modified - see the stack trace below). The problem happens most of the time 
but not always. I am using .NET Google Docs API  1.6 and 1.8, free gmail 
accounts are used to access the spreadsheets.

StackTrace:    at Google.GData.Client.GDataRequest.Execute()

   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)

   at Google.GData.Client.GDataGAuthRequest.Execute()

   at Google.GData.Client.Service.Query(Uri queryUri, DateTime 
ifModifiedSince, String etag, Int64& contentLength)

   at Google.GData.Client.Service.Query(FeedQuery feedQuery)

   at Google.GData.Spreadsheets.SpreadsheetsService.Query(WorksheetQuery 
feedQuery)

....

System.Net.WebException: The remote server returned an error: (500) Internal 
Server Error.

   at System.Net.HttpWebRequest.GetResponse()

   at Google.GData.Client.GDataRequest.Execute()

For me it looks like this is the same bug as described in 
http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=1496. 
But I have no idea about a possible reason and/or work-around.


THANKS - any help is highly appreciated!

Martin

Reply via email to