zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #02975
[Bug 729868] [NEW] Crash; TypeError: Expected a string or unicode object
Public bug reported:
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
** Affects: zeitgeist
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References