[00:00:01] short url is in play here [00:01:40] so no http:.../hub/anything won't work here, but http://52.26.103.139:8191/Main_Page does work [00:04:53] curl -L http://52.26.103.139:8191/Main_Page resolves [00:09:39] (03PS8) 10Krinkle: Update jQuery Client to v2.0.0 [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/216531 (owner: 10Paladox) [00:10:04] (03CR) 10Krinkle: [C: 032] Update jQuery Client to v2.0.0 [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/216531 (owner: 10Paladox) [00:11:54] to recap: http://52.26.103.139:8142/Main_Page replies "Cannot GET /Main_Page". Parsoid service is running without errors. wgEnableAPI=true. parsoidConfig.setInterwiki( 'hub', 'http://localhost:8191/api.php' ); $wgVisualEditorParsoidPrefix has been confirmed to be 'hub'. $wgVisualEditorParsoidURL = 'http://localhost:8142'; [00:12:45] (03Merged) 10jenkins-bot: Update jQuery Client to v2.0.0 [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/216531 (owner: 10Paladox) [00:22:35] I am getting error message: Error loading data from server: 404: parsoidserver-http: HTTP 404. to recap: when veaction=dit, I am getting error message: "Error loading data from server: 404: parsoidserver-http: HTTP 404.". When I try http://52.26.103.139:8142/Main_Page I get the reply "Cannot GET /Main_Page". The parsoid service is running without errors. with wgEnableAPI=true.$wgVisualEditorParsoidPrefix has been confirmed to be 'hub', [00:22:35] //localhost:8191/api.php'); and $wgVisualEditorParsoidURL = 'http://localhost:8142'; No errors are shown in parsoid.log nor apache's error.log. [00:22:58] oops try again [00:22:59] to recap: when veaction=dit, I am getting error message: "Error loading data from server: 404: parsoidserver-http: HTTP 404.". When I try http://52.26.103.139:8142/Main_Page I get the reply "Cannot GET /Main_Page". The parsoid service is running without errors. with wgEnableAPI=true.$wgVisualEditorParsoidPrefix has been confirmed to be 'hub', con sistent with parsoidConfig.setInterwiki('hub','http: [00:22:59] //localhost:8191/api.php'); and $wgVisualEditorParsoidURL = 'http://localhost:8142'; No errors are shown in parsoid.log nor apache's error.log. [00:27:41] thinking about this.... http://52.26.103.139:8142/Main_Page I get the reply "Cannot GET /Main_Page".... Now I see why http://52.26.103.139:8142/hub/Main_Page was being suggested in order to pepper parsoid with the proper prefix, however that yields "Cannot GET /hub/Main_Page" .... [00:28:48] The "hub" prefix does not seem to be resolving the api's url consistent with parsoidConfig.setInterwiki('hub','http: [00:28:49] [17:22] //localhost:8191/api.php'); [00:31:17] is there anyway to find out what URL parsoid is using to retrieve a page??? [00:31:51] can parsoid be put into debug mode? [00:33:05] that'd be something to ask -parsoid [01:40:22] 10VisualEditor, 10VisualEditor-CopyPaste: HTML5's