[Solved] fedora 16 empathy can't login MSN (solve the problem that fedora16 cannot log on to MSN)

Source: Internet
Author: User

After installing fedora 16, we found that empathy could not be logged on. According to "killall telepathy-Butterfly" on the Internet, it would not help.

Finally, I found the answer in the GIT repository of papyon (the MSN server has changed)

Http://cgit.collabora.com/git/user/maiku/papyon.git/commit? H = bug-42689 & id = 011201e47004538e732f247bfeb21634c6e1d97f

The abfindall and findmembership requests were getting HTTP 301 permanently moved responses with empty limit nodes. This was causing an assertion when trying to access a nonexistentpart of the specified packet and therefore limit
Log in. This patch replaces occurrences of the obsolete 'contacts .msn.com 'with the preferred address (according to the responses) of 'local -bay.contacts.msn.com '.

This is a discussion on Bugzilla.

Https://bugzilla.redhat.com/show_bug.cgi? Id = 750884

This bug seems to have been submitted, and later upgrades should solve this problem.

Solution:

Modify:

3 files under/usr/lib/python2.7/Site-packages:

Note that the three files are different.

--- A/papyon/service/description/AB/_ init _. py
++ B/papyon/service/description/AB/_ init _. py

@-20,7 + 20,7 @ name = "AB" Description = "hotmail address book service"-url = "http://contacts.msn.com/abservice/abservice.asmx" + url = "http://local-bay.contacts.msn.com/abservice/abservice.asmx" from constants import * diff -- git a/papyon/service/description/sharing/_ init __. py B/papyon/service/description/sharing/_ init __. PY
Index 20423c9... 253c972 100644
--- A/papyon/service/description/sharing/_ init _. py
++ B/papyon/service/description/sharing/_ init __. PY @-20,7 + 20,7 @ name = "sharing" Description = "membership Address Book Service"-url = "http://contacts.msn.com/abservice/SharingService.asmx" + url = "http://local-bay.contacts.msn.com/abservice/SharingService.asmx" Import findmembershipimport addmemberdiff -- git /papyon/service/description/singlesignon/requestmultiplesecuritytokens. py B/papyon/service/description/singlesignon/requestmultiplesecuritytokens. PY
Index 42d7497 .. af7b6f3 100644
--- A/papyon/service/description/singlesignon/requestmultiplesecuritytokens. py
++ B/papyon/service/description/singlesignon/requestmultiplesecuritytokens. PY @-21,7 + 21,7 @ import XML. sax. saxutils as xmlclass liveservice (object):-Contacts = ("contacts.msn.com", "mbi") + contacts = ("local-bay.contacts.msn.com", "mbi") Messenger = ("messenger.msn.com ", "? Id = 507 ") messenger_clear = (" messengerclear.live.com "," mbi_key_old ") messenger_secure = (" messengersecure.live.com "," mbi_ssl ")

After the change is complete, delete the MSN account and add it again. Then, you can log on normally.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.