[telepathy] [Bug 319362] ktp-contactlist crash on show contact info with custom connection manager
Maksim Melnikau
maxposedon at gmail.com
Sun May 5 15:07:19 BST 2013
https://bugs.kde.org/show_bug.cgi?id=319362
--- Comment #1 from Maksim Melnikau <maxposedon at gmail.com> ---
Created attachment 79715
--> https://bugs.kde.org/attachment.cgi?id=79715&action=edit
full dbus-monitor log, during the crash
looks like ktp-contactlist don't ready for errors from connection manager side,
in this case for
"
method call sender=:1.225 -> dest=:1.209 serial=80
path=/org/freedesktop/Telepathy/Connection/foo/foo/xxx;
interface=org.freedesktop.Telepathy.Connection.Interface.Contacts;
member=GetContactAttributes
array [
uint32 3
]
array [
string "org.freedesktop.Telepathy.Connection.Interface.ContactInfo"
]
boolean true
error sender=:1.209 -> dest=:1.225
error_name=org.freedesktop.DBus.Python.NotImplementedError reply_serial=80
string "Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/dbus/service.py", line 707, in
_message_cb
retval = candidate_method(self, *args, **keywords)
File "/home/max_posedon/GitHub/telepathy-python/telepathy/server/conn.py",
line 744, in GetContactAttributes
results = functions[interface](handles)
File "/home/max_posedon/GitHub/telepathy-python/telepathy/server/conn.py",
line 737, in <lambda>
CONNECTION_INTERFACE_CONTACT_INFO: lambda x: self.GetContactInfo(x).items()
File
"/home/max_posedon/GitHub/telepathy-python/telepathy/_generated/Connection_Interface_Contact_Info.py",
line 70, in GetContactInfo
raise NotImplementedError
NotImplementedError
"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list