Error when opening business card

Bug #145253 reported by sander
2
Affects Status Importance Assigned to Milestone
Coccinella
Fix Released
Medium
Mats

Bug Description

wrong # args: should be "set varName ?newValue?"
wrong # args: should be "set varName ?newValue?"
    while compiling
"set str1 "\n" "[mc jamesserrtime2 $ujid]\n""
    ("if" then script line 3)
    while compiling
"if {$type eq "error"} {
 set str [mc "Local Time"]
 set str1 "\n" "[mc jamesserrtime2 $ujid]\n"
 append str1 "[mc Error]: [lindex $subiq 1]"

 ::Jabbe..."
    (compiling body of proc "::UserInfo::TimeCB", line 16)
    invoked from within
"::UserInfo::TimeCB ::UserInfo::1 ::jlib::jlib1 error {feature-not-implemented Unknown}"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 $cmd [list $jlibname $type $subiq]"
    (procedure "::jlib::invoke_iq_callback" line 5)
    invoked from within
"::jlib::invoke_iq_callback ::jlib::jlib1 {::UserInfo::TimeCB ::UserInfo::1} error {feature-not-implemented Unknown}"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 $iqcmd($id) [list error $errspec]"
    ("error" arm line 6)
    invoked from within
"switch -- $type {
 result {

     # Protect us from our own 'set' calls when we are awaiting
     # 'result' or 'error'.
     set setus 0
     i..."
    (procedure "iq_handler" line 56)
    invoked from within
"iq_handler $jlibname $xmldata"
    ("iq" arm line 2)
    invoked from within
"switch -- $tag {
 iq {
     iq_handler $jlibname $xmldata
 }
 message {
     message_handler $jlibname $xmldata
 }
 presence {
     presence_hand..."
    (procedure "::jlib::dispatcher" line 6)
    invoked from within
"::jlib::dispatcher ::jlib::jlib1 {iq {from <email address hidden>/gmail.3B6779AE id 1031 xml:lang nl type error to <email address hidden>/Coccinella@sd..."
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 $wrapper($id,parsecmd) [list $wrapper($id,tree,2)]"
    (procedure "::wrapper::elementend" line 40)
    invoked from within
"::wrapper::elementend wrap1 iq -namespace urn:ietf:params:xml:ns:xmpp-stanzas"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 $options(-elementendcommand) [list $tag] $empty $ns"
    invoked from within
"ParseEvent:ElementClose $tag [array get options]"
    invoked from within
"::sgml::parseEvent {{} {} {} {} iq {} { <email address hidden>/gmail.3B6779AE' <email address hidden>/Coccinella@sdevrieze-laptop' xml:lang='..."
    ("eval" body line 1)
    invoked from within
"eval ::sgml::parseEvent [list $tokenised] $parseOptions"
    (procedure "parse" line 60)
    invoked from within
"parse xmlparser12 {<iq <email address hidden>/gmail.3B6779AE' <email address hidden>/Coccinella@sdevrieze-laptop' xml:lang='nl' type='error' ..."
    (in namespace inscope "::xml::tclparser" script line 1)
    invoked from within
"::namespace inscope ::xml::tclparser parse xmlparser12 {<iq <email address hidden>/gmail.3B6779AE' <email address hidden>/Coccinella@sdevriez..."
    ("eval" body line 1)
    invoked from within
"eval $classinfo(-parsecommand) [list $name] $args"
    ("parse" arm line 5)
    invoked from within
"switch -- $method {

 configure {
     # BUG: We're not checking for legal options
     array set data $args
     eval $classinfo(-configurecommand) [..."
    (procedure "::xml::ParserCmd" line 7)
    invoked from within
"::xml::ParserCmd xmlparser12 parse {<iq <email address hidden>/gmail.3B6779AE' <email address hidden>/Coccinella@sdevrieze-laptop' xml:lang='..."
    ("eval" body line 1)
    invoked from within
"eval ::xml::ParserCmd xmlparser12 [list $method] $args"
    (procedure "xmlparser12" line 1)
    invoked from within
"$p parse $xml"
    (procedure "parsereentrant" line 10)
    invoked from within
"parsereentrant $id $xml"
    (procedure "wrapper::parse" line 6)
    invoked from within
"wrapper::parse $lib(wrap) $data"
    (procedure "::jlib::recvsocket" line 24)
    invoked from within
"::jlib::recvsocket ::jlib::jlib1"

sander (s-devrieze)
Changed in coccinella:
assignee: nobody → matsben
importance: Undecided → Medium
Revision history for this message
Mats (matsben) wrote :

Fixed.

Changed in coccinella:
status: New → Fix Committed
Revision history for this message
sander (s-devrieze) wrote :

I still get this error in cvs...

Revision history for this message
Mats (matsben) wrote :

There were two bugs here and I only found the first one.

Revision history for this message
sander (s-devrieze) wrote : Re: [Bug 145253] Re: Error when opening business card

mmm, you readded the disco stuff :-( Can you remove this again? Devels
can use the "Discover Server..." option to get the same information
anyway.

--
Mvg, Sander Devrieze.

Revision history for this message
Mats (matsben) wrote :

Discover Server... just creates a new disco tree while the User Info dialog lists a JID's all features which is not possible to obtain elsewhere.

Revision history for this message
sander (s-devrieze) wrote :

Ok, but it still does not fits in the interface. Can you disable this
tab by default and allow devels to re-enable it when creating a custom
built? (you can also add the Debug and Error Log entries under the
Info menu to this, they are not useful to the average end user)

2007/9/27, Mats <email address hidden>:
> Discover Server... just creates a new disco tree while the User Info
> dialog lists a JID's all features which is not possible to obtain
> elsewhere.
>
> --
> Error when opening business card
> https://bugs.launchpad.net/bugs/145253
> You received this bug notification because you are a direct subscriber
> of the bug.
>
>

--
Mvg, Sander Devrieze.

Revision history for this message
Mats (matsben) wrote :

On 9/27/07, sander <email address hidden> wrote:
> Ok, but it still does not fits in the interface. Can you disable this
> tab by default and allow devels to re-enable it when creating a custom

Done.

> built? (you can also add the Debug and Error Log entries under the
> Info menu to this, they are not useful to the average end user)

I just skipped the Error tab and puts them to the error log window.

>
> 2007/9/27, Mats <email address hidden>:
> > Discover Server... just creates a new disco tree while the User Info
> > dialog lists a JID's all features which is not possible to obtain
> > elsewhere.
> >
> > --
> > Error when opening business card
> > https://bugs.launchpad.net/bugs/145253
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
> >
>
>
> --
> Mvg, Sander Devrieze.
>
> --
> Error when opening business card
> https://bugs.launchpad.net/bugs/145253
> You received this bug notification because you are a bug assignee.
>

sander (s-devrieze)
Changed in coccinella:
milestone: none → 0.96.4
sander (s-devrieze)
Changed in coccinella:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.