Я смонтировал раздел s3 при попытке: sudo unoconv -o / mnt / path-with-symlink-to-s3 / -f pdf / mnt / path-with-symlin-to-s3 не может быть сохранен 0x507 (область ошибок: Io Класс: код доступа: 7 (не могу написать, что странно при использовании sudo) Работал со старой версией LibreOffice 6.4.2.2 40 (сборка: 2)
Полный журнал:
sudo unoconv -o /mnt/s3/client-assets/files/ -f pdf /mnt/s3/client-assets/files/file_48_final.docx
Traceback (most recent call last):
File "/usr/bin/unoconv", line 1030, in convert
document.storeToURL(outputurl, tuple(outputprops) )
uno.IOException: SfxBaseModel::impl_store <file:///mnt/s3/client-assets/files/.pdf> failed: 0x507(Error Area:Io Class:Access Code:7)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/unoconv", line 1275, in <module>
main()
File "/usr/bin/unoconv", line 1191, in main
convertor.convert(inputfn)
File "/usr/bin/unoconv", line 1032, in convert
raise UnoException("Unable to store document to %s (ErrCode %d)\n\nProperties: %s" % (outputurl, e.ErrCode, outputprops), None)
File "/usr/lib/python3/dist-packages/uno.py", line 516, in _uno_struct__getattr__
return getattr(self.__dict__["value"], name)
AttributeError: ErrCode