← Back to team overview

gtg team mailing list archive

[Bug 516906] Re: Error syncing with RTM when RTM has recurring tasks

 

** Changed in: gtg
       Status: Fix Committed => Fix Released

-- 
Error syncing with RTM when RTM has recurring tasks
https://bugs.launchpad.net/bugs/516906
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Fix Released

Bug description:
This is after applying the update.. The error changed from the one you saw to:

** (gtg:4528): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
Exception in thread Thread-4:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/share/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 83, in synchronize
    self.synchronizeWorker()
  File "/usr/share/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 137, in synchronizeWorker
    self.local_proxy)
  File "/usr/share/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 229, in _process_new_tasks
    created_task.copy(task)
  File "/usr/share/gtg/GTG/plugins/rtm_sync/genericTask.py", line 41, in copy
    if self.status != task.status:
  File "/usr/share/gtg/GTG/plugins/rtm_sync/genericTask.py", line 59, in <lambda>
    status = property(lambda self: self._get_status(),
  File "/usr/share/gtg/GTG/plugins/rtm_sync/rtmTask.py", line 64, in _get_status
    return self.get_proxy()._rtm_to_gtg_status[self.task.task.completed\
AttributeError: 'list' object has no attribute 'completed'