Page 1 of 2

Can't log in

Posted: Sun Jul 27, 2008 22:59 pm
by Clave
I'm one of the persons how can't log in.
I use mIRC v6.33 and NNScript v4.21 mith your msn Script v3.80.
After typing /set %msn.debug 1 I get the following messages:

v3.80
---- Message of the Day ----
Version 3.80 has been released. Get it from http://www.burningimage.net/msn :)
*** Connecting...
*** Connected
VER 0 MSNP8 CVR0
VER 0 MSNP8 CVR0
CVR 1 0x0409 winnt 5.1 i386 MSMSGS 4.7.3001 WindowsMessenger ***
CVR 1 1.0.0000 1.0.0000 1.0.0000 http://msgr.dlservice.microsoft.com http://messenger.msn.com
USR 2 TWN I ***
XFR 2 NS 65.55.254.147:1863 0 65.54.239.21:1863
Switching to server 65.55.254.147:1863 ...
*** Connected
VER 3 MSNP8 CVR0
VER 3 MSNP8

I am not connected because no one appears online and I know that someone is online.

Re: Can't log in

Posted: Wed Jul 30, 2008 16:05 pm
by andyc
When it says "Connected" in debug mode that means something different. Yes, it appears that the script just gives up half way through the connection.

There have been problems with NNScript in the past. It'll work if you don't use NNScript, but that's not a very good solution is it!

Can you try typing:

/set %msn.server 65.55.254.147

And then try to reconnect. Unfortunately that's all I can think of at the moment, I'll need to investigate what NNScript is doing to stop MSN for mIRC working.

Re: Can't log in

Posted: Wed Jul 30, 2008 19:31 pm
by Clave
Didn't work.

v3.80
---- Message of the Day ----
Version 3.80 has been released. Get it from www.burningimage.net/msn :)
*** Connecting...
*** Connected
VER 0 MSNP8 CVR0
VER 0 MSNP8

In the past an earlier version of your script worked fine with NNScript.
Can't remember wich versions worked together.
Hope you'll finde out what creates the problems :)

Re: Can't log in

Posted: Sat Aug 02, 2008 16:34 pm
by andyc
I may have a fix for this.

Can you change line 224 of msn.mrc from:

Code: Select all

if ( %msn.data == VER $calc(%msn.main - 1)  MSNP8 CVR0 ) {
to:

Code: Select all

if ( VER $calc(%msn.main - 1) MSNP8 isin %msn.data ) {
Please get back to me and let me know if it works. :)

Re: Can't log in

Posted: Sat Aug 02, 2008 16:56 pm
by Clave
After accepting certain security certificates it worked.
Thank you.

Off Topic question:
You have no intention for writing an ICQ Script?
The only ICQ Script for mIRC I know (SmartICQ) is outdated since years :)

Re: Can't log in

Posted: Sat Aug 02, 2008 17:04 pm
by Clave
New problem:
I tried to delete a contact from my list.
After right clicking and selecting "Delete Contact" your script restarts with logging in.
But the contact isn't deleted.
Happens with contacts on my ignore list and on normal contacts.

Re: Can't log in

Posted: Sat Aug 02, 2008 18:32 pm
by andyc
I don't have any intention of making an ICQ one at the moment I'm afraid, no. I didn't realise SmartICQ was dead, I remember it from way back in 2001 when I started MSN for mIRC.

If you get disconnected then that usually means you've performed an illegal command, tried to delete a contact not on your contact list or something. For the record I've just tried it on my test account and it seems to work fine. Can you do the %msn.debug thing for me again please. I don't need it all pasted, just what gets displayed when you try to delete the contact.

Many thanks!

Re: Can't log in

Posted: Sat Aug 02, 2008 18:51 pm
by Clave
Sorry, I can't copy the log.
The window closes immediately after clicking 'Delete Contact' and opens again, logging me in.

SmartICQ is dead since 2002. There was the last update posted.

Re: Can't log in

Posted: Sat Aug 02, 2008 19:10 pm
by andyc
Do you have "reconnect when disconnected" ticked in the control panel? Try unticking that.

Re: Can't log in

Posted: Sat Aug 02, 2008 19:17 pm
by Clave
Oh, yeah. Had forgotton that.

REM 9 FL private@qbster.de
*** 4private@qbster.de was removed from your contact list
*** Disconnected

The two mail addresses differ.
The real mail address is private@qbster.de, without the 4.

Re: Can't log in

Posted: Sat Aug 02, 2008 23:36 pm
by andyc
Can you try adding the user using the button in the control panel, then try to remove them in the script?

I don't see why MSN don't like the command! If you sign in in the proper MSN client I assume the user appears as a normal contact you can talk to etc, they're not waiting to accept you or anything?

Re: Can't log in

Posted: Sun Aug 03, 2008 10:48 am
by Clave
Have the problem with only two of my contacts.
Both don't have me on their contact list.

Have tested it with one of my other contacts.
Deleting him workes fine, but as soon as I add him through the control panel he appears to be offline all the time.
He tried to delete and then add me didn't worked. I appear offline to him.
I haven't got any notification about beeing added by him and have no possibility to authorize him.

Re: Can't log in

Posted: Sun Aug 03, 2008 10:49 am
by Clave
Oh, yeah. The option 'Show background' also doesn't work.
Had to rename the file^^

Re: Can't log in

Posted: Sun Aug 03, 2008 16:08 pm
by andyc
Clave wrote:Have the problem with only two of my contacts.
Both don't have me on their contact list.

Have tested it with one of my other contacts.
Deleting him workes fine, but as soon as I add him through the control panel he appears to be offline all the time.
He tried to delete and then add me didn't worked. I appear offline to him.
I haven't got any notification about beeing added by him and have no possibility to authorize him.
Even using the official client? It's an MSN problem if even the official client doesn't ask for authorisation. I'm pretty sure I follow the specification for adding/deleting users, but I'll check now.

The 'show background' option works now, thanks!

Add the following line inbetween lines 1425 and 1426

Code: Select all

if (%msn.background == $yes) { did -c msncontrol 30 }

Re: Can't log in

Posted: Sun Aug 03, 2008 17:59 pm
by Clave
Thank you.

Will test it again as soon as one of my contacts comes online.
How we get noticed or asked for authorisation if someone adds me?