Cannot export the DataTable of USB LS and FS

My setup is logic analyzer is connected and running on main host device, I am using logic automation api to probe the Logic 2 software with the IP address. I was able to capture it but couldn’t export it. This is the error.

Traceback (most recent call last):
File “/home/user/saleae_cli.py”, line 128, in
capture.export_data_table(filepath=analyzer_export_filepath, analyzers=[Table_Configuration])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/heisenberg/user/lib/python3.12/site-packages/saleae/automation/capture.py”, line 254, in export_data_table
with _error_handler():
File “/home/user/lib/python3.12/contextlib.py”, line 158, in exit
self.gen.throw(value)userheisenberg/miniconda3/envs/sigusb/lib/python3.12/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::clear: unspecified iostream_category error

@mstharunreddy Sorry for the late reply! We had some folks out of office during the past week.

Can you confirm if the export_data_table() function in our example script below works on your end?
https://saleae.github.io/logic2-automation/getting_started.html

If that also fails, there may be a core issue that is preventing exports to work properly via our Automation API. Otherwise, if you can confirm that the example script and export works on your end, something else specific to your Python script may be at play.