Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: andrey.d on March 07, 2017, 01:02:30 AM

Title: exportReport error
Post by: andrey.d on March 07, 2017, 01:02:30 AM
Hello,

I have the problem with report exporting:
Code: [Select]
chunk.exportReport("report.pdf") It works well before. And it works well in a GUI mode now.

Current ver. 1.3 build 3772 linux 64bit
Error:
Quote
ExportReport
Segmentation fault (core dumped)

Thanks
Title: Re: exportReport error
Post by: Alexey Pasumansky on March 07, 2017, 01:03:41 AM
Hello andrey.d,

Are you running the script from GUI or from the command line?
Title: Re: exportReport error
Post by: andrey.d on March 07, 2017, 02:03:27 AM
I'm running script from command line
Title: Re: exportReport error
Post by: Alexey Pasumansky on March 07, 2017, 01:19:00 PM
Hello andrey.d,

It is the known issue for the report generation from the command-line scripts that we'll be fixed in the next update.
Title: Re: exportReport error
Post by: andrey.d on March 07, 2017, 05:55:26 PM
Thanks