View Single Post
Posts: 203 | Thanked: 152 times | Joined on May 2009 @ Austria
#386
same problem here.

HTML Code:
Traceback (most recent call last):
  File "/usr/bin/erminig", line 80, sync_profile(widget=<gtk.ToolButton object at 0x40bfcbe8 (GtkToolButton at 0x4af950)>, data=<hildon.StackableWindow object at 0x40bb6cb0 (HildonStackableWindow at 0x444060)>)
      if selected_id:
        do_profile_sync(selected_id, data)
  variables: {'data': ('local', <hildon.StackableWindow object at 0x40bb6cb0 (HildonStackableWindow at 0x444060)>), 'selected_id': ('local', 1), 'do_profile_sync': ('global', <function do_profile_sync at 0x40c25d70>)}
  File "/usr/bin/erminig", line 125, do_profile_sync(id=1, data=<hildon.StackableWindow object at 0x40bb6cb0 (HildonStackableWindow at 0x444060)>)
            profile['remoteSource'], \
            profile['lastUpdate'], progress)
  variables: {'profile': ('local', {'lastUpdate': 1275404825, 'direction': 0, 'lastLocalUpdate': 1275405522, 'remoteSourceTitle': u'Andreas Weidlinger', 'remoteAccountId': 1, 'enabled': 1, 'localSource': u'1', 'remoteSource': u'my_address@gmail.com', 'localSourceTitle': u'N900', 'id': 1}), 'progress': ('local', <gtk.ProgressBar object at 0x40bfd800 (GtkProgressBar at 0x4c1a50)>)}
  File "/usr/share/erminig/erminig_core.py", line 495, syncFromGoogle(pid=1, localSource=u'1', remoteSource=u'my_address@gmail.com', lastSync=1275404825, progress=<gtk.ProgressBar object at 0x40bfd800 (GtkProgressBar at 0x4c1a50)>)
      getNewEventsFromGoogle(pid, int(localSource), remoteSource, lastSync, \
          progress)
  variables: {'progress': ('local', <gtk.ProgressBar object at 0x40bfd800 (GtkProgressBar at 0x4c1a50)>)}
  File "/usr/share/erminig/erminig_core.py", line 256, getNewEventsFromGoogle(pid=1, localSource=1, remoteSource=u'my_address@gmail.com', lastSync=1275404825, progress=<gtk.ProgressBar object at 0x40bfd800 (GtkProgressBar at 0x4c1a50)>)
        else:
          insertGoogleEventLocally(event, int(localSource), pid)
  variables: {'int': ('builtin', <type 'int'>), 'localSource': ('local', 1), 'pid': ('local', 1), 'event': ('local', <Event.Event instance at 0x427043c8>), 'insertGoogleEventLocally': ('global', <function insertGoogleEventLocally at 0x40b9a530>)}
  File "/usr/share/erminig/erminig_core.py", line 91, insertGoogleEventLocally(event=<Event.Event instance at 0x427043c8>, cid=1, pid=1)
      if localID:  
        updateGoogleEventLocally(event, cid, localID)
      else:
  variables: {'updateGoogleEventLocally': ('global', <function updateGoogleEventLocally at 0x40b9a570>), 'localID': ('local', u'3600'), 'event': ('local', <Event.Event instance at 0x427043c8>), 'cid': ('local', 1)}
  File "/usr/share/erminig/erminig_core.py", line 100, updateGoogleEventLocally(event=<Event.Event instance at 0x427043c8>, cid=1, localID=u'3600')
      # XXX Check for failed updates!
      cwrapper.updateLocalEvent(cid, event, localID)
  variables: {'cwrapper.updateLocalEvent': ('global', <function updateLocalEvent at 0x407f3e70>), 'localID': ('local', u'3600'), 'event': ('local', <Event.Event instance at 0x427043c8>), 'cid': ('local', 1)}
  File "/usr/share/erminig/cwrapper.py", line 97, updateLocalEvent(cid=1, evt=<Event.Event instance at 0x427043c8>, lid=u'3600')
          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 0x427043c8>>), 'evt.get_rtype': ('local', <bound method Event.get_rtype of <Event.Event instance at 0x427043c8>>)}
  File "/usr/share/erminig/Event.py", line 98, get_until(self=<Event.Event instance at 0x427043c8>)
        # ??
        return int(iso8601.parse(iso_date)) + 1
  variables: {'int': ('builtin', <type 'int'>), 'iso8601.parse': ('global', <function parse at 0x40b95f30>), '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: '--::'