Hi there,
First of all, thank you for the enormous amount of work you have done. I am currently trying to use ooo-dev-tools and with some difficulty, I was able to run a macro from inside LibreOffice, but when I try loading LO from outside by following examples in your book
loader = Lo.load_office(Lo.ConnectSocket(headless=False))
I get the following output:
18/12/2025 04:57:28 - INFO - LoSocketStart: Connection Established
18/12/2025 04:57:28 - INFO - LoSocketStart: connect() Connection Established
Exception in thread Thread-2 (_real_execute):
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
TypeError: OooDevRunner._real_execute() missing 1 required positional argument: 'start_time'
I wonder why that may be happening.
Hi there,
First of all, thank you for the enormous amount of work you have done. I am currently trying to use ooo-dev-tools and with some difficulty, I was able to run a macro from inside LibreOffice, but when I try loading LO from outside by following examples in your book
I get the following output:
I wonder why that may be happening.