We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Ubuntu 20.04.1 LTS x86_64 , LibreOffice Version: 6.4.5.2 I get an error when opening a file:
os.system('libreoffice --accept="socket,host=localhost,port=2002;urp;" --norestore --nologo &' ) time.sleep(3) desktop = pyoo.Desktop('localhost', 2002) desktop.open_spreadsheet('myfile.ods')
Error:
File "./pyoo/pyoo.py", line 1849, in open_spreadsheet document = self._open_url(url, extra) File "./pyoo/pyoo.py", line 1855, in _open_url return self._target.loadComponentFromURL(url, '_blank', 0, extra) com.sun.star.uno.RuntimeException: C++ code threw St9bad_alloc: std::bad_alloc
The text was updated successfully, but these errors were encountered:
In Ubuntu 20.04.1 LTS x86_64 , LibreOffice Version: 7.0.1 I get a similar error:
File "./pyoo/pyoo.py", line 1849, in open_spreadsheet document = self._open_url(url, extra) File "./pyoo/pyoo.py", line 1855, in _open_url return self._target.loadComponentFromURL(url, '_blank', 0, extra) com.sun.star.uno.RuntimeException: C++ code threw St9bad_alloc: std::bad_alloc /build/libreoffice-YUrEy7/libreoffice-7.0.1~rc2/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:243
Sorry, something went wrong.
No branches or pull requests
In Ubuntu 20.04.1 LTS x86_64 , LibreOffice Version: 6.4.5.2
I get an error when opening a file:
Error:
The text was updated successfully, but these errors were encountered: