GTG

Comment 3 for bug 529817

Revision history for this message
Zunbeltz Izaola (zunbeltz) wrote : Re: [gtg-refactor] DBus api is broken due to requestor changes

I can confim that get_tasks_filtered is not working.

org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/home/zunbeltz/gtg-bugs/GTG/viewmanager/dbuswrapper.py", line 94, in get_tasks_filtered
    tags, status, started_only, is_root)
  File "/home/zunbeltz/gtg-bugs/GTG/viewmanager/dbuswrapper.py", line 84, in get_task_ids_filtered
    ids = self.req.get_tasks_list(
AttributeError: 'Requester' object has no attribute 'get_tasks_list'

I tied to look at it but I do not understand how the filtering stuff works.