I tryied too. I'm not connected too.
Included: status_log and protocol_log

Plus, I have a tcl error, already reported on the bts. It's soap
related (I think)

On 1/29/06, Tom Hennigan <[EMAIL PROTECTED]> wrote:
> I've changed the line, and I don't get errors any more, but I can't connect
> to aMSN. Here's the log:
>
> [12:31:31] cmsn_auth starting, stat=a
> [12:31:31] cmsn_auth starting, stat=v
> [12:31:31] cmsn_auth starting, stat=i
> [12:31:31] cmsn_ns_handler: got a NS transfer, reconnecting to 64.4.27.142!
> [12:31:31] gotNexusReply:
> loginurl=https://loginnet.passport.com/login2.srf
> [12:31:31] gotNexusReply: finished before authentication took place
> [12:31:31] cmsn_auth starting, stat=a
> [12:31:31] cmsn_auth starting, stat=v
> [12:31:32] cmsn_auth starting, stat=i
> [12:31:32] Got unknown NS input!! --> GCF
> [12:31:32] cmsn_auth starting, stat=u
> [12:31:32] cmsn_auth_msnp9: Nexus has replied so we have login URL...
> [12:31:32] ::DirectConnection::authenticate: Getting
> https://loginnet.passport.com/login2.srf
> [12:31:33] ::DirectConnection::GotAuthReply 200 Ticket=
> t=70cZH1f31F3emj1TKYDEW92ixKkaq5rmSfWBiOfsWEPQUQHbyrGOIezSQ!vZIgONIJVw0VGkciId7NYSo7OySP18iWcllUUnS76AeiepHdbERNmv!iECN!vNzZADBFl9ym&p=76FE!QpVABuNbBg9ozslWKaRgBiwSy!JxqWYzknEjvHhZbI2KoODKQPyfGIkrmScBIxYy*ptofv6FJ1G2*IB!51NrbdIlOpqHJ58un8JvcAVRra6ZgrKzN4hHyqHQaYkqyH*JoeOL!g6CebVvM2gwcNjcztEq7pKsm
> [12:31:33] Got unknown NS input!! --> 420
> [12:31:33] Read EOF in ::NS::Connection1, closing
> [12:31:33] ::MSN::CloseSB ::ns Called
> [12:31:33] ::MSN::ClearSB ::ns called
> [12:31:33] clearing sb ::ns. oldstat=us
> [12:31:33] ::DirectConnectin::Write: SB ns problem when writing to the
> socket: can not find channel named ""...
> [12:31:33] ::MSN::CloseSB ns Called
> [12:31:33] ::MSN::ClearSB ns called
> [12:31:33] clearing sb ns. oldstat=d
> [12:31:33] ::MSN::CloseSB ns Called
> [12:31:33] ::MSN::ClearSB ns called
> [12:31:33] clearing sb ns. oldstat=d
> [12:31:33] Loging out
>
>
>
>
>
> On 29 Jan 2006, at 10:32, Yoda BZH wrote:
>
>
> same here too, using tcldom 3.0 and tclsoap 1.6.7
>
> I suppose that's tclsoap's fault (or we need to fallback to dom 2.x)
> /usr/lib/tclsoap1.6.7/SOAP.tcl:25
>    if { [catch {package require dom 2.0} ::SOAP::domVersion]} {
>
> It seems that tclsoap WANT dom 2.0. But even if dom 3.0 is installed,
> the major version don't match, so `package require' fail
> According to
> http://www.tcl.tk/man/tcl8.4/TclCmd/package.htm#M10
> then versions later than version are also acceptable as long as they
> have the same major version number as version.
>
> if they don't have the same major version, it won't works.
> With
>     if { [catch {package require dom 3.0} ::SOAP::domVersion]} {
> I can load sucessfully tclsoap. But I haven't test if it works in amsn
>
> (hope this helps)
> On 1/29/06, Tom Hennigan <[EMAIL PROTECTED]> wrote:
> I have the same error on Mac OS X. tclsoap version 1.6.7.
>
>
>
>
> On 29 Jan 2006, at 01:59, Arieh Schneier wrote:
>
> then change server in advanced prefs to muser.messenger.hotmail.com
> instead of messenger.hotmail.com.
>
> Then log in and voila, instant new contactlist (but you can't do
> anything else :P)
>
> I tried that and got the error below. It seems to crash becuase it loads on
> older version of Soap from my Tcl directory (version 1.6):
>
>
> require dom package greater than 1.6
>     while executing
> "error "require dom package greater than 1.6""
>     invoked from within
> "if {[catch {package require SOAP::dom 1.0} ::SOAP::domVersion]} {
>     if { [catch {package require dom 2.0} ::SOAP::domVersion]} {
>         if { [catch..."
>     (file "C:/Program Files/Tcl/lib/tclsoap1.6.7/SOAP.tcl"
> line 24)
>     invoked from within
> "source {C:/Program Files/Tcl/lib/tclsoap1.6.7/SOAP.tcl}"
>     ("package ifneeded" script)
>     invoked from within
> "package require SOAP"
>     (file "msnp13.tcl" line 1)
>     invoked from within
> "source msnp13.tcl"
>     ("v" arm line 8)
>     invoked from within
> "switch [ns cget -stat] {
>
>   a {
>    #Send three first commands at same time, to it faster
>    if { [::config::getKey protocol] == 11 } {
>     ::MSN::Writ..."
>     (procedure "cmsn_auth" line 7)
>     invoked from within
> "cmsn_auth $item"
>     ("VER" arm line 2)
>     invoked from within
> "switch [lindex $item 0] {
>    MSG {
>     cmsn_ns_msg $item $message
>     return 0
>    }
>        IPG {
>        ::MSNMobile::MessageReceived "$message"
>       ..."
>     (procedure "cmsn_ns_handler" line 17)
>     invoked from within
> "cmsn_ns_handler $command $message"
>     ("default" arm line 2)
>     invoked from within
> "switch [lindex $command 0] {
>     ILN {
>      if {$::msnp13} {
>       $self handleILN $command
>      } else {
>       cmsn_ns_handler $command $message
>     ..."
>     (procedure "::NS::Snit_methodhandleCommand" line 27)
>     invoked from within
> "::NS::Snit_methodhandleCommand ::NS ::NS::Snit_inst1 ::ns ::ns {VER 1
> MSNP13 CVR0}"
>     ("uplevel" body line 1)
>     invoked from within
> "uplevel 1 $command $args"
>     invoked from within
> "$options(-name) handleCommand $command"
>     (procedure "::Connection::Snit_methodreceivedData" line
> 39)
>     invoked from within
> "::Connection::Snit_methodreceivedData ::Connection
> ::Connection::Snit_inst2
> ::NS::Connection1 ::NS::Connection1"
>     ("uplevel" body line 1)
>     invoked from within
> "uplevel 1 $command $args"
>     invoked from within
> "::NS::Connection1 receivedData"
>     ("uplevel" body line 1)
>     invoked from within
> "uplevel 1 $command $args"
>     invoked from within
> "ns receivedData"
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Amsn-devel mailing list
> Amsn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amsn-devel
>
> ------------------------------------
> Tom Hennigan
> [EMAIL PROTECTED]
> http://www.justclimbit.co.uk/
>
>
>
>
>
> --
> Admin HLTV-Fr : http://www.hltv-fr.com
> Admin, Project leader & coder Games-Tv : http://www.games-tv.org
> Admin WestArena : http://www.westarena.net
> Admin AAG : http://www.2ag-fr.com
>
> http://www.yoda-bzh.net
> http://blog.yoda-bzh.net
>
> o May the Force be with you
> o Do it, or not, but there's no try
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
> _______________________________________________
> Amsn-devel mailing list
> Amsn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amsn-devel
>
> ------------------------------------
> Tom Hennigan
> [EMAIL PROTECTED]
> http://www.justclimbit.co.uk/
>
>


--
Admin HLTV-Fr : http://www.hltv-fr.com
Admin, Project leader & coder Games-Tv : http://www.games-tv.org
Admin WestArena : http://www.westarena.net
Admin AAG : http://www.2ag-fr.com

http://www.yoda-bzh.net
http://blog.yoda-bzh.net

o May the Force be with you
o Do it, or not, but there's no try
[13:49:20] ::Proxy::ProxyDirect1
[13:49:20] ->ns-sock8 VER 1 MSNP13 MSNP12 CVR0

[13:49:20] ->ns-sock8 CVR 2 0x0409 winnt 5.1 i386 MSG80BETA 8.0.0365 msmsgs 
[EMAIL PROTECTED]

[13:49:20] ->ns-sock8 USR 3 TWN I [EMAIL PROTECTED]

[13:49:20] <-ns-sock8 VER 1 MSNP13 CVR0
[13:49:21] <-ns-sock8 CVR 2 8.0.0365 8.0.0365 8.0.0365 
http://msgr.dlservice.microsoft.com/download/4/2/3/4236042d-176d-4a69-a60a-e40f768e3500/EN/Install_Messenger_Beta.exe
 http://ideas.live.com
[13:49:21] <-ns-sock8 GCF 0 165
[13:49:21] Message Contents:
<Policies><Policy type="SHIELDS"><config>       <shield>                <cli 
maj="7" min="0" minbld="0" maxbld="9999" deny=" " />       </shield>       
<block> </block></config></Policy></Policies>
[13:49:21] <-ns-sock8 USR 3 TWN S 
lc=1033,id=507,tw=40,fs=1,ru=http%3A%2F%2Fmessenger%2Emsn%2Ecom,ct=1138538962,kpp=1,kv=7,ver=2.1.6000.1,rn=DBcCpvUZ,tpf=bef38a8fd9a7965c9756579d222ded85
[13:49:22] ->ns-sock8 USR 4 TWN S 
t=7FyXa*anLDmOu2a2BoF0hGwx8kzBMVVKFWjW!l5KTr9hKsZFIsiCyh!ql0TmA*C*Lu3*hGtlq2Y0gKvgZr67cLJP24jUeB*a9dbMeBaC2RrJjySACVa*izzoE5EgYW56PS&p=7Beekcxs!HKjzWu9nYyhkWYQwQvsbtf1Q9hdPja1C8z1bHq6wYRxXRD0Ptga8R2Ez1K49n9ljB2PpLzty2Dug*ylZkg5MpS7NybIIR*wDNFAU!mW7QFkgagR!0sUvTWn9*zA4aEPFlASWQPPVUglDkEBYqRDvhMqspjXaG5S4prxmIdDvR2f!J6g$$

[13:49:23] <-ns-sock8 USR 4 OK [EMAIL PROTECTED] 1 0
[13:49:26] ->ns-sock8 UUX 5 230
<Data><PSM>:: ... ::</PSM><CurrentMedia>aMSN\0Music\01\0{0}\0DNA - Tom`s diner 
(feat. Susanne Vega) (FREQUENCE3 - www.frequence3.fr - No ads ! It&apos;s only 
HITS live from Paris France ! - French Webradio)\0</CurrentMedia></Data>
[13:49:27] ->ns-sock8 CHG 6 NLN 1073741860 
%3Cmsnobj%20Creator%3D%22yodabzh%40gmail%2Ecom%22%20Size%3D%2226475%22%20Type%3D%223%22%20Location%3D%22721%2Etmp%22%20Friendly%3D%22AAA%3D%22%20SHA1D%3D%22DkhDQc%2FkZUlduY4e5eK5DUz2qDQ%3D%22%20SHA1C%3D%22dYFyEsug0ojL6ano6MdcnInh6f4%3D%22%2F%3E

[13:49:27] ->ns-sock8 UUX 7 230
<Data><PSM>:: ... ::</PSM><CurrentMedia>aMSN\0Music\01\0{0}\0DNA - Tom`s diner 
(feat. Susanne Vega) (FREQUENCE3 - www.frequence3.fr - No ads ! It&apos;s only 
HITS live from Paris France ! - French Webradio)\0</CurrentMedia></Data>
[13:49:27] ->ns-sock8 UUX 8 230
<Data><PSM>:: ... ::</PSM><CurrentMedia>aMSN\0Music\01\0{0}\0DNA - Tom`s diner 
(feat. Susanne Vega) (FREQUENCE3 - www.frequence3.fr - No ads ! It&apos;s only 
HITS live from Paris France ! - French Webradio)\0</CurrentMedia></Data>
[13:49:27] <-ns-sock8 SBS 0 null
[13:49:27] <-ns-sock8 MSG Hotmail Hotmail 541
[13:49:27] Message Contents:
MIME-Version: 1.0
Content-Type: text/x-msmsgsprofile; charset=UTF-8
LoginTime: 1138538965
EmailEnabled: 0
MemberIdHigh: 196608
MemberIdLow: -2098775700
lang_preference: 1036
preferredEmail: 
country: FR
PostalCode: 
Gender: 
Kid: 0
Age: 
BDayPre: 
Birthday: 
Wallet: 
Flags: 1073743425
sid: 507
kv: 7
MSPAuth: 
7FyXa*anLDmOu2a2BoF0hGwx8kzBMVVKFWjW!l5KTr9hKsZFIsiCyh!ql0TmA*C*Lu3*hGtlq2Y0gKvgZr67cLJP24jUeB*a9dbMeBaC2RrJjySACVa*izzoE5EgYW56PS
ClientIP: 213.41.180.166
ClientPort: 46860
ABCHMigrated: 1
BetaInvites: 0





[13:49:19] Catch in proc trans (title ): can't read "lang(title)": no such 
variable
[13:49:19] Catch in proc trans (followtext ): can't read "lang(followtext)": no 
such variable
[13:49:19] Catch in proc trans (filters ): can't read "lang(filters)": no such 
variable
[13:49:19] Catch in proc trans (savetofile ): can't read "lang(savetofile)": no 
such variable
[13:49:19] Catch in proc trans (clear ): can't read "lang(clear)": no such 
variable
[13:49:19] Catch in proc trans (close ): can't read "lang(close)": no such 
variable
[13:49:19] No LANG environment variable. Using en
[13:49:19] LoadLoginList: starting
[13:49:19] LoadLoginList: HOME=/home/yoda/.amsn, HOME2=/home/yoda/.amsn, 
HOMEE=/home/yoda/.amsn
[13:49:19] LoadLoginList: adding profile [EMAIL PROTECTED] with lock num 0
[13:49:19] LoadLoginList: adding profile [EMAIL PROTECTED] with lock num 0
[13:49:19] LoadLoginList: adding profile [EMAIL PROTECTED] with lock num 0
[13:49:19] LoadLoginList: adding profile [EMAIL PROTECTED] with lock num 0
[13:49:19] LoadLoginList: adding profile [EMAIL PROTECTED] with lock num 0
[13:49:19] LoadLoginList: getting an initial profile
[13:49:19] CheckLock: LoginList getlock called. Lock=0
[13:49:19] CheckLock: Port is zero
[13:49:19] LockProfile: Locking [EMAIL PROTECTED]
[13:49:19] LockProfile: Got random port 64885
[13:49:19] LoadLoginList: profile [EMAIL PROTECTED] is free, locking
[13:49:19] LoadLoginList: we found a free profile: [EMAIL PROTECTED]
[13:49:19] load_config: Started. HOME=/home/yoda/.amsn/yodabzh_gmail_com, 
config(login)[EMAIL PROTECTED]
[13:49:19] load_config: loading file 
/home/yoda/.amsn/yodabzh_gmail_com/config.xml
[13:49:19] load_config: Config loaded
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] PLUGINS INFO READ
[13:49:19] Plugin System: Trying to register a plugin twice..
[13:49:19] Plugin Systems: RegisterEvent called with Nudge PacketReceived 
received
[13:49:19] Plugin Systems: RegisterEvent called with Nudge chatwindowbutton 
sendbutton
[13:49:19] Plugin Systems: RegisterEvent called with Nudge chatmenu itemmenu
[13:49:19] Plugin Systems: RegisterEvent called with Nudge right_menu clitemmenu
[13:49:19] Plugin Systems: RegisterEvent called with Nudge AllPluginsLoaded 
add_command
[13:49:19] load_lang called from a plugin
[13:49:19] load_lang called from a plugin
[13:49:19] Plugin System: Trying to register a plugin twice..
[13:49:19] Plugin Systems: RegisterEvent called with Cam Shooter 
xtra_choosepic_buttons CreateShootButton
[13:49:19] load_lang called from a plugin
[13:49:19] Plugins System: no config for plug-in Cam Shooter
[13:49:19] Plugin System: Trying to register a plugin twice..
[13:49:19] Plugin Systems: RegisterEvent called with Inkdraw chatwindowbutton 
AddInkSwitchButton
[13:49:19] Plugins System: no config for plug-in Inkdraw
[13:49:19] Plugin System: Trying to register a plugin twice..
[13:49:19] Plugins System: no config for plug-in emotes
[13:49:19] Plugin System: Trying to register a plugin twice..
[13:49:19] Plugin System: Trying to register a plugin twice..
[13:49:19] Plugin Systems: RegisterEvent called with Games PacketReceived 
PacketReceived
[13:49:19] Plugin Systems: RegisterEvent called with Games chatmenu edit_menu
[13:49:19] load_lang called from a plugin
[13:49:19] Plugins System: no config for plug-in Games
[13:49:19] load_lang called from a plugin
[13:49:19] load_lang called from a plugin
[13:49:19] Plugin System: Trying to register a plugin twice..
[13:49:19] Plugin Systems: RegisterEvent called with Music OnConnect newname
[13:49:19] Plugin Systems: RegisterEvent called with Music OnDisconnect stop
[13:49:19] Plugin Systems: RegisterEvent called with Music 
ContactListColourBarDrawn draw
[13:49:19] Plugin Systems: RegisterEvent called with Music new_chatwindow 
CreateMusicMenu
[13:49:19] Plugin Systems: RegisterEvent called with Music AllPluginsLoaded 
add_command
[13:49:19] Plugin System: Trying to register a plugin twice..
[13:49:19] Plugin Systems: RegisterEvent called with pop3 OnConnect start
[13:49:19] Plugin Systems: RegisterEvent called with pop3 OnDisconnect stop
[13:49:19] Plugin Systems: RegisterEvent called with pop3 
ContactListColourBarDrawn draw
[13:49:19] Plugin Systems: RegisterEvent called with pop3 ContactListEmailsDraw 
addhotmail
[13:49:19] Plugin System: Trying to register a plugin twice..
[13:49:19] Plugin Systems: RegisterEvent called with remind new_conversation 
Remind
[13:49:19] load_lang called from a plugin
[13:49:19] load_lang called from a plugin
[13:49:19] skin olddefault 's scrollbar loaded
[13:49:20] load_my_pic: Trying to set display picture 721.png
[13:49:20] cmsn_auth starting, stat=a
[13:49:20] cmsn_auth starting, stat=v
[13:49:21] cmsn_auth starting, stat=i
[13:49:21] Got unknown NS input!! --> GCF
[13:49:21] cmsn_auth starting, stat=u
[13:49:21] cmsn_auth_msnp9: Nexus didn't reply yet...
[13:49:21] gotNexusReply: loginurl=https://loginnet.passport.com/login2.srf
[13:49:21] gotNexusReply: authentication was waiting for me, so I'll do it
[13:49:21] ::DirectConnection::authenticate: Getting 
https://loginnet.passport.com/login2.srf
[13:49:22] ::DirectConnection::GotAuthReply 200 Ticket= 
t=7FyXa*anLDmOu2a2BoF0hGwx8kzBMVVKFWjW!l5KTr9hKsZFIsiCyh!ql0TmA*C*Lu3*hGtlq2Y0gKvgZr67cLJP24jUeB*a9dbMeBaC2RrJjySACVa*izzoE5EgYW56PS&p=7Beekcxs!HKjzWu9nYyhkWYQwQvsbtf1Q9hdPja1C8z1bHq6wYRxXRD0Ptga8R2Ez1K49n9ljB2PpLzty2Dug*ylZkg5MpS7NybIIR*wDNFAU!mW7QFkgagR!0sUvTWn9*zA4aEPFlASWQPPVUglDkEBYqRDvhMqspjXaG5S4prxmIdDvR2f!J6g$$
[13:49:23] cmsn_auth starting, stat=us
[13:49:23] save_config: saving config for user [EMAIL PROTECTED] in 
/home/yoda/.amsn/yodabzh_gmail_com]
[13:49:23] save_config: saving config_file. Opening of file returned : file10
[13:49:23] save_config: Config saved
[13:49:23] Loading address book data...
[13:49:26] Address book data loaded...
[13:49:26] Variable connectas is not valid 0
[13:49:26] Variable connectas is not valid 0
[13:49:27] Got unknown NS input!! --> SBS
[13:49:27] Getting demographic and auth information
[13:49:27] Getting local IP
[13:49:27] Finished
[13:49:27] ::abook::getFirewalled: Connecting to 213.41.180.166 port 6891
[13:49:27] ::abook::connectionHandler: connection failed
[13:49:27] My IP is 213.41.180.166
[13:49:27] -----------------------------------------
[13:49:27] >>> GOT TCL/TK ERROR : {{invalid element name "-subHeader"}}
>>> Stack:
invalid element name "-subHeader"
    while executing
"tcl::document createElement ::dom::tcl::document1::node11 -subHeader"
    ("eval" body line 1)
    invoked from within
"eval tcl::document $args"
    (procedure "dom::document" line 1)
    invoked from within
"dom::document createElement $headelt $hname"
    (procedure "::SOAP::soap_request" line 72)
    invoked from within
"::SOAP::soap_request ::SOAP::_ABFindAll -headers {-subHeader 
ABApplicationHeader ApplicationId 09607671-1C32-421F-A6A6-CBFAA51AB5F4 
IsMigration false ..."
    ("eval" body line 1)
    invoked from within
"eval "$procvar(wrapProc) $procVarName $args""
    (procedure "::SOAP::invoke" line 14)
    invoked from within
"::SOAP::invoke ::SOAP::_ABFindAll -headers {-subHeader ABApplicationHeader 
ApplicationId 09607671-1C32-421F-A6A6-CBFAA51AB5F4 IsMigration false Partne..."
    ("eval" body line 1)
    invoked from within
"eval ::SOAP::invoke ::SOAP::_ABFindAll $args"
    (procedure "ABFindAll" line 1)
    invoked from within
"ABFindAll -headers {-subHeader ABApplicationHeader ApplicationId 
09607671-1C32-421F-A6A6-CBFAA51AB5F4 IsMigration false PartnerScenario Initial 
-endSu..."
    (procedure "getAddressbook" line 15)
    invoked from within
"getAddressbook"
    (procedure "cmsn_ns_msg" line 32)
    invoked from within
"cmsn_ns_msg $item $message"
    ("MSG" arm line 2)
    invoked from within
"switch [lindex $item 0] {
                        MSG {
                                cmsn_ns_msg $item $message
                                return 0
                        }
                        IPG {
                            ::MSNMobile::MessageReceived "$message"
                           ..."
    (procedure "cmsn_ns_handler" line 17)
    invoked from within
"cmsn_ns_handler $command $message"
    ("default" arm line 2)
    invoked from within
"switch [lindex $command 0] {
                                ILN {
                                        if {$::msnp13} {
                                                $self handleILN $command
                                        } else {
                                                cmsn_ns_handler $command 
$message
                                ..."
    (procedure "::NS::Snit_methodhandleCommand" line 27)
    invoked from within
"::NS::Snit_methodhandleCommand ::NS ::NS::Snit_inst1 ::ns ::ns {MSG Hotmail 
Hotmail 541} {MIME-Version: 1.0
Content-Type: text/x-msmsgsprofile; chars..."
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 $command $args"
    invoked from within
"$options(-name) handleCommand $command $payload"
    (procedure "::Connection::Snit_methodreceivedData" line 32)
    invoked from within
"::Connection::Snit_methodreceivedData ::Connection ::Connection::Snit_inst2 
::NS::Connection1 ::NS::Connection1"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 $command $args"
    invoked from within
"::NS::Connection1 receivedData"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 $command $args"
    invoked from within
"ns receivedData"
>>> Code: NONE
[13:49:27] -----------------------------------------
[13:49:27] >>> AMSN version: 0.96b - AMSN date: 12/22/2005
[13:49:27] >>> TCL version : 8.4.11 - TK version : 8.4.11
[13:49:27] >>> tcl_platform array content : osVersion 2.6.14.5-elonia byteOrder 
littleEndian threaded 1 machine i686 platform unix os Linux user yoda wordSize 4
[13:49:27] -----------------------------------------

[13:49:29] dock prob dock.tcl
[13:49:30] check_web_ver: Current= 0 96b New=0 95 (0.95)
[13:49:30] Three days (in seconds) :604800
[13:49:30] Difference time (in seconds): 604801
[13:49:30] Not yet 3 days or no new version
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:30] PLUGINS INFO READ
[13:49:39] Can't get online plugininfo.xml for DbusViewer (place 0 - URL )
[13:49:40] Can't get online plugininfo.xml for Games (place 0 - URL )
[13:49:42] Can't get online plugininfo.xml for remind (place 0 - URL 
http://cvs.sourceforge.net/viewcvs.py/*checkout*/amsn/amsn-extras/plugins/remind/plugininfo.xml?rev=HEAD&content-type=text/plain)
[13:49:42] PLUGINS INFO READ
[13:49:42] PLUGINS INFO READ
[13:49:42] PLUGINS INFO READ
[13:49:42] PLUGINS INFO READ
[13:49:42] PLUGINS INFO READ
[13:49:42] PLUGINS INFO READ
[13:49:43] PLUGINS INFO READ
[13:49:43] PLUGINS INFO READ
[13:49:43] PLUGINS INFO READ
[13:49:43] PLUGINS INFO READ
[13:49:43] PLUGINS INFO READ
[13:49:43] PLUGINS INFO READ
[13:49:43] PLUGINS INFO READ



Reply via email to