[Telepathy] "contact #2 in the GetContactAttributes result has no contact-id"

Will Thompson will.thompson at collabora.co.uk
Tue Dec 23 08:06:07 PST 2008


Murray Cumming wrote:
> With recent versions of telepathy-glib, I am getting GErrors such as
> these:
>
> "
> Connection manager :1.171 is broken: contact #2 in the
> GetContactAttributes result has no contact-id
> "
>
> I don't think it's due to changes in my own code. Maybe someone else
> could confirm that it works or not for them in this little example:
> http://git.collabora.co.uk/?p=telepathy-doc.git;a=blob;f=docs/examples/list_contacts/main.c
>
>
> I am surprised that nobody else seems to be having this problem, as it
> seems to be a bug in telepathy-glib:
> https://bugs.freedesktop.org/show_bug.cgi?id=19101
>   

It works perfectly for me, as does the code you attached to #19101, with
telepathy-glib 0.7.18. Perhaps you could attach a full backtrace to that
bug? What version of telepathy-glib are you using?

(Incidentally, list_contacts/main.c contains the following:

  tp_cli_connection_call_disconnect (connection, -1, NULL, NULL,
    NULL, NULL); /* Also destroys the connection object. */
  connection = NULL;

Calling _disconnect on the TpConnection proxy object doesn't destroy it.
Connection objects on the bus (are supposed to) go away shortly after
they move to state Disconnected, but clients still need to free up their
proxy objects.)**

-- 
Will


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
Url : http://lists.freedesktop.org/archives/telepathy/attachments/20081223/07d6bc36/attachment.pgp 


More information about the Telepathy mailing list