Thread
:
[Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
View Single Post
kHan
2010-06-21 , 19:53
Posts: 5 | Thanked: 2 times | Joined on Aug 2007
#
424
Hello, since 2 or 3 weeks I have a syncronisation problem !
My secondary calendars will sync, but not my main calendar.
Despite the latest update ...
I copy the error report.
sorry for my English!
Traceback (most recent call last):
File "/usr/bin/erminig", line 153, sync_all_profiles(widget=<gtk.ToolButton object at 0x40bef530 (GtkToolButton at 0x4c69f0)>, data=<hildon.StackableWindow object at 0x40becaf8 (HildonStackableWindow at 0x456060)>)
id = i[0]
do_profile_sync(id, data)
variables: {'data': ('local', <hildon.StackableWindow object at 0x40becaf8 (HildonStackableWindow at 0x456060)>), 'id': ('local', 10), 'do_profile_sync': ('global', <function do_profile_sync at 0x40c18230>)}
File "/usr/bin/erminig", line 125, do_profile_sync(id=10, data=<hildon.StackableWindow object at 0x40becaf8 (HildonStackableWindow at 0x456060)>)
profile['remoteSource'], \
profile['lastUpdate'], progress)
variables: {'profile': ('local', {'lastUpdate': 0, 'direction': 0, 'lastLocalUpdate': 0, 'remoteSourceTitle': u'MH', 'remoteAccountId': 1, 'enabled': 1, 'localSource': u'1', 'remoteSource': u'mickael.hinault@gmail.com', 'localSourceTitle': u'N900', 'id': 10}), 'progress': ('local', <gtk.ProgressBar object at 0x40bf2da0 (GtkProgressBar at 0x4dc2d0)>)}
File "/usr/share/erminig/erminig_core.py", line 504, syncFromGoogle(pid=10, localSource=u'1', remoteSource=u'mickael.hinault@gmail.com', lastSync=0, progress=<gtk.ProgressBar object at 0x40bf2da0 (GtkProgressBar at 0x4dc2d0)>)
getNewEventsFromGoogle(pid, int(localSource), remoteSource, lastSync, \
progress)
variables: {'progress': ('local', <gtk.ProgressBar object at 0x40bf2da0 (GtkProgressBar at 0x4dc2d0)>)}
File "/usr/share/erminig/erminig_core.py", line 238, getNewEventsFromGoogle(pid=10, localSource=1, remoteSource=u'mickael.hinault@gmail.com', lastSync=0, progress=<gtk.ProgressBar object at 0x40bf2da0 (GtkProgressBar at 0x4dc2d0)>)
rstring = recurrence['rrule']
start_time = iso8601ToTimestamp(recurrence['dtstart'])
end_time = iso8601ToTimestamp(recurrence['dtend'])
variables: {'recurrence': ('local', {'dtend': '2007-09-01T10:30:00', 'dtstart': '2007-09-01T09:30:00', 'rrule': 'FREQ=MONTHLY;BYMONTHDAY=0;WKST=MO;UNTIL=21001231T 000000;INTERVAL=1'}), 'start_time': ('local', None), 'iso8601ToTimestamp': ('global', <function iso8601ToTimestamp at 0x40b50ab0>)}
File "/usr/share/erminig/erminig_core.py", line 120, iso8601ToTimestamp(date='2007-09-01T09:30:00')
def iso8601ToTimestamp(date):
return int(iso8601.parse(date))
variables: {'int': ('builtin', <type 'int'>), 'date': ('local', '2007-09-01T09:30:00'), 'iso8601.parse': ('global', <function parse at 0x40b503b0>)}
File "/usr/share/erminig/iso8601.py", line 22, parse(s='2007-09-01T09:30:00')
if m is None or m.group() != s:
raise ValueError, "unknown or illegal ISO-8601 date format: " + `s`
gmt = __extract_date(m) + __extract_time(m) + (0, 0, 0)
variables: {'s': ('local', '2007-09-01T09:30:00'), 'ValueError': ('builtin', <type 'exceptions.ValueError'>)}
ValueError: unknown or illegal ISO-8601 date format: '2007-09-01T09:30:00'
Quote & Reply
|
The Following User Says Thank You to kHan For This Useful Post:
lorelei
kHan
View Public Profile
Send a private message to kHan
Find all posts by kHan