looking through the stacktrace: http://gist.github.com/359791

looks like SwitchboardP2PTransport isn't implementing 
__on_message_undelivered(command)
so the base class SwitchboardClient tries to call _on_error
but SwitchboardP2PTransport hasn't overridden _on_error, so SwitchboardClient 
raises a NotImplementedError

So Switchboard needs to implement _on_error, but I'm not sure what the
implementation should look like.

-- 
telepathy-butterfly crashed with NotImplementedError in _on_error()
https://bugs.launchpad.net/bugs/194494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to