Topic on Talk:Parsoid

after upgrade to Debian 11: Error loading data from server: apierror-visualeditor-docserver-http-error

2
Summary by Arlolra

Parsoid/JS is no longer supported

RobFantini (talkcontribs)

Hello

After upgrading from debian buster to bullseye, when the edit key is pressed this message shows:

Error loading data from server: apierror-visualeditor-docserver-http-error: ⧼apierror-visualeditor-docserver-http-error⧽. Would you like to retry?

edit source mode works.

version info:

Product Version

MediaWiki 1.34.4

PHP 7.4.21 (apache2handler)

MariaDB 10.5.11-MariaDB-1

ICU 67.1

/var/log/parsoid/parsoid.log  : {"name":"parsoid","hostname":"wiki-v134","pid":932,"level":30,"levelPath":"info/service-runner","msg":"master(932) initializing 2 workers","time":"2021-08-22T18:49:14.192Z","v":0}

{"name":"parsoid","hostname":"wiki-v134","pid":1028,"level":60,"code":"MODULE_NOT_FOUND","requireStack":["/usr/lib/parsoid/node_modules/service-runner/lib/base_service.js","/usr/lib/parsoid/node_modules/service-runner/lib/master.js","/usr/lib/parsoid/node_modules/service-runner/service-runner.js"],"moduleName":"../src/lib/index.js","levelPath":"fatal/service-runner/worker","msg":"Cannot find module '../src/lib/index.js'\nRequire stack:\n- /usr/lib/parsoid/node_modules/service-runner/lib/base_service.js\n- /usr/lib/parsoid/node_modules/service-runner/lib/master.js\n- /usr/lib/parsoid/node_modules/service-runner/service-runner.js","time":"2021-08-22T18:49:14.692Z","v":0}


{"name":"parsoid","hostname":"wiki-v134","pid":932,"level":40,"message":"first worker died during startup, continue startup","worker_pid":1028,"exit_code":1,"startup_attempt":1,"levelPath":"warn/service-runner/master","msg":"first worker died during startup, continue startup","time":"2021-08-22T18:49:15.701Z","v":0}


from the log I can not see which module is missing.

I would appreciate any advice or suggestions to fix this.

RobFantini (talkcontribs)