msndevs / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
5 stars 2 forks source link

Login into MSN is not possible. #305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

if I use MSNPSharp 3.2 to login into my account, the connection is established 
but the networksignedin event is never triggered. I am getting this exception 
message:

You must wait for the SignedIn event before you can set an initial status.

If I try this with the 3.2.0 example client, it works. Firewall is turned off, 
no proxy is needed.

I am also wandering why the ConnectionEstablished event is triggered twice. Is 
this normal?

Original issue reported on code.google.com by worldrac...@googlemail.com on 18 Nov 2011 at 9:56

GoogleCodeExporter commented 9 years ago
Okay, now I have further information:

ContactService: System.Net.WebException: Fehler bei der Anforderung mit 
folgender Fehlermeldung:
--
<?xml version="1.0" encoding="utf-8"?><soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Header><ServiceHeader 
xmlns="http://www.msn.com/webservices/AddressBook"><Version>16.02.2225.0001</Ver
sion><CacheKeyChanged>false</CacheKeyChanged><PreferredHostName>proxy-sn.contact
s.msn.com</PreferredHostName><SessionId>ABCH.09a0bdcd-b937-48af-b87b-1290b907ee3
3</SessionId></ServiceHeader></soap:Header><soap:Body><FindMembershipResponse 
xmlns="http://www.msn.com/webservices/AddressBook" 
/></soap:Body></soap:Envelope>

Original comment by worldrac...@googlemail.com on 18 Nov 2011 at 10:48

GoogleCodeExporter commented 9 years ago
Another thing a observed yesterday: When you delete the mcl-files generated by 
the last login before one starts his project, login is truly possible.

Original comment by worldrac...@googlemail.com on 19 Nov 2011 at 9:45

GoogleCodeExporter commented 9 years ago
Use svn check out the version in branches/MSNPSHARP_30_STABLE or use 4.0, we 
just fixed a bug about webservice redirection.

Original comment by freezing...@gmail.com on 19 Nov 2011 at 9:53

GoogleCodeExporter commented 9 years ago
So 3.2.0 fixes are also within 3.0 stable?

Original comment by worldrac...@googlemail.com on 20 Nov 2011 at 12:04

GoogleCodeExporter commented 9 years ago
All the latest versions of 3.x will be in MSNPSHARP_30_STABLE svn folder, we 
will not push out any packed file in download page regarding version 3.

Original comment by freezing...@gmail.com on 20 Nov 2011 at 10:27