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
'error' => 'INFO:unoserver:Connecting.
INFO:unoserver:Converting.
Traceback (most recent call last):
File "/usr/local/bin/unoconvert", line 8, in <module>
sys.exit(converter_main())
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/unoserver/client.py", line 355, in converter_main
result = client.convert(
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/unoserver/client.py", line 142, in convert
result = proxy.convert(
^^^^^^^^^^^^^^
File "/usr/lib/python3.12/xmlrpc/client.py", line 1122, in __call__
return self.__send(self.__name, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/xmlrpc/client.py", line 1461, in __request
response = self.__transport.request(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/xmlrpc/client.py", line 1166, in request
return self.single_request(host, handler, request_body, verbose)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/xmlrpc/client.py", line 1182, in single_request
return self.parse_response(resp)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/xmlrpc/client.py", line 1351, in parse_response
return u.close()
^^^^^^^^^
File "/usr/lib/python3.12/xmlrpc/client.py", line 668, in close
raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault 1: \'<class \\\'[unoserver.converter.com](http://unoserver.converter.com/).sun.star.lang.IllegalArgumentException\\\'>:Unsupported URL <file:///tmp/PhpWordYhQztH.docx>: "type detection failed" at ./framework/source/loadenv/loadenv.cxx:189\'
The text was updated successfully, but these errors were encountered:
RenatasDidysis
changed the title
Wrong error message - when bad permissions
Wrong error message – when permissions are not enough
Jan 6, 2025
Ubuntu server 24.01 with lastest updates:
unoconvert --convert-to 'pdf' '/tmp/PhpWordYhQztH.docx' '/tmp/PhpWordYhQztH.pdf'
Incorrect error message: type detection failed
The text was updated successfully, but these errors were encountered: