Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unoconv: RuntimeException during import phase: Office probably died. Unsupported URL #232

Closed
Ranjithkaipra opened this issue Nov 20, 2014 · 6 comments

Comments

@Ranjithkaipra
Copy link

Hi

I am getting this error while trying to convert a .xls file. Any idea?

# unoconv  -f html /var/www/html/resume4/04-17\ gfdgdg\ ffggdf\ req\ update.xls
unoconv: RuntimeException during import phase: Office probably died. Unsupported URL <file:///var/www/html/resume4/04-17%20gfdgdg%20ffggdf%20req%20update.xls>
@shaggyone
Copy link

Same for me. It seems that unoconv server cannot actually be started on a remote server.

@gumbert
Copy link

gumbert commented Feb 10, 2015

@Ranjithkaipra in your case you need to install package libreoffice-calc

@dagwieers
Copy link
Member

Please read the Troubleshooting instructions and check the various bullets. In case this problem still exists despite the instructions and using the latest unoconv from the master branch and the latest LibreOffice, feel free to reopen this issue.

Thanks for the feedback !

@erikig
Copy link

erikig commented Apr 20, 2017

I kept running into this issue when the file in question was not accessible. More often than not it was due to issues in the filename or path of the file. In the case of @Ranjithkaipra I'd make check the the spaces in that path.

@blackfan23
Copy link

Same here. I had the very problem while moving from my macOS dev environment to linux node js production server. While Mac's HFS+ (the Mac filesystem) is usually configured to be case insensitive but case preserving, linux is case sensitive. That led to the unoconv crashing on linux, but not on macOS.

@LiutongZhou
Copy link

Same problem when calling from python subprocess

subprocess.run(f"unoconv -f docx {local_input_dir}/*.doc ")
unoconv: RuntimeException during import phase:
Office probably died. Unsupported URL </tmp/tmpa8t8wpvg/input/*.doc>: "from LoadEnv::initializeLoading"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants