[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #40 from Maxim Monastirsky  ---
(In reply to Norbert X from comment #38)
> Thanks, but from where should guess exact `--convert-to txt:"Text - txt -
> csv (StarCalc)"` name?

Besides the link Timur gave, there's actually an easy (but seems unknown) way
to get list of all filters supported by a given LO installation:

1. Open LibreOffice.
2. menu Tools > Options... > LibreOffice > Advanced > Open Expert
Configuration.
3. In the search field type "TypeDetection.Filter", and hit Enter.

This gives you the list of all filters. Filters that can be used for export
have an EXPORT flag. Also make sure that the DocumentService property is of the
correct module (e.g. com.sun.star.sheet.SpreadsheetDocument for Calc), as
different LO apps have separate filters for the same file types.

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||2558

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Timur  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #39 from Timur  ---
Norbert, do not comment and change here anymore. Bug is closed.
You obviously find easier to send e-mail to 10 users instead of reading, I
wrote link.

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Norbert X  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

--- Comment #38 from Norbert X  ---
Thanks, but from where should guess exact `--convert-to txt:"Text - txt - csv
(StarCalc)"` name?

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||momonas...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #37 from Maxim Monastirsky  ---
(In reply to Norbert X from comment #35)
> mate@focal:~$ localc --headless --convert-to txt:Text test.xls

(In reply to Norbert X from comment #36)
> Using `--convert-to csv:Text ` does not help either.

Both are wrong, and not supposed to work. Here are two working commands:

libreoffice --convert-to csv test.xls
libreoffice --convert-to txt:"Text - txt - csv (StarCalc)" test.xls

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #36 from Norbert X  ---
Using `--convert-to csv:Text ` does not help either.

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Norbert X  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REOPENED

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Norbert X  changed:

   What|Removed |Added

 CC||nrb...@gmail.com

--- Comment #35 from Norbert X  ---
Created attachment 161923
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161923&action=edit
tables for test conversion

Im seeing this doing the following:

```
mate@focal:~$ localc --headless --convert-to txt:Text test.xls
convert /home/mate/test.xls -> /home/mate/test.txt using filter : Text
Error: Please verify input parameters... (SfxBaseModel::impl_store
 failed: 0xc10(Error Area:Io Class:Write Code:16))
mate@focal:~$ localc --headless --convert-to txt:Text test.xlsx
convert /home/mate/test.xlsx -> /home/mate/test.txt using filter : Text
Error: Please verify input parameters... (SfxBaseModel::impl_store
 failed: 0xc10(Error Area:Io Class:Write Code:16))
mate@focal:~$ localc --headless --convert-to txt:Text test.ods
convert /home/mate/test.ods -> /home/mate/test.txt using filter : Text
Error: Please verify input parameters... (SfxBaseModel::impl_store
 failed: 0xc10(Error Area:Io Class:Write Code:16))
mate@focal:~$ 

```

on Ubuntu 20.04 LTS with libreoffice 1:6.4.2-0ubuntu3 . The test files are in
attachment.

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #34 from a@inwind.it ---
Hi,

I know this is old but I just stumbled on this bug report while looking for a
solution to a similar problem at
https://github.com/ether/etherpad-lite/pull/3783#issuecomment-609097882.

In my case the problem was with quoting of the parameters when using via the
shell vs when invoking via execve().

At least, I'd like to signal that publicface's message
(https://bugs.documentfoundation.org/show_bug.cgi?id=63324#c31) has a problem
of quoting BEFORE even triggering the real problem on libreoffice.


"Modern" version of his command shows a misleading error because of the wrong
escaping:

$ libreoffice6.4 -env:UserInstallation=file:///tmp/libreoffice-1 --headless
--nolockcheck --convert-to csv:Text \(encoded\):UTF8 --infilter=MS Excel
97:44,34,76,1,,1033,true,true,false,false KGI_Discontinued.xls
Error: source file could not be loaded
Error: source file could not be loaded
Error: source file could not be loaded
convert /tmp/KGI_Discontinued.xls -> /tmp/KGI_Discontinued.csv using filter :
Text
Error: Please verify input parameters... (SfxBaseModel::impl_store
 failed: 0xc10(Error Area:Io Class:Write
Code:16))


That command should really have been:

$ libreoffice6.4 -env:UserInstallation=file:///tmp/libreoffice-1 --headless
--nolockcheck --convert-to "csv:Text (encoded):UTF8" --infilter="MS Excel
97:44,34,76,1,,1033,true,true,false,false" KGI_Discontinued.xls
convert /tmp/KGI_Discontinued.xls -> /tmp/KGI_Discontinued.csv using filter :
Text (encoded):UTF8
Error: Please verify input parameters... (SfxBaseModel::impl_store
 failed: 0xc10(Error Area:Io Class:Write
Code:16))


It still fails, but probably now it's a question of finding the right
parameters for conversion.

In my case I was converting to HTML with "XHTML Writer File:UTF8", and using
the right escaping solved the problem.

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2020-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Timur  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #33 from Timur  ---
Hello. Here, multiple users experienced this issue. But, last report was a
while ago. 
I tested now in Windows and Ubuntu 18.04, all works (convert to PDF, SVG, PNG,
HTML), even with older Lo 6.2.8.

So, I'll close as WorksForMe. If anyone still has an issue, feel free to set
New with concrete example what fails. 
Here is a nice explanation with params:
https://stackoverflow.com/questions/30349542/command-libreoffice-headless-convert-to-pdf-test-docx-outdir-pdf-is-not

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2018-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #32 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2017-08-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #31 from publicf...@bak.rr.com ---
ubuntu 16.04 LibreOffice 5.1.6.2 10m0(Build:2)
Not positive I'm actually doing this right, but I do seem to be experiencing
this issue.
~

apb@yellow:/usr/local/src/greetonix/src$
/usr/lib/libreoffice/program/soffice.bin
-env:UserInstallation=file:///tmp/libreoffice-1 --headless --nolockcheck
--convert-to csv:Text \(encoded\):UTF8 --infilter=MS Excel
97:44,34,76,1,,1033,true,true,false,false KGI_Discontinued.xlsx
Error: source file could not be loaded
Error: source file could not be loaded
Error: source file could not be loaded
convert /usr/local/src/greetonix/src/KGI_Discontinued.xlsx ->
/usr/local/src/greetonix/src/KGI_Discontinued.csv using filter : Text
Error: Please verify input parameters... (SfxBaseModel::impl_store
 failed: 0xc10)
apb@yellow:/usr/local/src/greetonix/src$

apb@yellow:/usr/local/src/greetonix/src$ ll KGI_Discontinued.xlsx

-rw-rw-r-- 2 apb apb 88334 Aug 18 16:00 KGI_Discontinued.xlsx 

apb@yellow:/usr/local/src/greetonix/src$ file KGI_Discontinued.xlsx 
KGI_Discontinued.xlsx: Microsoft Excel 2007+

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2017-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #30 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice 
(5.1.6 or 5.2.3  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and 
your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
a short comment that includes your version of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to "inherited from OOo";
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug-20170103

-- 
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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2015-12-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |
   Assignee|serval2...@yahoo.fr |libreoffice-b...@lists.free
   ||desktop.org

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2015-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #24 from Julien Nabet  ---
Let's give it a try, first for svg with
https://gerrit.libreoffice.org/#/c/20268/

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2015-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #23 from Julien Nabet  ---
Created attachment 120870
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120870&action=edit
console bt

On pc Debian x86-64 with master sources updated yesterday, I could reproduce
the pb with svg (I haven't tested yet with html).

I attached bt + details of parameters.
It seems SVGFilter doesn't manage headless mode.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2015-03-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #22 from Sven Goossens  ---
4.4.1.2 provides slightly more info (and still fails):

/home/me/Desktop $
/home/me/software/LibreOffice_4.4.1.2_Linux_x86-64_deb/DEBS/install/opt/libreoffice4.4/program/soffice
--headless --version
LibreOffice 4.4.1.2 45e2de17089c24a1fa810c8f975a7171ba4cd432


/home/me/Desktop $
home/me/software/LibreOffice_4.4.1.2_Linux_x86-64_deb/DEBS/install/opt/libreoffice4.4/program/soffice
--headless --convert-to svg empty.odg 
convert /home/me/Desktop/empty.odg -> /home/me/empty.svg using filter :
draw_svg_Export
Error: Please verify input parameters... (SfxBaseModel::impl_store
 failed: 0xc10)

0xc10 means ERRCODE_IO_CANTWRITE if I am not mistaking. The throw seems to
happen here:
http://docs.libreoffice.org/sfx2/html/sfxbasemodel_8cxx_source.html#l03134

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2015-03-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #21 from Sven Goossens  ---
Still fails on Ubuntu 14.04 with LibreOffice 4.2.7.2 420m0(Build:2)

empty.odg is an empty draw document, (open draw, save file --> empty.odg)

~/Desktop $ soffice --version
LibreOffice 4.2.7.2 420m0(Build:2)

~/Desktop $ soffice --headless --convert-to svg empty.odg 
convert ~/Desktop/empty.odg -> ~/Desktop/empty.svg using draw_svg_Export
Error: Please reverify input parameters...

Curiously, eps and pdf export do actually work.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2015-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #20 from Riccardo Magliocchetti  
---
(In reply to ciccibolli86 from comment #19)
> Hello,
> 
> I came across the same problem. 
> However, I found out that typing 'htm' instead of 'html' works fine.
> So the workaround would be:
> /Applications/LibreOffice.app/Contents/MacOS/soffice  --invisible --headless
> --convert-to htm t.rtf
> 
> I hope it will be useful.

Nice finding! Which version of libo was this? Thanks!

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2015-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63324

--- Comment #19 from cicciboll...@tiscali.it ---
Hello,

I came across the same problem. 
However, I found out that typing 'htm' instead of 'html' works fine.
So the workaround would be:
/Applications/LibreOffice.app/Contents/MacOS/soffice  --invisible --headless
--convert-to htm t.rtf

I hope it will be useful.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2014-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

Björn Michaelsen  changed:

   What|Removed |Added

   Priority|highest |high

--- Comment #18 from Björn Michaelsen  ---
(This is an automated message.)

LibreOffice development currently prioritizes bugs with the so called MAB (most
annoying bugs) -- as this bug has not run through that process (including
writing a short rationale for this bug being a candidate and other who are
watching the tracker bug silently approving that rationale etc.) its priority
is set to high. Note this is effectively no change in the urgency assigned to
this bug, as we are currently not making a difference between high and highest
and severity is untouched.

You can find out more about MABs and how the process works by contacting
libreoffice qa on irc:

 http://webchat.freenode.net/?channels=libreoffice-qa

The QA wiki page also gives you hints on how to get in contact with the team
(if IRC fails you, your next best choice is the mailing list):

 https://wiki.documentfoundation.org/QA

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2014-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #17 from Riccardo Magliocchetti  
---
(In reply to comment #16)
> This is still open on the current version on Ubuntu. Please notice the
> error: "Error: Please reverify input parameters..." it looks like it is a
> parsing error on the command line. It should not be difficult to fix.

Unfortunately it's not that simple, that message is printed for every exception
raised.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2014-07-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #16 from Chris C  ---
This is still open on the current version on Ubuntu. Please notice the error:
"Error: Please reverify input parameters..." it looks like it is a parsing
error on the command line. It should not be difficult to fix.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2014-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

Robert Niedosmialek  changed:

   What|Removed |Added

   Priority|medium  |highest

--- Comment #15 from Robert Niedosmialek  ---
Is there any progress on this bug as I have just come upon it in 4.2.4.2
version? I can save a ODP to SVG with the UI but from the command line it fails
and it does not matter what ODP/PPT/PPTX I use.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2014-04-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #14 from Ana Nelson  ---
... And if there's any debugging I can do, or anything else to help move this
forward, please let me know. This is a very important feature for me.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2014-04-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #13 from Ana Nelson  ---
Created attachment 97791
  --> https://bugs.freedesktop.org/attachment.cgi?id=97791&action=edit
libreoffice draw file which demonstrates issue

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2014-04-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #12 from Ana Nelson  ---
Created attachment 97790
  --> https://bugs.freedesktop.org/attachment.cgi?id=97790&action=edit
docker config file

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2014-04-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

Ana Nelson  changed:

   What|Removed |Added

 CC||a...@ananelson.com

--- Comment #11 from Ana Nelson  ---
I am seeing this error, or one that acts just like it, on 4.1.3 on Ubuntu (in a
Docker instance). I've also tested on 4.2 and it is still present (but 4.1.3 is
the current version installed via apt-get).

docuser@f475eb7a9f39:~$ libreoffice --version
LibreOffice 4.1.3.2 410m0(Build:2)

png conversion works just fine:

docuser@f475eb7a9f39:~$ libreoffice --headless --convert-to png example.odg 
convert /home/docuser/example.odg -> /home/docuser/example.png using
draw_png_Export
docuser@f475eb7a9f39:~$ ls
example.odg  example.png  libreoffice

But svg conversion fails:

docuser@f475eb7a9f39:~$ libreoffice --headless --convert-to svg example.odg 
convert /home/docuser/example.odg -> /home/docuser/example.svg using
draw_svg_Export
Error: Please reverify input parameters...

I will attach my example odg file and Dockerfile, but any odg file seems to
have this problem.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #10 from Sergey Pashinin  ---
I want to add that I have this bug. And it is not document specific but
platform specific (Windows) for me.

I can not convert any doc/docx documents.

LO just writes something like:

Convert "D:/a.docx" -> "D:/a.docx"   (yes, same extension, but I wanted "pdf")
Error: Please reverify input parameters...

On GNU/Linux - everything is fine.

LO - 4.0.2, 4.1

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #9 from Riccardo Magliocchetti  
---
(In reply to comment #8)
> Sorry forgot to mention lo 4.1.0.2 linux amd64

Thanks for confirming, but what we are tracking here is something document
specific although the error libo is returning is pretty generic and possibly
has nothing to do with parameters :) Please upload the broken document and post
the exactly command line invocation you have tried.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #7 from Florian Manschwetus  ---
This also doesn't work for odg to svg

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #8 from Florian Manschwetus  ---
Sorry forgot to mention lo 4.1.0.2 linux amd64

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #6 from Riccardo Magliocchetti  
---
(In reply to comment #0)
> Here is the command I'm running:
> 
> [gwarner@arch system_test]$ soffice --headless --convert-to html:HTML
> test_plan.doc

Can you share your doc file please?

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #5 from Riccardo Magliocchetti  
---
(In reply to comment #2)
> Riccardo - are you aware of this one ? :-)

Never used / touched convert-to but i'll try to take a look at this later
today.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #4 from Laubrino  ---
And I also tested on Windows in headless mode and it works in 3.6 and 4.0 as
well.

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #3 from Laubrino  ---
I did some more research. I have libreoffice 3.5 and 4.0 installed on the same
linux (Ubuntu 12.04). 

With libreoffice 3.5 it works and the pdf is generated in headless mode. With
4.0 version it doesn't work in headless mode.

It happens only with the one particular docx document (which I cannot share for
privacy reasons, unfortunately)

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

Michael Meeks  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||riccardo.magliocchetti@gmai
   ||l.com
 Ever confirmed|0   |1

--- Comment #2 from Michael Meeks  ---
Riccardo - are you aware of this one ? :-)

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


[Libreoffice-bugs] [Bug 63324] Headless conversion fails: Error: Please reverify input parameters...

2013-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63324

--- Comment #1 from Laubrino  ---
Similar problem here:

soffice.bin --headless --convert-to pdf document.docx
convert /root/document.docx -> /root/document.pdf using writer_pdf_Export
Error: Please reverify input parameters...

and no document is created.

If I run it without the "--headless", it works! The pdf document is created.

LibreOffice 4.0.1.2
Debian linux 7.0
uname: Linux xxx 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux

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