Hi @timreyes ,
I am getting the following exception when executing export_data_table : Traceback (most recent call last): File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\common\runner.py", line 227, in run_measurements self._execute_measurement(m) File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\common\runner.py", line 296, in _execute_measurement measurement.execute() File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\measurements\decorators\wlc_run_decorator.py", line 133, in execute raise ex File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\measurements\decorators\wlc_run_decorator.py", line 123, in execute self.measurement.execute(parent_id=run_id) File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\measurements\decorators\wlc_repetition_decorator.py", line 74, in execute raise e File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\measurements\decorators\wlc_repetition_decorator.py", line 68, in execute self.measurement.execute(parent_id=parent_id) File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\measurements_1_0\decorators\wlc_robot_decorator.py", line 134, in execute self.measurement.execute(parent_id=parent_id) File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\measurements\wlc_timeout_before_standby.py", line 96, in execute settings=None)], export_data=True) File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\lab\salea2.py", line 297, in stop_capture [x[0] for x in low_level_analyzers_added]) File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\.venv37\lib\site-packages\saleae\automation\capture.py", line 255, in export_data_table self.manager.stub.ExportDataTableCsv(request) File "C:\Python37\lib\contextlib.py", line 130, in __exit__ self.gen.throw(type, value, traceback) File "C:\Users\nxf28218\Desktop\nfc_wlc_system_testbench\python\wireless_charging\.venv37\lib\site-packages\saleae\automation\errors.py", line 121, in _error_handler raise grpc_error_to_exception(exc) from None saleae.automation.errors.ExportError: Export failed: ios_base::failbit set: iostream stream error
My filepath is valid, and as analyzers I am using the handlerId return by add_analyzer, and that should be fine as it is not complaining about it (it was complaining before, that’s why I know it is correct).
Any idea what could be the issue? I am out of ideas.
Thanks!
Albert