Bug 627476

Summary: [abrt] gnome-activity-journal-0.5.0-1.fc14: client.py:82:__getattr__:TypeError: Unknown method name: GetHistogramData
Product: [Fedora] Fedora Reporter: David Le Sage <dlesage>
Component: gnome-activity-journalAssignee: Mads Villadsen <maxx>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: dakingun, maxx
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:a9a09e3d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-27 14:55:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

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.