TReKiE / msnp-sharp

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

Receive "BadCVRParameters" after Login using the example program #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Down the newest version of MSNP-Sharp example program 
2. Compile and Run it.
3. Once I key in the account information and click "Sign in".I receive the 
error message :"BadCVRParameters"

What version of the product are you using? On what operating system?
2.5.3

Please provide any additional information below.

TraceForm Display:

NSMessageProcessor: End Connect Callback
NSMessageProcessor: End Connect Callback Daarna
NSMessageProcessor: Connected
NSMessageProcessor: Outgoing message:
VER 7 MSNP16 MSNP15 CVR0

NSMessageProcessor: Parsing incoming NS command...
NSMessageProcessor: Dispatching incoming NS command: VER 7 MSNP16

NSMessageProcessor: Outgoing message:
CVR 8 0x0c04 winnt 5.1 i386 MSNMSGR 8.5.1288.816 msnsgs myaccount@live.hk

NSMessageProcessor: Parsing incoming NS command...
NSMessageProcessor: Dispatching incoming NS command: 710 8

I has no problem on using 2.5.2, but face such a problems in 2.5.3.

Thank you for the reply.

Original issue reported on code.google.com by studentt...@gmail.com on 21 Jan 2009 at 2:01

GoogleCodeExporter commented 9 years ago
Please upgrade your code to:

http://msnp-sharp.googlecode.com/svn/branches/MSNPSHARP_25_STABLE

I have just fixed it.

Original comment by hepha...@gmail.com on 21 Jan 2009 at 2:34

GoogleCodeExporter commented 9 years ago
I had use SVN and downloaded the newest version of the code, compile and run 
it. But 
the problem still exists, the same error message "BadCVRParameters" appears and 
the 
following info is displayed on the traceForm.
============
NSMessageProcessor: End Connect Callback
NSMessageProcessor: End Connect Callback Daarna
NSMessageProcessor: Connected
NSMessageProcessor: Outgoing message:
VER 14 MSNP16 MSNP15 CVR0

NSMessageProcessor: Parsing incoming NS command...
NSMessageProcessor: Dispatching incoming NS command: VER 14 MSNP16

NSMessageProcessor: Outgoing message:
CVR 15 0x0c04 winnt 5.1 i386 MSNMSGR 8.5.1302 msnsgs myaccount@live.hk

NSMessageProcessor: Parsing incoming NS command...
NSMessageProcessor: Dispatching incoming NS command: 710 15

NSMessageProcessor: Disconnected

============
Please have a look. Thank you.

Original comment by studentt...@gmail.com on 21 Jan 2009 at 2:42

GoogleCodeExporter commented 9 years ago
Ok... re-check...
Your LCID is not supported...
I have deleted: CultureInfo.CurrentCulture.LCID.ToString("x4")

Original comment by hepha...@gmail.com on 21 Jan 2009 at 2:55

GoogleCodeExporter commented 9 years ago
problem fixed!
Thank you.

Original comment by studentt...@gmail.com on 21 Jan 2009 at 3:00