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

            Bug ID: 132098
           Summary: Custom InteractionHandler
           Product: LibreOffice
           Version: 6.3.4.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: prrv...@gmail.com

Created attachment 159557
  --> https://bugs.documentfoundation.org/attachment.cgi?id=159557&action=edit
IDL file for Execption of type com.sun.star.auth.OAuth2Request

I wan to implement a custom InteractionHandler who handle request of type 
com.sun.star.auth.OAuth2Request (see attached IDL file).

When I handle the request in my XInteractionHandler2 interface
handleInteractionRequest(), I cannot access the request by
interaction.getRequest() it throw an exception:
AttributeError: "args" on File "/usr/lib/python3/dist-packages/uno.py" at line
525 in "_uno_struct__setattr__"

As a workaround I must set an "args" property of type "sequence<any>" to the
IDL file of com.sun.star.auth.OAuth2Request Exception who is normally returned
by interaction.getRequest()...
(see attached IDL file)

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to