Ticket #145 (closed defect: fixed)
Impossible to connect (password characters related)
| Reported by: | anonymous | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | other | Version: | |
| Keywords: | Cc: |
Description
I can't connect to MSN with my password that has characters such as < or ? in it. The console debug output is the following:
PASSPORT begin 200 OK list index out of range <?xml version='1.0' encoding='UTF-8'?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext" xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault"><S:Fault><faultcode>S:Client</faultcode><faultstring>Invalid Request</faultstring></S:Fault></S:Envelope> Traceback (most recent call last):
File "Controller.py", line 1067, in login
msn.login()
File "/usr/share/emesene/emesenelib/core.py", line 283, in login
self.passportid = self.passportAuth( hash )
File "/usr/share/emesene/emesenelib/core.py", line 478, in passportAuth
raise common.AuthError?, faultstring
AuthError?: Authentication error: 'Invalid Request' Authentication error: 'Invalid Request'
Debian Lenny Emesene eb Package 0.99svn937-1 Python 2.4.4
