Page MenuHomePhabricator

[cx-testing] 'Error converting HTML to wikitext' displayed when attempting to publish
Closed, ResolvedPublic

Description

I am not sure if it's a limitation of cx-testing environment.

Steps to reproduce:

  1. In cx-testing click on New translation: select English to Russian translation. The name of the article to translate is 'Platonic solid'
  2. Do some cursory translation and publish it as Personal Draft. The Following error will be displayed.

When attempting to publish it as New page, the same error is displayed.

When attempting to publish Правильный многогранник to User:ET1/Платоновы тела (my test user space) I got

An error occurred while publishing the translation. Please try to publish the page again. Error: Error converting HTML to wikitext: docserver-http-error: (curl error: 28) Timeout was reached

The stack trace:

mw.Api error:  docserver {error: {…}}
 
[CX] Error while publishing: docserver 
{sourceLanguage: "ru", targetLanguage: "en", sourceTitle: "Правильный многогранник", sourceRevision: "87530953", targetTitle: "User:ET1/Платоновы тела", …}
error: {error: {…}}
sourceLanguage: "ru"
sourceRevision: "87530953"
sourceTitle: "Правильный многогранник"
targetLanguage: "en"
targetTitle: "User:ET1/Платоновы тела"
__proto__: Object

Screen Shot 2017-09-18 at 4.06.56 PM.png (429×1 px, 141 KB)

Note: I was able to do the similar test on Jul 24: User:ET1/Test on July 24
Note: There was a report by a user https://www.mediawiki.org/wiki/Topic:Tyijou0rmux5218z. I repeated the above steps on the article reported: Chinese Garden of Friendship (English->espanol).

Screen Shot 2017-09-21 at 5.13.20 PM.png (601×1 px, 228 KB)

Event Timeline

I'm looking into this. Appears only on cx-testing as of now.

I can't reproduce this issue on local machine too. Looking further on cx-testing instance.

KartikMistry renamed this task from [cx-testing] 'Error converting HTML to wikitext' displayed when attempting to publsih to [cx-testing] 'Error converting HTML to wikitext' displayed when attempting to publish.Sep 19 2017, 4:55 AM
KartikMistry triaged this task as Medium priority.
KartikMistry moved this task from Backlog to In Progress on the Language-2017-July-Sept board.

I've updated Parsoid config and this is now resolved.

Checked in cx-testing -Publish works as expected.