https://bugs.documentfoundation.org/show_bug.cgi?id=127017

--- Comment #11 from Konstantin Kharlamov <[email protected]> ---
The script currently gives:

    Traceback (most recent call last):
      File "/tmp/test.py", line 38, in <module>
        (smgr, desktop) = connectToLO()
                          ^^^^^^^^^^^^^
      File "/tmp/test.py", line 11, in connectToLO
        return (smgr, smgr.createInstanceWithContext(
"com.sun.star.frame.Desktop", ctx))
                     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    com.sun.star.uno.RuntimeException: Binary URP bridge disposed during call
at
/usr/src/debug/libreoffice-fresh/libreoffice-24.8.0.3/binaryurp/source/bridge.cxx:613

It's a frequent error in UNO scripts in general, Idk what makes it happen.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to