Bug 29059 - tries to call HandleChannels before having retrieved the interfaces
Summary: tries to call HandleChannels before having retrieved the interfaces
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: mission-control (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-14 06:48 UTC by Tomeu Vizoso
Modified: 2019-12-03 19:34 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Tomeu Vizoso 2010-07-14 06:48:45 UTC
1. New channel comes in
2. Approver activates Handler
3. Handler acquires name in the bus
4. Approver calls HandleWith for that handler
5. MC tries to call HandleChannels
6. MC retrieves interfaces from the Handler

Presently we have an error in 5 because MC doesn't know yet which interfaces the handler implements:

(process:27035): mcd-DEBUG: _mcd_dispatch_operation_handle_channels_cb: error: Object /org/freedesktop/Telepathy/Client/org/laptop/Chat does not have interface org.freedesktop.Telepathy.Client.Handler
...
(process:27035): mcd-DEBUG: _mcd_client_proxy_add_interfaces: org.freedesktop.Telepathy.Client.org.laptop.Chat: org.freedesktop.Telepathy.Client.Handler
Comment 1 GitLab Migration User 2019-12-03 19:34:33 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-mission-control/issues/28.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.