无法在端口 2002 上连接 LibreOffice?

Unable to connect the LibreOffice on port 2002?

我正在使用 docvert 5.1 将 .doc 转换为 html.When 我 运行 "Tests (run all)" 在我收到以下部分的错误消息时:

" ✘Unable to 运行 tests due to exception. 无法连接到端口 2002 上的 LibreOffice。连接器:无法连接到套接字(成功)如果您没有服务器,请阅读自述文件'OPTIONAL LIBRARIES' 了解如何设置。

脚注 标题和段落 图片 列表

我是从这里找到的:https://github.com/holloway/docvert/

我认为您必须使用此命令启动服务器:

sudo apt-get install libreoffice python-uno python-lxml python-imaging pdf2svg librsvg2-2

/usr/bin/soffice --headless --norestore --nologo --norestore --nofirststartwizard --accept="socket,port=2002;urp;"

(来自 https://github.com/holloway/docvert/blob/master/README.md