Displaying 2 results from an estimated 2 matches for "loadcomponentfromurl".
2010 Dec 29
2
unoconv 0.4 issues
...ove.
Error message:
Traceback (most recent call last):
File "/usr/bin/unoconv", line 796, in <module>
main()
File "/usr/bin/unoconv", line 775, in main
convertor.convert(inputfn)
File "/usr/bin/unoconv", line 608, in convert
doc = self.desktop.loadComponentFromURL( inputurl , "_blank", 0,
inputprops )
AttributeError: loadComponentFromURL
Perhaps known OOo bug:
http://www.openoffice.org/issues/show_bug.cgi?id=90701
Attempted fix:
http://piiis.blogspot.com/2008_10_01_archive.html
(but I do not python so it could have been badly appplied)
Result:...
2018 Dec 11
0
Libreoffice on 7.6
...current download 6.1.2
and tried again - I get the same error.
If I go back to a 7.5 machine - same macro - it works just fine. This
happens on any of my CentOS 7.6 machines.
Any idea why its not happy ?
This is the line (second one) in the macro it gets basic runtime error
oDoc = StarDesktop.loadComponentFromURL(url, "_default", 0, aProps)
oDoc.Presentation.Pause = 0
There don't seem to be permission errors - everything is owned by the right
user and +r etc... The error is Basic runtime error property or method
not found: Presentation.
What might I be missing , thanks ?
Jerry