You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could this be as simple as an access restriction ? (permissions, ownership, SELinux, ACLs)
If not, we should investigate in what situations loadContentFromURL can return null, and improve the error-message (or report upstream).
I wonder if we can get a better error message from the UNO API in this case ?
When trying to run the following command.
unoconv -f pdf /tmp/file.xlsx
We get back the error "The document 'file:///tmp/file.xlsx' could not be opened.
We have verifed openoffice is running and can be connected to on port 2002 via telnet localhost 2002
It appears to be returning null from "loadContentFromURL". Any thoughts on what may be the cause?
We are using LibreOffice 4.3 and unconv 0.6
The text was updated successfully, but these errors were encountered: