Skip to content

OooDevRunner._real_execute() missing 1 required positional argument: 'start_time' #709

@serge-vk

Description

@serge-vk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions