You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
Would it be possible to catch/rescue the exception, and continue exporting other files? I have 420 designs to export, and it's crashing on design 20/420.
I am keen to just have it skip this failing design and log it for later. So I can manually export any which failed. For example, the one failing is a Voron2.2 assembly file which is pretty dang complex, and to be fair I can just download the CAD again.
But now that my license has expired. I can't even delete just that one design from the interface to be able to make it continue exporting.
Traceback for reference:
Failed:
Traceback (mostrecentcalllast):
File"C:/Users/Rudi/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line325, inruntotal_export.run(context)
File"C:/Users/Rudi/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line50, inrunself._export_data(output_path)
File"C:/Users/Rudi/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line105, in_export_dataself._write_data_file(output_path, file)
File"C:/Users/Rudi/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line184, in_write_data_fileself._write_component(file_folder_path, design.rootComponent)
File"C:/Users/Rudi/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line220, in_write_componentself._write_component(sub_path, sub_component)
File"C:/Users/Rudi/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line220, in_write_componentself._write_component(sub_path, sub_component)
File"C:/Users/Rudi/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line220, in_write_componentself._write_component(sub_path, sub_component)
[Previouslinerepeated2moretimes]
File"C:/Users/Rudi/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line206, in_write_componentself._write_step(output_path, component)
File"C:/Users/Rudi/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line231, in_write_stepoptions=export_manager.createSTEPExportOptions(output_path, component)
File"C:/Users/Rudi/AppData/Local/Autodesk/webdeploy/production/62080619ef0c88ebbe32d9c0b5fea9f374fca035/Api/Python/packages\adsk\fusion.py", line16837, increateSTEPExportOptionsreturn_fusion.ExportManager_createSTEPExportOptions(self, *args)
RuntimeError: 3 : Theselectedfolderisnotaccessible.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be possible to catch/rescue the exception, and continue exporting other files? I have 420 designs to export, and it's crashing on design 20/420.
I am keen to just have it skip this failing design and log it for later. So I can manually export any which failed. For example, the one failing is a Voron2.2 assembly file which is pretty dang complex, and to be fair I can just download the CAD again.
But now that my license has expired. I can't even delete just that one design from the interface to be able to make it continue exporting.
Traceback for reference:
The text was updated successfully, but these errors were encountered: