View Single Post
Posts: 123 | Thanked: 33 times | Joined on Jan 2010 @ Stockholm
#109
Still using old version, but I believe the below isn't changed in the later release (correct me if my assumption is a mother). Until now, the thingy has been doing what it's supposed to do.
Code:
~ $ cd erminig-ng-0.1.0/
~/erminig-ng-0.1.0 $ python2.5 erminig-ng 
Traceback (most recent call last):
  File "erminig-ng", line 526, in <module>
    syncNewEvents()
  File "erminig-ng", line 505, in syncNewEvents
    getNewEventsFromGoogle(lastSync)
  File "erminig-ng", line 291, in getNewEventsFromGoogle
    feed = gd_client.CalendarQuery(query)
  File "/usr/lib/python2.5/site-packages/gdata/calendar/service.py", line 126, in CalendarQuery
    converter=gdata.calendar.CalendarEventFeedFromString)
  File "/usr/lib/python2.5/site-packages/gdata/calendar/service.py", line 118, in Query
    result = self.Get(uri, converter=converter)
  File "/usr/lib/python2.5/site-packages/gdata/service.py", line 1050, in Get
    'reason': server_response.reason, 'body': result_body}
gdata.service.RequestError: {'status': 400, 'body': 'Invalid updated-min', 'reason': 'Bad Request'}
If you want the URL called or something, please inform me of what variables to print where.

/P

Last edited by Palleman; 2010-02-03 at 11:41.