GoogleCodeArchive / msnp-sharp

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

ContactService unhandled error #297

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. messenger.Connect();

What is the expected output? What do you see instead?
The user should be logged in. It used to work fine. But in the past few days, 
it has stopped working.

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
MSNPSharp

Is your code check out from SVN or download from our download site?
Downloaded version 4.0.3

Please provide any additional information below:
Now the client simply cannot log in a user. It used to work perfectly and seems 
to break down only a few days ago.

Output is included below:

[Initialize Error]: update contact error.
[Initialize Error]: update contact error.
XMLContactList: Gateway RemoteNetwork:fb added to network contacts
XMLContactList: Connect:...added to connect contacts

NSMessageProcessor: Parsing incoming NS command...
NSMessageHandler: Incoming NS command: MSG Hotmail Hotmail 296
MIME-Version: 1.0
Content-Type: text/x-msmsgsinitialmdatanotification; charset=UTF-8

Mail-Data: 
<MD><E><I>1284</I><IU>0</IU><O>335</O><OU>0</OU></E><Q><QTM>409600</QTM><QNM>204
800</QNM></Q></MD>
Inbox-URL: /cgi-bin/HoTMaiL
Folders-URL: /cgi-bin/folders
Post-URL: http://www.hotmail.com

NSMessageProcessor: Parsing incoming NS command...
NSMessageHandler: Incoming NS command: QRY 5

ContactService: UNHANDLED ERROR: The request failed with the error message:
--
<?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><CacheKey>14r2;SRvi4b705kR0OQ96KOO6D851jViUdITPRwaPBZXe9dyifWArDTbQPgVmMaOV
dbbhBX/6OY6PBrMQlPlbmJNSlWOr85WPWzdVfJ7f282FZ9Y0gRST97PW3KfsMBs4enZc80gnTSXqxkNC
/6+plLf3Grs2rCHdZQ63f+DWa/Qs+14=</CacheKey><CacheKeyChanged>true</CacheKeyChange
d><PreferredHostName>proxy-bay.contacts.msn.com</PreferredHostName><SessionId>AB
CH.a3b7fae5-dbe1-4257-9a91-145d9df69c33</SessionId></ServiceHeader></soap:Header
><soap:Body><FindMembershipResponse 
xmlns="http://www.msn.com/webservices/AddressBook" 
/></soap:Body></soap:Envelope>
--.
The thread '<No Name>' (0x160c) has exited with code 0 (0x0).
The thread '<No Name>' (0x19c0) has exited with code 0 (0x0).
The thread '<No Name>' (0x1fa0) has exited with code 0 (0x0).

Original issue reported on code.google.com by zhicheng...@gmail.com on 8 Nov 2011 at 1:49

GoogleCodeExporter commented 9 years ago
A microsoft changed the webservice's URI, a quick fix can be cleaning all the 
.mcl files and rerun your application. We will try to work around this asap.

Original comment by freezing...@gmail.com on 8 Nov 2011 at 5:10

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 8 Nov 2011 at 5:10

GoogleCodeExporter commented 9 years ago
You can check out the code under branches/MSNPSHARP_40_STABLE folder using SVN, 
the issue has been fixed.

Original comment by freezing...@gmail.com on 8 Nov 2011 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 8 Nov 2011 at 10:11

GoogleCodeExporter commented 9 years ago

Original comment by hepha...@gmail.com on 10 Nov 2011 at 2:16