한국   대만   중국   일본 
? T298752 cxserver gives empty result for translation of template without about attribute
Page Menu Home Phabricator

cxserver gives empty result for translation of template without about attribute
Closed, Resolved Public BUG REPORT

Description

Translating the following content gives <div></div>

<
div
>

<
span
 typeof
=
"mw:Transclusion"
 data-mw
=
"{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;Infobox writer\n&quot;,&quot;href&quot;:&quot;./Template:Infobox_writer&quot;},&quot;params&quot;:{&quot;name&quot;:{&quot;wt&quot;:&quot;Meg Johnson&quot;},&quot;image&quot;:{&quot;wt&quot;:&quot;File:Meg Johnson profile shot.png&quot;},&quot;image_size&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;alt&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;caption&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;birth_name&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;birth_date&quot;:{&quot;wt&quot;:&quot;<!-- {{birth date and age|YYYY|MM|DD}} -->&quot;},&quot;birth_place&quot;:{&quot;wt&quot;:&quot;[[Ames, Iowa|Ames]], [[Iowa]]&quot;},&quot;death_date&quot;:{&quot;wt&quot;:&quot;<!-- {{death date and age|YYYY|MM|DD|YYYY|MM|DD}} -->&quot;},&quot;death_place&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;resting_place&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;occupation&quot;:{&quot;wt&quot;:&quot;{{flat list |\n* [[Poet]]\n* [[Lecturer]]\n}}&quot;},&quot;language&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;nationality&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;ethnicity&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;citizenship&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;education&quot;:{&quot;wt&quot;:&quot;[[Master of Fine Arts|MFA]] in [[Creative Writing]]&quot;},&quot;alma_mater&quot;:{&quot;wt&quot;:&quot;[[University of Akron]]&quot;},&quot;period&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;genre&quot;:{&quot;wt&quot;:&quot;[[Poetry]]&quot;},&quot;subject&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;movement&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;notableworks&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;spouse&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;partner&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;children&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;relatives&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;awards&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;signature&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;signature_alt&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;years_active&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;website&quot;:{&quot;wt&quot;:&quot;{{URL|megjohnson.org}}&quot;}},&quot;i&quot;:0}}]}"
 data-ve-no-generated-contents
=
"true"
 id
=
"mwBg"
>
&nbsp;
</
span
>

</
div
>

Note that the span has no about attribute.

Translate API should just adapat the content as enough information (the typeof attribute) is there to identify it as a transclusion

Event Timeline

Change 752048 had a related patch set uploaded (by Santhosh; author: Santhosh):

[mediawiki/services/cxserver@master] isTransclusion: Check for typeof attribute value alone

https://gerrit.wikimedia.org/r/752048

Change 752048 merged by KartikMistry:

[mediawiki/services/cxserver@master] isTransclusion: Check for typeof attribute value alone

https://gerrit.wikimedia.org/r/752048

Change 751547 had a related patch set uploaded (by KartikMistry; author: KartikMistry):

[operations/deployment-charts@master] Deploy Flores MT

https://gerrit.wikimedia.org/r/751547

Change 751547 merged by jenkins-bot:

[operations/deployment-charts@master] Deploy Flores MT

https://gerrit.wikimedia.org/r/751547

