Impossible to connect to a msn account

Bug #63196 reported by Julien Lavergne
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cohoba (Ubuntu)
Invalid
Undecided
Unassigned
pymsn (Ubuntu)
Invalid
Undecided
Unassigned
telepathy-butterfly (Ubuntu)
Fix Released
Medium
Maftoul Samuel

Bug Description

Binary package hint: cohoba

With the cohoba panel icon, I add an msn account, but the "Connexion" button don't work. It's stay disconnected.I try with a Google Talk account and it's work. I have no notification (pop-up) of some problem but I have one for a Jabber connexion.
If I launch telepathy-butterfly, I have this output :
INFO:telepathy-butterfly:connmgr:Connection manager created
INFO:telepathy-butterfly:No connection received - quitting

I have cohoba, telepathy-butterfly, python-msn and many others telepathy packages.

Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks for your bug report. Which version of telepathy-butterfly do you have installed?

Changed in cohoba:
assignee: nobody → telepathy
importance: Undecided → Medium
status: Unconfirmed → Needs Info
Revision history for this message
Julien Lavergne (gilir) wrote :

telepathy-butterfly 0.1.0-0ubuntu2

Revision history for this message
Daniel Holbach (dholbach) wrote :

Can you try running
     telepathy-butterfly --persist
in the terminal, add an account to cohoba, try to connect and see if you get meaningful output in the terminal and paste it here? (If not, you might want to try to run
   /usr/lib/cohoba/cohoba-applet
in the terminal, add it to the panel and then repeat the steps and paste the output here.

Changed in cohoba:
status: Needs Info → Confirmed
Revision history for this message
Maftoul Samuel (samuel-maftoul) wrote :

I also cannot manage to connect to msn adding a network that is "MSN messenger (butterfly)" but I also see a network that is "MSN messenger (msn)". This one also doesn't work, but If I launch telepathy-butterfly manually, the new "MSN messenger (msn)" account connects using the telepathy-butterfly I'm running

Revision history for this message
Maftoul Samuel (samuel-maftoul) wrote :

/usr/share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.butterfly.service
launches /usr/telepathy-butterfly instead of /usr/bin/telepathy-butterfly changing this fixes the problem

Revision history for this message
Julien Lavergne (gilir) wrote :

Changing the dbus file did solve the problem, and the cohoba-applet became very very slow.
I don't have any output when I create or change anything with an msn account, with or without the modification of the dbus file. I had output with google talk account, but now I can't connect this :(
I'll try to reinstall all the packages to see if I can have more output.

Revision history for this message
Julien Lavergne (gilir) wrote :

Nothing. The only output I have it's this with the cohoba applet :
Running installed cohoba, using [@PYTHONDIR@:$PYTHONPATH]
Data Dir: /usr/share/cohoba
Runnin with options: {'mode': None, 'component': 'applet', 'do_trace': False, 'standalone': False} Other arguments are: []
Starting cohoba factory
CohobaFactory: Creating Applet: <gnome.applet.Applet object (PanelApplet) at 0xb6e90144> OAFIID:CohobaOverview 0
Reading file: /home/seagle/.gnome2/cohoba/groups.pickle
Ask for connected accounts
/usr/share/cohoba/art/cohoba.png
/usr/share/cohoba/art/presence-available.png
/usr/share/cohoba/art/presence-available-48.png
/usr/share/cohoba/art/presence-away.png
/usr/share/cohoba/art/presence-away-48.png
/usr/share/cohoba/art/presence-dnd.png
/usr/share/cohoba/art/presence-dnd-48.png
/usr/share/cohoba/art/presence-xa.png
/usr/share/cohoba/art/presence-xa-48.png
/usr/share/cohoba/art/presence-hidden.png
/usr/share/cohoba/art/presence-hidden-48.png
/usr/share/cohoba/art/presence-offline.png
/usr/share/cohoba/art/presence-offline-48.png
Saving: /home/seagle/.gnome2/cohoba/groups.pickle

Revision history for this message
Maftoul Samuel (samuel-maftoul) wrote :

With a corrected /usr/share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.butterfly.service file I also note the same behaviour as Julien.
I ran dbus-monitor and saw that:

-------------
signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "org.freedesktop.Telepathy.ConnectionManager.msn"
   string ":1.55"
   string ""
signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.55"
   string ":1.55"
   string ""

-------------
and then , about 1 second later:
-------------
signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.56"
   string ""
   string ":1.56"
method call sender=:1.56 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "org.freedesktop.Telepathy.ConnectionManager.msn"
   string ""
   string ":1.56"
method call sender=:1.56 -> dest=org.freedesktop.DBus path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
   string "org.freedesktop.Telepathy.ConnectionManager.msn"
   uint32 0
-------------

There seem to be some stuff calling still the ConnectionManager butterfly instead of msn

Need to find where

Changed in pymsn:
status: Unconfirmed → Rejected
Changed in cohoba:
status: Unconfirmed → Rejected
Revision history for this message
Ali Sabil (asabil) wrote :

Can you check the files you have in ~/.telepathy please ? Maybe you used the previous development versions before ?

Revision history for this message
Maftoul Samuel (samuel-maftoul) wrote :

In my first comment I had a ~/.telepathy/msn.manager
Then I reinstalled everything and removed that manager so now I the add account dialog, I only have butterfly for MSN-Messenger.
The dbus-monitor stuff is ran without ~/.telepathy/msn.manager

Revision history for this message
Maftoul Samuel (samuel-maftoul) wrote :

There is a new upstream release that fixes the problem.

Changed in telepathy-butterfly:
status: Confirmed → Fix Committed
assignee: telepathy → samuel-maftoul
Revision history for this message
Daniel Holbach (dholbach) wrote :

 telepathy-butterfly (0.1.1-0ubuntu1) edgy; urgency=low
 .
   * New upstream release
   * Fixes bug "Impossible to connect to a msn account" (Malone: #63196)

Changed in telepathy-butterfly:
status: Fix Committed → Fix Released
Revision history for this message
Julien Lavergne (gilir) wrote :

Working without reinstall. Great ! Thanks :)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.