Questions tagged [parsoid]

Parsoid is a web service for translating back and forth between MediaWiki's wikitext syntax and an equivalent HTML/RDFa document model with enhanced support for automated processing and rich editing.

Parsoid is a web service for translating back and forth between MediaWiki's wikitext syntax and an equivalent HTML/RDFa document model with enhanced support for automated processing and rich editing. It is mainly used for VisualEditor, Wikipedia's rich editor

37 questions
1
vote
0 answers

VSCode: Unable to set breakpoint outside initial launch module

I have installed the node project Parsoid from its source repo. I opened the project root dir with VSCode then added a basic passthru config.yaml: worker_heartbeat_timeout: 300000 logging: level: debug services: - module: lib/index.js …
John Difool
  • 5,572
  • 5
  • 45
  • 80
1
vote
1 answer

Using Parsoid with Auth Remoteuser Extension on XAMPP (Windows)

I have been searching for the last week trying to find an answer on how to use Visual Editor/Parsoid and Auth Remoteuser extensions together. I am getting the following error when trying to Create/Edit a page: Error loading data from server:…
1
vote
1 answer

Standalone Mediawiki parsers to render content

Is there a standalone mediawiki parsers that takes content in mediawiki syntax, and returns HTML, without depending on a running Mediawiki instance. The use case is to call the standalone parser by passing in Mediawiki syntaxed content, and…
Neel Vasa
  • 169
  • 1
  • 8
1
vote
1 answer

Trouble with Parsoid and Visual Editor for Mediawiki

Mediawiki Version 1.27 Visual Editor Version 1.27 Parsoid Version latest in repository So I have several web servers running on an Ubuntu VM. The hostname is "atocha". I have Apache running on port 8000. Under this I have a Mediawiki instance.…
Setix
  • 141
  • 2
  • 18
1
vote
0 answers

Need help setting up a parsoid server on Windows Server 2012 R2

I am currently trying to setup a parsoid server for our mediawiki site so I can install the Visual Editor extension. Currently I am trying to follow the instructions over at https://www.mediawiki.org/wiki/Parsoid/Developer_Setup#Windows_setup and…
AAHauck
  • 49
  • 1
  • 2
1
vote
1 answer

Parsoid doesn't start

I installed parsoid from its official repository, and configured it correctly by adding my Mediawiki API to /etc/mediawiki/parsoid/settings.js. I also removed the Interwiki options from my /usr/lib/parsoid/src/api/localsettings.jsfile, because they…
Otaku Kyon
  • 415
  • 1
  • 9
  • 19
1
vote
1 answer

Wiki Parsoid error - cannot connect to Parsoid Server

I'm trying to set Parsoid extension and Visual Editor on my wiki page. It is NOT on my localhost. Those who will use the Visual Editor must log in, but the content of the wiki can be read without logging in. The address is…
Dimentica
  • 795
  • 2
  • 11
  • 30
0
votes
1 answer

VisualEditor - Error contacting the Parsoid-/RESTBase-Server (HTTP 403)

I just installed a new MediaWiki instance on my Namecheap shared hosting (Stellar plan) and when I try to save changes to a page using the Visual Editor, I get the following error: Error contacting the Parsoid-/RESTBase-Server (HTTP 403) I tried…
0
votes
0 answers

Mediawiki, problems with Parsoids

I'm getting this error message in Mediawiki, any hint ? {"message":"Error: exception of type TypeError: Argument 2 passed to Wikimedia\\Parsoid\\Wt2Html\\TT\\ListHandler::pushList() must be an instance of stdClass, instance of…
Revious
  • 7,816
  • 31
  • 98
  • 147
0
votes
2 answers

Mediawiki 1.37.2 Visualeditor: Error contacting the Parsoid/RESTBase server: (curl error: 77) Problem with the SSL CA cert (path? access rights?)

Fresh install of Mediawiki 1.37.2 on Ubuntu gives an error with the visual editor: Error contacting the Parsoid/RESTBase server: (curl error: 77) Problem with the SSL CA cert (path? access rights?) in LocalSettings.php is only put: wfLoadExtension(…
0
votes
0 answers

"Error contacting the Parsoid/RESTBase server (HTTP 404)" when hosted on Azure

I set up 2 mediawikis. One is running on an inhouse server with IIS and the public one is hosted on Azure. They both have the same settings in localsettings.php. But on IIS the visual editor works and on Azure I get this error "Error contacting the…
georgius
  • 1
  • 1
0
votes
0 answers

Why is the html output of local MediaWiki is not complete?

I'm using MediaWiki on my laptop Windows 10 to convert wikitext of entry tease out. The wikitext is ==English== ===Verb=== {{en-verb|*}} # To [[unravel]]; {{lb|en|figuratively|by extension}} to [[determine]]; [[solve]]. #* '''2017,''' {{w|Jennifer…
Akira
  • 2,594
  • 3
  • 20
  • 45
0
votes
1 answer

mediawiki - parsoid http:401 log in required

I am trying to install visual plug in for my wiki. during installation i marked nearly all plugins and the result is all available after start. But i can not save a page via visual. Because parsoid did not started after installation. So i decided…
4me
  • 15
  • 1
  • 4
0
votes
1 answer

Getting error "internal_api_error_InvalidArgumentException"

I'm having a problem setting up VisualEditor in internal MediaWiki.I installed Parsoid to view at localhost:8000. I can see the edit and edit source in the wiki site, but when I try to edit I get this error…
0
votes
2 answers

for npm install from folder gives git error for wikimedia packages despite dependencies already being installed (shared hosting)

Npm install on wikimedia packages (parsoid, restbase, plus service-runner and limitation) fails with a git error, despite having copied the source files in advance, and running npm install or npm install from the actual folder, which has a…
Mousey
  • 1,855
  • 19
  • 34