unoconv在尝试转换时不工作.抛出错误:无法连接或启动自己的侦听器.中止

Kri*_*rma 17 openoffice.org docx file-conversion ms-office libreoffice

我正在尝试将docx转换为pdf使用unoconv,但是Error: Unable to connect or start own listener. Aborting.当我运行时获取unoconv -f pdf 1234.docx.

所以,必须有一些倾听者.然后我开始通过听众unoconv --listener.
我试过了ps aux | grep soffice,发现了soffice.bin.

所以我又试了 unoconv -f pdf 1234.docx一次.它仍然给了我同样的错误: Error: Unable to connect or start own listener. Aborting.

我在这做错了什么?

Mar*_*cía 9

在尝试使用unoconv之前,你必须杀死所有的soffice.bin进程.我没有做任何"unoconv --listener"命令.