Bug 627476 - [abrt] gnome-activity-journal-0.5.0-1.fc14: client.py:82:__getattr__:TypeError: Unknown method name: GetHistogramData
Summary: [abrt] gnome-activity-journal-0.5.0-1.fc14: client.py:82:__getattr__:TypeErro...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-activity-journal
Version: 14
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Mads Villadsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:a9a09e3d
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-26 06:53 UTC by David Le Sage
Modified: 2010-08-27 14:55 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-08-27 14:55:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.09 KB, text/plain)
2010-08-26 06:53 UTC, David Le Sage
no flags Details

Description David Le Sage 2010-08-26 06:53:31 UTC
abrt version: 1.1.13
architecture: x86_64
component: gnome-activity-journal
executable: /usr/bin/gnome-activity-journal
kernel: 2.6.35.2-9.fc14.x86_64
package: gnome-activity-journal-0.5.0-1.fc14
reason: client.py:82:__getattr__:TypeError: Unknown method name: GetHistogramData
release: Fedora release 14 (Laughlin)
How to reproduce: 1. Tried to launch after running yum update to grab latest versions of Activity Journal and Zeitgeist.
time: 1282805714
uid: 500

backtrace
-----
client.py:82:__getattr__:TypeError: Unknown method name: GetHistogramData

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
  File "/usr/share/gnome-activity-journal/src/activity_widgets.py", line 35, in <module>
    from store import ContentStruct, CLIENT
  File "/usr/share/gnome-activity-journal/src/store.py", line 504, in <module>
    STORE = Store()
  File "/usr/share/gnome-activity-journal/src/store.py", line 367, in __init__
    days_population = ZeitgeistDBusInterface().get_extension("Log", "journal/activity").GetHistogramData()
  File "/usr/lib/python2.7/site-packages/zeitgeist/client.py", line 82, in __getattr__
    raise TypeError("Unknown method name: %s" % name)
TypeError: Unknown method name: GetHistogramData

Local variables in innermost frame:
self: <zeitgeist.client._DBusInterface object at 0x22a6150>
name: 'GetHistogramData'

Comment 1 David Le Sage 2010-08-26 06:53:34 UTC
Created an attachment (id=441122)
File: backtrace

Comment 2 Mads Villadsen 2010-08-26 15:13:54 UTC
Is it possible that you are still running the old zeitgeist version? Could you try killing all zeitgeist processes and starting gnome-activity-journal again?

Comment 3 David Le Sage 2010-08-26 22:12:12 UTC
Yes, I just killed the legacy processes and it now launches, thanks.  You can close this bug.


Note You need to log in before you can comment on or make changes to this bug.