View Single Post
Posts: 2 | Thanked: 0 times | Joined on Feb 2010
#403
I have the recent problem, that it is not working proberly since two days. I didn't change anything, but always ocurs the following message:

Traceback (most recent call last):
File "/usr/bin/erminig", line 153, sync_all_profiles(widget=<gtk.ToolButton object at 0x41d5b800 (GtkToolButton at 0x4bb1d8)>, data=<hildon.StackableWindow object at 0x41d62698 (HildonStackableWindow at 0x450060)>)
id = i[0]
do_profile_sync(id, data)
variables: {'data': ('local', <hildon.StackableWindow object at 0x41d62698 (HildonStackableWindow at 0x450060)>), 'id': ('local', 4), 'do_profile_sync': ('global', <function do_profile_sync at 0x41cff6f0>)}
File "/usr/bin/erminig", line 125, do_profile_sync(id=4, data=<hildon.StackableWindow object at 0x41d62698 (HildonStackableWindow at 0x450060)>)
profile['remoteSource'], \
profile['lastUpdate'], progress)
variables: {'profile': ('local', {'lastUpdate': 1275578896, 'direction': 0, 'lastLocalUpdate': 1275578899, 'remoteSourceTitle': u'Klinik', 'remoteAccountId': 1, 'enabled': 1, 'localSource': u'12', 'remoteSource': u'capvpqu9tn1o42gnklf4nm3250@group.calendar.google .com', 'localSourceTitle': u'Klinik', 'id': 4}), 'progress': ('local', <gtk.ProgressBar object at 0x41d5acd8 (GtkProgressBar at 0x4cd8d0)>)}
File "/usr/share/erminig/erminig_core.py", line 495, syncFromGoogle(pid=4, localSource=u'12', remoteSource=u'capvpqu9tn1o42gnklf4nm3250@group.ca lendar.google.com', lastSync=1275578896, progress=<gtk.ProgressBar object at 0x41d5acd8 (GtkProgressBar at 0x4cd8d0)>)
getNewEventsFromGoogle(pid, int(localSource), remoteSource, lastSync, \
progress)
variables: {'progress': ('local', <gtk.ProgressBar object at 0x41d5acd8 (GtkProgressBar at 0x4cd8d0)>)}
File "/usr/share/erminig/erminig_core.py", line 256, getNewEventsFromGoogle(pid=4, localSource=12, remoteSource=u'capvpqu9tn1o42gnklf4nm3250@group.ca lendar.google.com', lastSync=1275578896, progress=<gtk.ProgressBar object at 0x41d5acd8 (GtkProgressBar at 0x4cd8d0)>)
else:
insertGoogleEventLocally(event, int(localSource), pid)
variables: {'int': ('builtin', <type 'int'>), 'localSource': ('local', 12), 'pid': ('local', 4), 'event': ('local', <Event.Event instance at 0x41fad300>), 'insertGoogleEventLocally': ('global', <function insertGoogleEventLocally at 0x41d39e70>)}
File "/usr/share/erminig/erminig_core.py", line 91, insertGoogleEventLocally(event=<Event.Event instance at 0x41fad300>, cid=12, pid=4)
if localID:
updateGoogleEventLocally(event, cid, localID)
else:
variables: {'updateGoogleEventLocally': ('global', <function updateGoogleEventLocally at 0x41d39eb0>), 'localID': ('local', u'13562'), 'event': ('local', <Event.Event instance at 0x41fad300>), 'cid': ('local', 12)}
File "/usr/share/erminig/erminig_core.py", line 100, updateGoogleEventLocally(event=<Event.Event instance at 0x41fad300>, cid=12, localID=u'13562')
# XXX Check for failed updates!
cwrapper.updateLocalEvent(cid, event, localID)
variables: {'cwrapper.updateLocalEvent': ('global', <function updateLocalEvent at 0x413a8130>), 'localID': ('local', u'13562'), 'event': ('local', <Event.Event instance at 0x41fad300>), 'cid': ('local', 12)}
File "/usr/share/erminig/cwrapper.py", line 97, updateLocalEvent(cid=12, evt=<Event.Event instance at 0x41fad300>, lid=u'13562')
evt.get_start(), evt.get_end(), evt.get_rrule(), \
evt.get_rtype(), evt.get_until())
variables: {'evt.get_until': ('local', <bound method Event.get_until of <Event.Event instance at 0x41fad300>>), 'evt.get_rtype': ('local', <bound method Event.get_rtype of <Event.Event instance at 0x41fad300>>)}
File "/usr/share/erminig/Event.py", line 98, get_until(self=<Event.Event instance at 0x41fad300>)
# ??
return int(iso8601.parse(iso_date)) + 1
variables: {'int': ('builtin', <type 'int'>), 'iso8601.parse': ('global', <function parse at 0x41d398b0>), 'iso_date': ('local', '--::')}
File "/usr/share/erminig/iso8601.py", line 22, parse(s='--::')
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', '--::'), 'ValueError': ('builtin', <type 'exceptions.ValueError'>)}
ValueError: unknown or illegal ISO-8601 date format: '--::'

Could somebody give me help, please?

Many thanks