Hello there
We've got a number of Calendars setup within our google domain for our
different schools across the University.
We're accessing the Private Calendar Feed using the gdata python
module and then we've written some of our own code to display the
upcoming events.
Everything has been working fine for a long time, and still does on
all our other faculty sites apart from one.
What we're seeing is the server.response getting set to 500, internal
server error.
File "/Library/Python/2.5/site-packages/gdata/service.py", line 1023,
in Get
'reason': server_response.reason, 'body': result_body}
RequestError: {'status': 500,
If I press refresh its okay, and then it's not, it's completely
random.
All our other faculty sites use the same application code, but
different calendar URLs and they are all working fine.
Has anyone seen anything like this before?
It seems like I need to tell the python gdata module to wait for
longer until it times out.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---