-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi. I'm trying to use libreoffice 5.3.0.3 to open files from google drive. At any attempt I receive: "generic input / output error" in lirebreoffice. I've built it with debugging enabled, and all I found is:
info:ucb.ucp.cmis:15923:1:ucb/source/ucp/cmis/cmis_content.cxx:584: Unexpected libcmis exception: Object not found
info:sal.file:15923:1:sal/osl/unx/file.cxx:483: FileHandle_Impl::readFileAt(24, 1154, 1024)
info:sal.file:15923:1:sal/osl/unx/file.cxx:483: FileHandle_Impl::readFileAt(24, 1170, 2926)
warn:uui:15923:1:uui/source/iahndl.cxx:246: replaceMessageWithArguments: No arguments passed!
I've tried different version of libcmis (0.5.2_pre20160820 and as of today git) but problem persists. Is there any way to debug libcmis library? How to understand what caused this excetion?
This problem also reported at libreoffice bugzilla: https://bugs.documentfoundation.org/show_bug.cgi?id=97898 and many time in different places on the internet. Currently the only resolution people found is to use .deb package from LibreOffice site. Yet I'd like to understand what causes this issue and be able use my build of libreoffice.