Mentioned in SAL (#wikimedia-operations) [2022-02-01T15:13:34Z] <kart_> Deployed Flores MT for cxserver + Updated cxserver to 2022-01-13-174407-production ( T298584 , T292412 , T292415 , T298679 , T298752 ) + Updated cxserver to 2022-02-01-141918-production ( T298592 )

How to test:
Use the cxserver api and post the test content. Here is how to do that using curl

curl -X POST https://cxserver.wikimedia.org/v2/translate/en/es -H 
"Content-Type: application/json"
 --data-binary @- 
<<DATA

{ "html" : "<div><span typeof='mw:Transclusion' data-mw='{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;Infobox writer\n&quot;,&quot;href&quot;:&quot;./Template:Infobox_writer&quot;},&quot;params&quot;:{&quot;name&quot;:{&quot;wt&quot;:&quot;Meg Johnson&quot;},&quot;image&quot;:{&quot;wt&quot;:&quot;File:Meg Johnson profile shot.png&quot;},&quot;image_size&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;alt&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;caption&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;birth_name&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;birth_date&quot;:{&quot;wt&quot;:&quot;<!-- {{birth date and age|YYYY|MM|DD}} -->&quot;},&quot;birth_place&quot;:{&quot;wt&quot;:&quot;[[Ames, Iowa|Ames]], [[Iowa]]&quot;},&quot;death_date&quot;:{&quot;wt&quot;:&quot;<!-- {{death date and age|YYYY|MM|DD|YYYY|MM|DD}} -->&quot;},&quot;death_place&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;resting_place&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;occupation&quot;:{&quot;wt&quot;:&quot;{{flat list |\n* [[Poet]]\n* [[Lecturer]]\n}}&quot;},&quot;language&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;nationality&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;ethnicity&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;citizenship&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;education&quot;:{&quot;wt&quot;:&quot;[[Master of Fine Arts|MFA]] in [[Creative Writing]]&quot;},&quot;alma_mater&quot;:{&quot;wt&quot;:&quot;[[University of Akron]]&quot;},&quot;period&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;genre&quot;:{&quot;wt&quot;:&quot;[[Poetry]]&quot;},&quot;subject&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;movement&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;notableworks&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;spouse&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;partner&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;children&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;relatives&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;awards&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;signature&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;signature_alt&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;years_active&quot;:{&quot;wt&quot;:&quot;&quot;},&quot;website&quot;:{&quot;wt&quot;:&quot;{{URL|megjohnson.org}}&quot;}},&quot;i&quot;:0}}]}' data-ve-no-generated-contents='true' id='mwBg'>&nbsp;</span></div>"}


DATA

should give

{"contents":"<div><span data-cx=\"[{&#34;adapted&#34;:false}]\" data-mw=\"{&#34;parts&#34;:[{&#34;template&#34;:{&#34;target&#34;:{&#34;wt&#34;:&#34;Infobox writer\n&#34;,&#34;href&#34;:&#34;./Template:Infobox_writer&#34;},&#34;params&#34;:{&#34;name&#34;:{&#34;wt&#34;:&#34;Meg Johnson&#34;},&#34;image&#34;:{&#34;wt&#34;:&#34;File:Meg Johnson profile shot.png&#34;},&#34;image_size&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;alt&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;caption&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;birth_name&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;birth_date&#34;:{&#34;wt&#34;:&#34;&#60;!-- {{birth date and age|YYYY|MM|DD}} --&#62;&#34;},&#34;birth_place&#34;:{&#34;wt&#34;:&#34;[[Ames, Iowa|Ames]], [[Iowa]]&#34;},&#34;death_date&#34;:{&#34;wt&#34;:&#34;&#60;!-- {{death date and age|YYYY|MM|DD|YYYY|MM|DD}} --&#62;&#34;},&#34;death_place&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;resting_place&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;occupation&#34;:{&#34;wt&#34;:&#34;{{flat list |\n* [[Poet]]\n* [[Lecturer]]\n}}&#34;},&#34;language&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;nationality&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;ethnicity&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;citizenship&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;education&#34;:{&#34;wt&#34;:&#34;[[Master of Fine Arts|MFA]] in [[Creative Writing]]&#34;},&#34;alma_mater&#34;:{&#34;wt&#34;:&#34;[[University of Akron]]&#34;},&#34;period&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;genre&#34;:{&#34;wt&#34;:&#34;[[Poetry]]&#34;},&#34;subject&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;movement&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;notableworks&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;spouse&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;partner&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;children&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;relatives&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;awards&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;signature&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;signature_alt&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;years_active&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;website&#34;:{&#34;wt&#34;:&#34;{{URL|megjohnson.org}}&#34;}},&#34;i&#34;:0}}]}\" data-ve-no-generated-contents=\"true\" id=\"mwBg\" typeof=\"mw:Transclusion\">?</span></div>"}

instead of <div></div>

hey @santhosh is it a problem that when I run the curl command in my local I am get a "%" sign at the end of the response ? Please advice. Thanks

{"contents":"<div><span data-cx=\"[{&#34;adapted&#34;:false}]\" data-mw=\"{&#34;parts&#34;:[{&#34;template&#34;:{&#34;target&#34;:{&#34;wt&#34;:&#34;Infobox writer\n&#34;,&#34;href&#34;:&#34;./Template:Infobox_writer&#34;},&#34;params&#34;:{&#34;name&#34;:{&#34;wt&#34;:&#34;Meg Johnson&#34;},&#34;image&#34;:{&#34;wt&#34;:&#34;File:Meg Johnson profile shot.png&#34;},&#34;image_size&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;alt&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;caption&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;birth_name&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;birth_date&#34;:{&#34;wt&#34;:&#34;&#60;!-- {{birth date and age|YYYY|MM|DD}} --&#62;&#34;},&#34;birth_place&#34;:{&#34;wt&#34;:&#34;[[Ames, Iowa|Ames]], [[Iowa]]&#34;},&#34;death_date&#34;:{&#34;wt&#34;:&#34;&#60;!-- {{death date and age|YYYY|MM|DD|YYYY|MM|DD}} --&#62;&#34;},&#34;death_place&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;resting_place&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;occupation&#34;:{&#34;wt&#34;:&#34;{{flat list |\n* [[Poet]]\n* [[Lecturer]]\n}}&#34;},&#34;language&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;nationality&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;ethnicity&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;citizenship&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;education&#34;:{&#34;wt&#34;:&#34;[[Master of Fine Arts|MFA]] in [[Creative Writing]]&#34;},&#34;alma_mater&#34;:{&#34;wt&#34;:&#34;[[University of Akron]]&#34;},&#34;period&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;genre&#34;:{&#34;wt&#34;:&#34;[[Poetry]]&#34;},&#34;subject&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;movement&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;notableworks&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;spouse&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;partner&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;children&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;relatives&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;awards&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;signature&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;signature_alt&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;years_active&#34;:{&#34;wt&#34;:&#34;&#34;},&#34;website&#34;:{&#34;wt&#34;:&#34;{{URL|megjohnson.org}}&#34;}},&#34;i&#34;:0}}]}\" data-ve-no-generated-contents=\"true\" id=\"mwBg\" typeof=\"mw:Transclusion\">?</span></div>"}%


Testing completed and found no issues. See attached document