DBus error: More items found in D-Bus signature than in Python arguments

Bug #600527 reported by brx75
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNOME Activity Journal
New
Undecided
Unassigned

Bug Description

This is the error I've when launching GAJ:

$ gnome-activity-journal
ERROR:dbus.connection:Unable to set arguments (1277848800, 1277935199) according to signature u'uus': <type 'exceptions.TypeError'>: More items found in D-Bus signature than in Python arguments
Traceback (most recent call last):
  File "/usr/bin/gnome-activity-journal", line 99, in <module>
    from src.main import PortalWindow
  File "/usr/share/gnome-activity-journal/src/main.py", line 30, in <module>
    from activity_widgets import MultiViewContainer, TimelineViewContainer, ThumbViewContainer, PinnedPane
  File "/usr/share/gnome-activity-journal/src/activity_widgets.py", line 34, in <module>
    from store import ContentStruct, CLIENT
  File "/usr/share/gnome-activity-journal/src/store.py", line 471, in <module>
    STORE = Store()
  File "/usr/share/gnome-activity-journal/src/store.py", line 351, in __init__
    day = Day(date)
  File "/usr/share/gnome-activity-journal/src/store.py", line 186, in __init__
    facts = external.HAMSTER.get_facts(self.start, self.end)
  File "/usr/share/gnome-activity-journal/src/external.py", line 259, in get_facts
    return map(self.Fact, self.iface.GetFacts(start, end))
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 610, in call_blocking
    message.append(signature=signature, *args)
TypeError: More items found in D-Bus signature than in Python arguments

I'm using 0.3.4.1+bzr20100619 from PPA (0.3.3 worked ok for me and if I downgrade both GAJ and Zeitgeist everything works well).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.