zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #03025
[Bug 729868] Re: Crash; TypeError: Expected a string or unicode object
Hi Vadim,
Thank you for taking the time to report this bug and helping improve
Zeitgeist.
I'm closing this report, though, because the Python zeitgeist-datahub
has been discontinued (it wasn't included in the last Zeitgeist release
anymore and has been replaced with an alternative implementation
available at https://launchpad.net/zeitgeist-datahub).
** Changed in: zeitgeist
Status: New => Invalid
--
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/729868
Title:
Crash; TypeError: Expected a string or unicode object
Status in Zeitgeist Framework:
Invalid
Bug description:
It just happened:
PythonArgs: ['/usr/bin/zeitgeist-datahub']
Traceback:
Traceback (most recent call last):
File "/usr/bin/zeitgeist-datahub", line 110, in _update_db_async
self._insert_events(self._sources_queue[0].get_name(), events)
File "/usr/bin/zeitgeist-datahub", line 124, in _insert_events
self._client.InsertEvents(events)
File "/usr/lib/pymodules/python2.6/zeitgeist/client.py", line 88, in _ProxyMethod
return self._disconnection_safe(lambda:
File "/usr/lib/pymodules/python2.6/zeitgeist/client.py", line 68, in _disconnection_safe
return meth()
File "/usr/lib/pymodules/python2.6/zeitgeist/client.py", line 89, in <lambda>
getattr(self.__iface, name)(*args, **kwargs))
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: Expected a string or unicode object
Version 0.5.2-0ubuntu1
References