Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
19
rated 0 times [  19] [ 0]  / answers: 1 / hits: 14643  / 3 Years ago, tue, september 7, 2021, 12:23:23

I don't know if I am the only one with this bug, but I can't use my MSN account with a freshly installed Ubuntu 11.10 with Empathy. It used to work with my Arch Linux, but now with Ubuntu, it continuously tries to connect but nothing happens.



How can I solve this problem?


More From » 11.10

 Answers
7

Without uninstalling anything, you can fix this by changing a line in the file
/usr/share/pyshared/papyon/service/description/AB/__init__.py.



Edit it as root by running:



sudo -H gedit /usr/share/pyshared/papyon/service/description/AB/__init__.py


Change line 23 from this:



url = "http://contacts.msn.com/abservice/abservice.asmx"


To this:



url = "https://local-bay.contacts.msn.com/abservice/abservice.asmx"


Or to this:



url = "https://local-sn.contacts.msn.com/abservice/abservice.asmx"


Reboot and test it, it's working for me!


[#42220] Thursday, September 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nosaurindb

Total Points: 266
Total Questions: 113
Total Answers: 120

Location: Ecuador
Member since Tue, Jul 26, 2022
2 Years ago
;