← Back to team overview

gnome-zeitgeist team mailing list archive

[Bug 374918] [NEW] Unable to launch Zeitgeist daemon

 

Public bug reported:

I've pulled the latest revision of the Zeitgeist codebase several times
during the past weeks (including the latest 559) but when launching
zeitgeist-daemon.sh, it keeps crashing with the following error message:

...@...:~/gnome-zeitgeist$ ./zeitgeist-daemon.sh
Are you using Firefox?
Traceback (most recent call last):
  File "./src/zeitgeist-daemon.py", line 15, in <module>
    from zeitgeist_engine.zeitgeist_dbus import RemoteInterface
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_dbus.py", line 6, in <module>
    from zeitgeist_engine.zeitgeist_datasink import datasink
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_datasink.py", line 218, in <module>
    datasink = DataSinkSource()
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_datasink.py", line 47, in __init__
    instance = getattr(sourcefile, item + "Source")()
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_firefox.py", line 46, in __init__
    self.__copy_sqlite()
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_firefox.py", line 101, in __copy_sqlite
    shutil.copy2(self.historydb[0],  self.loc)
IndexError: list index out of range

I deleted ~/.[Zz]eitgeist before running the command, but this didn't
help. I use Ubuntu Jaunty 64-bit with the latest updates applied.

** Affects: gnome-zeitgeist
     Importance: Undecided
         Status: New

** Description changed:

  I've pulled the latest revision of the Zeitgeist codebase several times
- during the past weeks (including the latest 559) and when launching
+ during the past weeks (including the latest 559) but when launching
  zeitgeist-daemon.sh, it keeps crashing with the following error message:
  
  ...@...:~/gnome-zeitgeist$ ./zeitgeist-daemon.sh
  Are you using Firefox?
  Traceback (most recent call last):
    File "./src/zeitgeist-daemon.py", line 15, in <module>
      from zeitgeist_engine.zeitgeist_dbus import RemoteInterface
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_dbus.py", line 6, in <module>
      from zeitgeist_engine.zeitgeist_datasink import datasink
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_datasink.py", line 218, in <module>
      datasink = DataSinkSource()
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_datasink.py", line 47, in __init__
      instance = getattr(sourcefile, item + "Source")()
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_firefox.py", line 46, in __init__
      self.__copy_sqlite()
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_firefox.py", line 101, in __copy_sqlite
      shutil.copy2(self.historydb[0],  self.loc)
  IndexError: list index out of range
  
  I deleted ~/.[Zz]eigeist before running the command, but this didn't
  help. I use Ubuntu Jaunty 64-bit with the latest updates applied.

** Description changed:

  I've pulled the latest revision of the Zeitgeist codebase several times
  during the past weeks (including the latest 559) but when launching
  zeitgeist-daemon.sh, it keeps crashing with the following error message:
  
  ...@...:~/gnome-zeitgeist$ ./zeitgeist-daemon.sh
  Are you using Firefox?
  Traceback (most recent call last):
    File "./src/zeitgeist-daemon.py", line 15, in <module>
      from zeitgeist_engine.zeitgeist_dbus import RemoteInterface
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_dbus.py", line 6, in <module>
      from zeitgeist_engine.zeitgeist_datasink import datasink
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_datasink.py", line 218, in <module>
      datasink = DataSinkSource()
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_datasink.py", line 47, in __init__
      instance = getattr(sourcefile, item + "Source")()
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_firefox.py", line 46, in __init__
      self.__copy_sqlite()
    File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_firefox.py", line 101, in __copy_sqlite
      shutil.copy2(self.historydb[0],  self.loc)
  IndexError: list index out of range
  
- I deleted ~/.[Zz]eigeist before running the command, but this didn't
+ I deleted ~/.[Zz]eitgeist before running the command, but this didn't
  help. I use Ubuntu Jaunty 64-bit with the latest updates applied.

-- 
Unable to launch Zeitgeist daemon
https://bugs.launchpad.net/bugs/374918
You received this bug notification because you are a member of GNOME
Zeitgeist Core, which is subscribed to GNOME Zeitgeist.

Status in GNOME Zeitgeist: New

Bug description:
I've pulled the latest revision of the Zeitgeist codebase several times during the past weeks (including the latest 559) but when launching zeitgeist-daemon.sh, it keeps crashing with the following error message:

...@...:~/gnome-zeitgeist$ ./zeitgeist-daemon.sh
Are you using Firefox?
Traceback (most recent call last):
  File "./src/zeitgeist-daemon.py", line 15, in <module>
    from zeitgeist_engine.zeitgeist_dbus import RemoteInterface
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_dbus.py", line 6, in <module>
    from zeitgeist_engine.zeitgeist_datasink import datasink
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_datasink.py", line 218, in <module>
    datasink = DataSinkSource()
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_datasink.py", line 47, in __init__
    instance = getattr(sourcefile, item + "Source")()
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_firefox.py", line 46, in __init__
    self.__copy_sqlite()
  File "/home/lantash/gnome-zeitgeist/src/zeitgeist_engine/zeitgeist_firefox.py", line 101, in __copy_sqlite
    shutil.copy2(self.historydb[0],  self.loc)
IndexError: list index out of range

I deleted ~/.[Zz]eitgeist before running the command, but this didn't help. I use Ubuntu Jaunty 64-bit with the latest updates applied.



Follow ups

References