← Back to team overview

gtg team mailing list archive

[Bug 581696] [NEW] RTM sync don't work at all

 

Public bug reported:

Plugin -> Synchronize with RTM and this happens:

Exception in thread Thread-9:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 79, in synchronize
    self.synchronizeWorker()
  File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 87, in synchronizeWorker
    self.local_proxy.generateTaskList()
  File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/gtgProxy.py", line 36, in generateTaskList
    requester.get_tasks_list(status = statuses, \
AttributeError: 'Requester' object has no attribute 'get_tasks_list'

Version: Last version from repository as of 17 may 2010.
Ubuntu 10.04

** Affects: gtg
     Importance: Undecided
         Status: New


** Tags: rtm

** Description changed:

  Plugin -> Synchronize with RTM and this happens:
  
  Exception in thread Thread-9:
  Traceback (most recent call last):
-   File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
-     self.run()
-   File "/usr/lib/python2.6/threading.py", line 484, in run
-     self.__target(*self.__args, **self.__kwargs)
-   File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 79, in synchronize
-     self.synchronizeWorker()
-   File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 87, in synchronizeWorker
-     self.local_proxy.generateTaskList()
-   File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/gtgProxy.py", line 36, in generateTaskList
-     requester.get_tasks_list(status = statuses, \
+   File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
+     self.run()
+   File "/usr/lib/python2.6/threading.py", line 484, in run
+     self.__target(*self.__args, **self.__kwargs)
+   File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 79, in synchronize
+     self.synchronizeWorker()
+   File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 87, in synchronizeWorker
+     self.local_proxy.generateTaskList()
+   File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/gtgProxy.py", line 36, in generateTaskList
+     requester.get_tasks_list(status = statuses, \
  AttributeError: 'Requester' object has no attribute 'get_tasks_list'
+ 
+ Version: Last version from repository as of 17 may 2010.
+ Ubuntu 10.04

-- 
RTM sync don't work at all
https://bugs.launchpad.net/bugs/581696
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!: New

Bug description:
Plugin -> Synchronize with RTM and this happens:

Exception in thread Thread-9:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 79, in synchronize
    self.synchronizeWorker()
  File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/syncEngine.py", line 87, in synchronizeWorker
    self.local_proxy.generateTaskList()
  File "/home/marko/stuff/projects/gtg/GTG/plugins/rtm_sync/gtgProxy.py", line 36, in generateTaskList
    requester.get_tasks_list(status = statuses, \
AttributeError: 'Requester' object has no attribute 'get_tasks_list'

Version: Last version from repository as of 17 may 2010.
Ubuntu 10.04







Follow ups

References