Comment 21 for bug 620313

Revision history for this message
ViktorNagy (viktor-nagy) wrote :

Running gtg trunk (0.3-development) with 2.32.1-ubuntu (from 11.04) gives a similar error:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/GTG/plugins/hamster/hamster.py", line 248, in task_cb
    self.sendTask(task)
  File "/usr/local/lib/python2.7/dist-packages/GTG/plugins/hamster/hamster.py", line 98, in sendTask
    hamster_id=self.hamster.AddFact(activity, tag_str, 0, 0, category, description)
  File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 630, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
TypeError: AddFact() takes at most 5 arguments (7 given)

As far as I understand, the error comes from mismatching version trunk - 2.32.1. Is this correct?
If so, could someone give me a description on how to get hamster trunk or a 2.32.1 compatible gtg version?
I've tried to install gtg from the ubuntu repos, but gtg could not start. I guess the problem is that some config settings are not backward compatible. The error was something related to the localfile module.