Bug 31004 - Since today (18/oct) papyon doesn't connect anymore
Summary: Since today (18/oct) papyon doesn't connect anymore
Status: RESOLVED FIXED
Alias: None
Product: papyon
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86 (IA32) All
: medium blocker
Assignee: papyon-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
: 31010 31015 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-10-20 07:53 UTC by Gabriele "Whisky" Visconti
Modified: 2010-10-21 07:12 UTC (History)
4 users (show)

See Also:
i915 platform:
i915 features:


Attachments
Patch to fix connection issues (745 bytes, patch)
2010-10-20 14:12 UTC, Youness Alaoui
Details | Splinter Review

Description Gabriele "Whisky" Visconti 2010-10-20 07:53:01 UTC
Today papyon based clients stopped working: aMSN2, emesene2, and telepathy. Any attempt to connect causes this error:


[16:26:13 ERROR papyon.gnet.HTTP] Received error code 500 (Internal Server Error) from contacts.msn.com:80
[16:26:13 WARNING papyon.service] Transport Error :500

Non-papyon-based clients still work.
Comment 1 ZZ 2010-10-20 09:58:20 UTC
I change server from "contacts.msn.com" to "omega.contacts.msn.com" and it works for me. (on emesene2)
Comment 2 mehmet.giritli 2010-10-20 10:25:26 UTC
(In reply to comment #1)
> I change server from "contacts.msn.com" to "omega.contacts.msn.com" and it
> works for me. (on emesene2)

It doesn't for me
Comment 3 Gabriele "Whisky" Visconti 2010-10-20 12:59:23 UTC
(In reply to comment #2)

> It doesn't for me

neither for me (I tried some hours ago)
Comment 4 Youness Alaoui 2010-10-20 14:10:50 UTC
Hi,
Found the bug and fixed. It should get committed and released soon.
In the meantime, to fix it, apply this patch on papyon (in something like /usr/lib/python2.6/site-packages/papyon) and it should fix it :
diff --git a/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py b/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
index 73c1127..42d7497 100644
--- a/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
+++ b/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
@@ -21,7 +21,7 @@
 import xml.sax.saxutils as xml

 class LiveService(object):
- CONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1")
+ CONTACTS = ("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")


p.s: Changing it to use the omega server won't help...
Comment 5 Louis-Francis Ratté-Boulianne 2010-10-20 14:11:07 UTC
*** Bug 31010 has been marked as a duplicate of this bug. ***
Comment 6 Youness Alaoui 2010-10-20 14:12:31 UTC
Created attachment 39599 [details] [review]
Patch to fix connection issues

Adding a proper patch file rather than a badly-formated copy/paste.
Comment 7 Cristian Aravena 2010-10-20 16:00:25 UTC
*** Bug 31015 has been marked as a duplicate of this bug. ***
Comment 8 Cristian Aravena 2010-10-20 16:15:36 UTC
Path work fine for my
Comment 9 Florent Le Coz 2010-10-21 02:20:05 UTC
I confirm, the patch does fix the issue.
Comment 10 Louis-Francis Ratté-Boulianne 2010-10-21 07:12:55 UTC
Fixed in papyon 0.5.2


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.