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

--- Comment #2 from Alex Thurgood <[email protected]> ---
In lldb, I am seeing this when I try and descend the macro entry tree (left
hadn window) :

Python exception: <class 'TypeError'>: Expected bytes object or ByteSequence,
got <class 'str'> instead., traceback follows
  File "/Applications/LibreOfficeDev.app/Contents/Resources/pythonscript.py",
line 596, in getChildNodes
    self.funcnames = self.provCtx.getFuncsByUrl( self.uri )
  File "/Applications/LibreOfficeDev.app/Contents/Resources/pythonscript.py",
line 386, in getFuncsByUrl
    src = readTextFromStream( self.sfa.openFileRead( url ) )
  File "/Applications/LibreOfficeDev.app/Contents/Resources/pythonscript.py",
line 156, in readTextFromStream
    code = uno.ByteSequence( "" )
  File "/Applications/LibreOfficeDev.app/Contents/Resources/uno.py", line 279,
in __init__
    raise TypeError("Expected bytes object or ByteSequence, got %s instead." %
type(value))

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

Reply via email to