You are not logged in.

#1 2011-04-04 08:38:21

raymondcal
Member
Registered: 2010-06-16
Posts: 47

Empathy can’t connect to MSN/live messenger anymore

Hi !
I cannot connect to MSN (or Live Messenger) anymore with Empathy (using telepathy-butterfly and papyon library). There is always a network error.

Using the same settings (Server messenger.hotmail.com and Port 1863), Pidgin succeeds, so I believe there is a problem with telepathy-butterfly and/or papyon.

Does someone have an idea ?

Thank you very much in advance.

Nicolas
(France).

Offline

#2 2011-04-04 09:54:45

jorchube
Member
Registered: 2009-04-05
Posts: 57

Re: Empathy can’t connect to MSN/live messenger anymore

just in case it's usefuI for you, I'm using the one from [gnome-unstable] and connects as expected.

Offline

#3 2011-05-10 00:29:04

Kapa2ou3
Member
Registered: 2011-05-10
Posts: 4

Re: Empathy can’t connect to MSN/live messenger anymore

I've tried to use [gnome-unstable] but the error persisted.
Then, I figured out that when running telepathy-butterfly directly the following exception was thrown:

[root@archlinux ~]# /usr/lib/telepathy/telepathy-butterfly
Traceback (most recent call last):
  File "/usr/lib/telepathy/telepathy-butterfly", line 39, in <module>
    import papyon
  File "/usr/lib/python2.7/site-packages/papyon/__init__.py", line 36, in <module>
    from client import *
  File "/usr/lib/python2.7/site-packages/papyon/client.py", line 84, in <module>
    import papyon.msnp as msnp
  File "/usr/lib/python2.7/site-packages/papyon/msnp/__init__.py", line 24, in <module>
    from command import *
  File "/usr/lib/python2.7/site-packages/papyon/msnp/command.py", line 25, in <module>
    from papyon.msnp.message import Message
  File "/usr/lib/python2.7/site-packages/papyon/msnp/message.py", line 23, in <module>
    from papyon.gnet.message.HTTP import HTTPMessage
  File "/usr/lib/python2.7/site-packages/papyon/gnet/__init__.py", line 28, in <module>
    import io
  File "/usr/lib/python2.7/site-packages/papyon/gnet/io/__init__.py", line 26, in <module>
    from ssl_socket import *
  File "/usr/lib/python2.7/site-packages/papyon/gnet/io/ssl_socket.py", line 27, in <module>
    import OpenSSL.SSL as OpenSSL
ImportError: No module named OpenSSL.SSL

The pyOpenSSL works fine with python3 but not with python2.
A pyOpenSSL installation fixed the problem:

[root@archlinux ~]# easy_install-2.7 --upgrade pyOpenSSL

Now it works flawlessly!

Offline

#4 2011-05-10 06:41:03

Foucault
Member
From: Athens, Greece
Registered: 2010-04-06
Posts: 214

Re: Empathy can’t connect to MSN/live messenger anymore

Kapa2ou3 wrote:

The pyOpenSSL works fine with python3 but not with python2.
A pyOpenSSL installation fixed the problem:

That's because you need the package python2-pyopenssl. The package pyopenssl is for python3.

Last edited by Foucault (2011-05-10 08:17:11)

Offline

#5 2011-05-10 18:43:00

Kapa2ou3
Member
Registered: 2011-05-10
Posts: 4

Re: Empathy can’t connect to MSN/live messenger anymore

Foucault wrote:

That's because you need the package python2-pyopenssl.

I had python2-pyopenssl installed and it didn't work.
Nevertheless, I reinstalled it and Empathy connected to MSN!

Thanks.

Offline

Board footer

Powered by FluxBB