[Libreoffice] uno.RuntimeException when convert ODT to HTML

2012-01-16 Thread Gabriel Monnerat
Hello everybody, I am trying convert one document(ODT to HTML) using one web service written in Python. But, using the LibreOffice interface I got this failure: """ Error saving the document P-SAFI-Install.Serv: Write Error. The file could not be written """ and using the web service via PyUNO,

Re: [Libreoffice] uno.RuntimeException when convert ODT to HTML

2012-01-17 Thread Caolán McNamara
On Mon, 2012-01-16 at 21:09 -0200, Gabriel Monnerat wrote: > Hello everybody, > I am trying convert one document(ODT to HTML) using one web service > written in Python. > > self.document_loaded.dispose() > uno.RuntimeException: illegal object given! No idea, probably need to be able to provid

Re: [Libreoffice] uno.RuntimeException when convert ODT to HTML

2012-01-17 Thread Gabriel Monnerat
On Tue, Jan 17, 2012 at 9:58 AM, Caolán McNamara wrote: > On Mon, 2012-01-16 at 21:09 -0200, Gabriel Monnerat wrote: > > Hello everybody, > > I am trying convert one document(ODT to HTML) using one web service > > written in Python. > > > > self.document_loaded.dispose() > > uno.RuntimeExcept

Re: [Libreoffice] uno.RuntimeException when convert ODT to HTML

2012-01-18 Thread Michael Stahl
On 18/01/12 02:11, Gabriel Monnerat wrote: > __main__.DisposedException: URP_Bridge : disposed > (tid=3) Unexpected connection closure a disposed UNO bridge usually means that the office has crashed; can you check that that is indeed what happens, write a simple reproducer, and file a bug? _