Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Crash when Exporting Sketches #28

Open
bcernic opened this issue Sep 23, 2020 · 1 comment
Open

Crash when Exporting Sketches #28

bcernic opened this issue Sep 23, 2020 · 1 comment

Comments

@bcernic
Copy link

bcernic commented Sep 23, 2020

2020_09_22_13_42.txt
exporter error

When exporting sketches as .dxf is enabled and there is a drawing in the folder being exported it crashes. The error message references 'AttributeError: 'NoneType' object has no attribute 'design'.

@digiTALker
Copy link

digiTALker commented Mar 4, 2022

Failed:
Traceback (most recent call last):
  File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 325, in run
    total_export.run(context)
  File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 50, in run
    self._export_data(output_path)
  File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 105, in _export_data
    self._write_data_file(output_path, file)
  File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 165, in _write_data_file
    self._name(file.name) + "." + file.fileExtension
  File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 306, in _take
    os.makedirs(out_path, exist_ok=True)
  File "C:/Users/Надёжный/AppData/Local/Autodesk/webdeploy/production/50d1a2b00ac928c7781cbca6551e586a5384d498/Python/lib\os.py", line 221, in makedirs
    mkdir(name, mode)
FileNotFoundError: [WinError 3] Системе не удается найти указанный путь: 'C:/Backup  Fusion360\\Hub Denis Lukanov\\Project \\.f3d'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants