ok I am 100% sure that not all my stuff is getting inserted into the DB. So
we should halt release for that issue! A good example would be!

> DEBUG:root:Updating database with new Recently Used Documents items

DEBUG:root:Updating database with new Recently Used Documents items

DEBUG:root:Updating database with new Recently Used Documents items

DEBUG:root:Updating database with new Recently Used Documents items

DEBUG:root:Updating database with new Recently Used Documents items

DEBUG:root:Updating database with new Recently Used Documents items

DEBUG:root:Updating database with new Recently Used Documents items

which means it detects an update but it does not insert unlike

> DEBUG:root:Updating database with new Recently Used Documents items

DEBUG:zeitgeist.engine.engine_base:Inserted 1 items in 0.00618 s.

DEBUG:root:Updating database with new Recently Used Documents items

DEBUG:zeitgeist.engine.engine_base:Inserted 1 items in 0.00423 s.

Where is seems to be working fine. Sadly this happens very rarely (for
videos at least)
I think it has to do with the querymancer
Mikkel can you have a look?
Cheers
Seif

2009/8/15 Siegfried-Angel <siggi.gevat...@gmail.com>

> 2009/8/15 Mikkel Kamstrup Erlandsen <mikkel.kamst...@gmail.com>:
> > I get a lot of log messages, that seems to indicate all is fine except:
> >
> > ERROR:zeitgeist.logger.datasources.evolution:Evolution database error:
> > no such table: Sent
> > Traceback (most recent call last):
> >  File "/usr/share/zeitgeist/_zeitgeist/loggers/datasources/evolution.py",
> > line 90, in get_items_uncached
> >    " FROM Sent WHERE dsent>?", (self.last_timestamp,)).fetchall()
> > OperationalError: no such table: Sent
>
> Yeah, you get this if you don't use Evolution, but it isn't a problem
> - the Evolution data source will just get disabled after that.
>
> --
> Siegfried-Angel Gevatter Pujals (RainCT)
> Ubuntu Developer. Debian Contributor.
>
>
_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to