gtg-contributors team mailing list archive
-
gtg-contributors team
-
Mailing list archive
-
Message #00417
[Bug 635046] [NEW] fix backend rtm to work with liblarch
Public bug reported:
ception in thread Thread-4:
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 "/usr/local/lib/python2.6/dist-packages/GTG/core/datastore.py", line 603, in __start_get_tasks
self.backend.start_get_tasks()
File "/usr/local/lib/python2.6/dist-packages/GTG/tools/interruptible.py", line 45, in new
return fn(*args)
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/periodicimportbackend.py", line 81, in start_get_tasks
self._start_get_tasks()
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/periodicimportbackend.py", line 101, in _start_get_tasks
self.do_periodic_import()
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/backend_rtm.py", line 185, in do_periodic_import
self._process_rtm_task(rtm_task_id)
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/backend_rtm.py", line 369, in _process_rtm_task
self._populate_task(task, rtm_task)
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/backend_rtm.py", line 428, in _populate_task
self.datastore.get_all_tags()]
File "/usr/local/lib/python2.6/dist-packages/GTG/core/datastore.py", line 815, in __getattr__
return self.datastore.requester.get_all_tags
AttributeError: 'Requester' object has no attribute 'get_all_tags'
** Affects: gtg
Importance: Critical
Assignee: Luca Invernizzi (invernizzi)
Status: Triaged
** Tags: release-critical
--
fix backend rtm to work with liblarch
https://bugs.launchpad.net/bugs/635046
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!: Triaged
Bug description:
ception in thread Thread-4:
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 "/usr/local/lib/python2.6/dist-packages/GTG/core/datastore.py", line 603, in __start_get_tasks
self.backend.start_get_tasks()
File "/usr/local/lib/python2.6/dist-packages/GTG/tools/interruptible.py", line 45, in new
return fn(*args)
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/periodicimportbackend.py", line 81, in start_get_tasks
self._start_get_tasks()
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/periodicimportbackend.py", line 101, in _start_get_tasks
self.do_periodic_import()
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/backend_rtm.py", line 185, in do_periodic_import
self._process_rtm_task(rtm_task_id)
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/backend_rtm.py", line 369, in _process_rtm_task
self._populate_task(task, rtm_task)
File "/usr/local/lib/python2.6/dist-packages/GTG/backends/backend_rtm.py", line 428, in _populate_task
self.datastore.get_all_tags()]
File "/usr/local/lib/python2.6/dist-packages/GTG/core/datastore.py", line 815, in __getattr__
return self.datastore.requester.get_all_tags
AttributeError: 'Requester' object has no attribute 'get_all_tags'
Follow ups
References