Hi, Thanks for the heads up! I am going look into this problem.
Austin On Mon, Jun 30, 2008 at 3:00 PM, Darren Y <[EMAIL PROTECTED]> wrote: > > I received this error stack using the Google Calendar service: > > com.google.gdata.util.ServiceException: Internal Server Error > Redirection issue > at > com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Unknown > Source) > at > com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(Unknown > Source) > at > com.google.gdata.client.http.HttpGDataRequest.checkResponse(Unknown > Source) > at > com.google.gdata.client.http.HttpGDataRequest.execute(Unknown Source) > at > com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown > Source) > at com.google.gdata.client.Service.getFeed(Unknown Source) > at com.google.gdata.client.GoogleService.getFeed(Unknown > Source) > at com.google.gdata.client.Service.getFeed(Unknown Source) > at > com.darrenyamaki.lotusgcal.GCalHelper.populateEvents(GCalHelper.java: > 36) > at com.darrenyamaki.lotusgcal.Run.main(Run.java:54) > > This fix worked for me in the Google Calendar API: > > myService = new CalendarService(serviceName); > myService.setHandlesCookies(false); > > Hope this helps someone. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
