View Single Post
Posts: 123 | Thanked: 33 times | Joined on Jan 2010 @ Stockholm
#137
Just when you thought I ran out of bug reports:
Code:
-------------------------------------------
Traceback (most recent call last):
  File "erminig-ng", line 524, in <module>
    syncNewEvents()
  File "erminig-ng", line 503, in syncNewEvents
    getNewEventsFromGoogle(lastSync)
  File "erminig-ng", line 290, 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 1039, in Get
    encoding=encoding, 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': 403, 'body': 'the@pal.pp.se har inte l\xc3\xa4s\xc3\xa5tkomst till kalendern som \xc3\xa4gs av g1op2h8ebo5ecbqg7eqb8ihh3c@group.calendar.google.com.', 'reason': 'Forbidden'}
~/erminig-ng-0.1.2 $
Dunno why the error message is in Swedish... everything on my Google and on my N900 is in English. Anyway, the translation is "the@pal.pp.se don't have access to the calendar owned by blahblah@blahblah".

Before the error it successfully synced a lot of events.

Edit: The error is repeating at each run, but not until the same bunch of birthdays has been ignored, and a couple of updates have been updated (or at least it says so on screen).

/P

Last edited by Palleman; 2010-02-06 at 02:34.