1
Bug Reports / python chunk.exportReport fails to run on Metashape 1.6.1 - err_no 4182 + 4177
« on: June 07, 2021, 10:33:10 PM »
Running Metashape 1.6.1 with Python 3.5 on Ubuntu 16.04. For one of the tifs I'm using Metashape with, it can get through chunk.exportRaster() fine but then errors out on chunk.exportReport with the following error messages:
Is there a way to get more information on what these error numbers indicate? Also have tested the same code flow with other images and it generated report correctly for them.
Code: [Select]
"ExportReport: path = /mnt/kairos/data/output/dcp-anadarko-57-optical/20210607145600-dcp-anadarko-57-optical-report.pdf",
"ERROR: error_no=4182, detail_no=0",
"ERROR: error_no=4182, detail_no=0",
"ERROR: error_no=4182, detail_no=0",
"ERROR: error_no=4182, detail_no=0",
"ERROR: error_no=4177, detail_no=0"
... [more of the same] ...
self.chunk.exportReport(report_path)", "OSError: Can't create file: /mnt/kairos/data/output/dcp-anadarko-57-optical/20210607145600-dcp-anadarko-57-optical-report.pdf"
Is there a way to get more information on what these error numbers indicate? Also have tested the same code flow with other images and it generated report correctly for them.