← Back to team overview

gtg team mailing list archive

[Bug 529817] 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.

-- 
[gtg-refactor] DBus api is broken due to requestor changes
https://bugs.launchpad.net/bugs/529817
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:
>From Lionel's status email today:

- DBus is broken, due to the huge change to the requester.

This affects the gtg_new_task tool and other consumers of the dbus service.





References