[ACCEPTED]-unoconv not working while trying to convert. throws Error: Unable to connect or start own listener. Aborting-file-conversion
You have to kill all the soffice.bin processes 2 before trying to use unoconv. I didn't have 1 to do any "unoconv --listener" command.
You need to kill all soffice.bin
processes before executing 1 unoconv
It fails with the error in the question 6 if it does not find the LibreOffice personal 5 configuration file, but it also creates 4 them before exiting. The second run succeeds.
You 3 can reproduce the error but removing the 2 personal configuration files, then trying 1 to run unoconv:
$ rm -rf .config/libreoffice/
$ unoconv foo
Error: Unable to connect or start own listener. Aborting.
Failing to start instance hints at the inability 10 of the script to find the LibreOffice program.
Do 9 this basic test:
Copy the unoconverter to 8 "libreoffice/program" folder.
IMPORTANT: Go 7 there and try to execute
./soffice
to verify that 6 the soffice runs itself.Now run unoconv 5 with the version of python that shipped 4 with the LibreOffice by typing
./python unocov -f pdf 1234.docx
You should 3 see the converted file in the same directory 2 now. Kill the soffice process and retry 1 if it generates the same error.
More Related questions
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.