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

Saves 1 file and then fails every time #47

Closed
cascadeorca opened this issue Sep 21, 2023 · 1 comment
Closed

Saves 1 file and then fails every time #47

cascadeorca opened this issue Sep 21, 2023 · 1 comment

Comments

@cascadeorca
Copy link

cascadeorca commented Sep 21, 2023

The script promptly fails. It exported 1 file. I am using a personal license.

The most obvious thing I'm noticing is:
RuntimeError: 3 : Cannot execute the export operation to create the file in the format specified by the ExportOptions as the user is restricted.
Full output.log:

2023-09-21 13:16:22,914 - INFO - Starting export!
2023-09-21 13:16:23,345 - INFO - Exporting hub "ITS-LIT-IT"
2023-09-21 13:16:23,897 - INFO - Exporting project "Assets"
2023-09-21 13:16:24,522 - INFO - No files to export for this project
2023-09-21 13:16:24,522 - INFO - Exporting project "Imaging Bench"
2023-09-21 13:16:25,701 - INFO - Exporting file "USB Extension Lock - A to A"
2023-09-21 13:16:28,105 - ERROR - Opening USB Extension Lock - A to A failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:28,218 - INFO - Exporting file "USB Extension Lock - A to B"
2023-09-21 13:16:30,433 - ERROR - Opening USB Extension Lock - A to B failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:30,547 - INFO - Exporting file "Amazon Basics Charger"
2023-09-21 13:16:33,071 - ERROR - Opening Amazon Basics Charger failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:33,255 - INFO - Exporting file "Keypad Holder"
2023-09-21 13:16:36,003 - ERROR - Opening Keypad Holder failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:36,104 - INFO - Exporting file "96w Apple Charger"
2023-09-21 13:16:38,204 - ERROR - Opening 96w Apple Charger failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:38,304 - INFO - Exporting file "Leg"
2023-09-21 13:16:40,692 - ERROR - Opening Leg failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:40,817 - INFO - Exporting file "Top"
2023-09-21 13:16:42,799 - ERROR - Opening Top failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:42,907 - INFO - Exporting file "Table Assembly"
2023-09-21 13:16:46,415 - ERROR - Opening Table Assembly failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:46,551 - INFO - Exporting file "Shelf"
2023-09-21 13:16:47,647 - ERROR - Opening Shelf failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:47,648 - INFO - Finished exporting project "Imaging Bench"
2023-09-21 13:16:47,878 - INFO - Exporting project "Default Project"
2023-09-21 13:16:48,723 - INFO - Exporting file "Barcode Isolator"
2023-09-21 13:16:49,911 - ERROR - Opening Barcode Isolator failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:16:49,911 - INFO - Finished exporting project "Default Project"
2023-09-21 13:16:49,911 - INFO - Exporting project "Zebra Adapter"
2023-09-21 13:16:50,256 - INFO - No files to export for this project
2023-09-21 13:16:50,256 - INFO - Finished exporting hub "ITS-LIT-IT"
2023-09-21 13:16:50,257 - INFO - Exporting hub "Josh's House"
2023-09-21 13:16:50,547 - INFO - Exporting project "Admin Project"
2023-09-21 13:16:53,531 - INFO - Exporting file "Air Tag Snaps (V1 Deprecated)"
2023-09-21 13:16:54,950 - INFO - Writing to "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d"
2023-09-21 13:16:55,055 - INFO - Writing component "Air Tag Snaps v3" to "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d"
2023-09-21 13:16:55,056 - INFO - Writing step file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.stp"
2023-09-21 13:16:55,630 - INFO - Writing stl file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.stl"
2023-09-21 13:16:55,864 - INFO - Writing stl body file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3\AirTag Base.stl"
2023-09-21 13:16:56,053 - INFO - Writing stl body file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3\AirTag Lid.stl"
2023-09-21 13:16:56,282 - INFO - Writing iges file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.igs"
2023-09-21 13:16:56,286 - ERROR - Failed while working on "Air Tag Snaps (V1 Deprecated)"
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 184, in _write_data_file
    self._write_component(file_folder_path, design.rootComponent)
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 208, in _write_component
    self._write_iges(output_path, component)
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 292, in _write_iges
    export_manager.execute(options)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\fusion.py", line 19748, in execute
    return _fusion.ExportManager_execute(self, exportOptions)
RuntimeError: 3 : Cannot execute the export operation to create the file in the format specified by the ExportOptions as the user is restricted.
2023-09-21 13:20:05,191 - INFO - Starting export!
2023-09-21 13:20:05,401 - INFO - Exporting hub "ITS-LIT-IT"
2023-09-21 13:20:05,768 - INFO - Exporting project "Assets"
2023-09-21 13:20:06,255 - INFO - No files to export for this project
2023-09-21 13:20:06,255 - INFO - Exporting project "Imaging Bench"
2023-09-21 13:20:07,429 - INFO - Exporting file "USB Extension Lock - A to A"
2023-09-21 13:20:09,008 - ERROR - Opening USB Extension Lock - A to A failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:09,096 - INFO - Exporting file "USB Extension Lock - A to B"
2023-09-21 13:20:10,049 - ERROR - Opening USB Extension Lock - A to B failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:10,142 - INFO - Exporting file "Amazon Basics Charger"
2023-09-21 13:20:11,143 - ERROR - Opening Amazon Basics Charger failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:11,241 - INFO - Exporting file "Keypad Holder"
2023-09-21 13:20:12,536 - ERROR - Opening Keypad Holder failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:12,676 - INFO - Exporting file "96w Apple Charger"
2023-09-21 13:20:14,192 - ERROR - Opening 96w Apple Charger failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:14,295 - INFO - Exporting file "Leg"
2023-09-21 13:20:15,323 - ERROR - Opening Leg failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:15,413 - INFO - Exporting file "Top"
2023-09-21 13:20:16,424 - ERROR - Opening Top failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:16,520 - INFO - Exporting file "Table Assembly"
2023-09-21 13:20:17,689 - ERROR - Opening Table Assembly failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:17,830 - INFO - Exporting file "Shelf"
2023-09-21 13:20:18,923 - ERROR - Opening Shelf failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:18,923 - INFO - Finished exporting project "Imaging Bench"
2023-09-21 13:20:19,198 - INFO - Exporting project "Default Project"
2023-09-21 13:20:19,864 - INFO - Exporting file "Barcode Isolator"
2023-09-21 13:20:21,245 - ERROR - Opening Barcode Isolator failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:20:21,245 - INFO - Finished exporting project "Default Project"
2023-09-21 13:20:21,245 - INFO - Exporting project "Zebra Adapter"
2023-09-21 13:20:21,559 - INFO - No files to export for this project
2023-09-21 13:20:21,559 - INFO - Finished exporting hub "ITS-LIT-IT"
2023-09-21 13:20:21,559 - INFO - Exporting hub "Josh's House"
2023-09-21 13:20:21,804 - INFO - Exporting project "Admin Project"
2023-09-21 13:20:24,451 - INFO - Exporting file "Air Tag Snaps (V1 Deprecated)"
2023-09-21 13:20:25,879 - INFO - Writing to "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d"
2023-09-21 13:20:25,983 - INFO - Writing component "Air Tag Snaps v3" to "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d"
2023-09-21 13:20:25,984 - INFO - Step file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.stp" already exists
2023-09-21 13:20:25,984 - INFO - Stl file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.stl" already exists
2023-09-21 13:20:25,984 - INFO - Writing iges file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.igs"
2023-09-21 13:20:25,986 - ERROR - Failed while working on "Air Tag Snaps (V1 Deprecated)"
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 184, in _write_data_file
    self._write_component(file_folder_path, design.rootComponent)
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 208, in _write_component
    self._write_iges(output_path, component)
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 292, in _write_iges
    export_manager.execute(options)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\fusion.py", line 19748, in execute
    return _fusion.ExportManager_execute(self, exportOptions)
RuntimeError: 3 : Cannot execute the export operation to create the file in the format specified by the ExportOptions as the user is restricted.
2023-09-21 13:27:36,366 - INFO - Starting export!
2023-09-21 13:27:36,608 - INFO - Exporting hub "ITS-LIT-IT"
2023-09-21 13:27:37,040 - INFO - Exporting project "Assets"
2023-09-21 13:27:37,840 - INFO - No files to export for this project
2023-09-21 13:27:37,840 - INFO - Exporting project "Imaging Bench"
2023-09-21 13:27:39,103 - INFO - Exporting file "USB Extension Lock - A to A"
2023-09-21 13:27:40,530 - ERROR - Opening USB Extension Lock - A to A failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:40,610 - INFO - Exporting file "USB Extension Lock - A to B"
2023-09-21 13:27:41,475 - ERROR - Opening USB Extension Lock - A to B failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:41,549 - INFO - Exporting file "Amazon Basics Charger"
2023-09-21 13:27:42,554 - ERROR - Opening Amazon Basics Charger failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:42,637 - INFO - Exporting file "Keypad Holder"
2023-09-21 13:27:43,641 - ERROR - Opening Keypad Holder failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:43,718 - INFO - Exporting file "96w Apple Charger"
2023-09-21 13:27:44,779 - ERROR - Opening 96w Apple Charger failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:44,857 - INFO - Exporting file "Leg"
2023-09-21 13:27:46,224 - ERROR - Opening Leg failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:46,292 - INFO - Exporting file "Top"
2023-09-21 13:27:47,348 - ERROR - Opening Top failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:47,419 - INFO - Exporting file "Table Assembly"
2023-09-21 13:27:48,449 - ERROR - Opening Table Assembly failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:48,539 - INFO - Exporting file "Shelf"
2023-09-21 13:27:49,461 - ERROR - Opening Shelf failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:49,461 - INFO - Finished exporting project "Imaging Bench"
2023-09-21 13:27:49,790 - INFO - Exporting project "Default Project"
2023-09-21 13:27:50,255 - INFO - Exporting file "Barcode Isolator"
2023-09-21 13:27:51,563 - ERROR - Opening Barcode Isolator failed!
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 138, in _write_data_file
    document = self.documents.open(file)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\core.py", line 9614, in open
    return _core.Documents_open(self, dataFile, visible)
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
2023-09-21 13:27:51,563 - INFO - Finished exporting project "Default Project"
2023-09-21 13:27:51,563 - INFO - Exporting project "Zebra Adapter"
2023-09-21 13:27:51,880 - INFO - No files to export for this project
2023-09-21 13:27:51,880 - INFO - Finished exporting hub "ITS-LIT-IT"
2023-09-21 13:27:51,880 - INFO - Exporting hub "Josh's House"
2023-09-21 13:27:52,242 - INFO - Exporting project "Admin Project"
2023-09-21 13:27:55,106 - INFO - Exporting file "Air Tag Snaps (V1 Deprecated)"
2023-09-21 13:27:56,444 - INFO - Writing to "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d"
2023-09-21 13:27:56,537 - INFO - Writing component "Air Tag Snaps v3" to "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d"
2023-09-21 13:27:56,537 - INFO - Step file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.stp" already exists
2023-09-21 13:27:56,537 - INFO - Stl file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.stl" already exists
2023-09-21 13:27:56,537 - INFO - Writing iges file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.igs"
2023-09-21 13:27:56,539 - ERROR - Failed while working on "Air Tag Snaps (V1 Deprecated)"
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 184, in _write_data_file
    self._write_component(file_folder_path, design.rootComponent)
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 208, in _write_component
    self._write_iges(output_path, component)
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 292, in _write_iges
    export_manager.execute(options)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\fusion.py", line 19748, in execute
    return _fusion.ExportManager_execute(self, exportOptions)
RuntimeError: 3 : Cannot execute the export operation to create the file in the format specified by the ExportOptions as the user is restricted.
2023-09-21 13:33:12,289 - INFO - Starting export!
2023-09-21 13:33:12,831 - INFO - Exporting hub "Josh's House"
2023-09-21 13:33:13,247 - INFO - Exporting project "Admin Project"
2023-09-21 13:33:15,952 - INFO - Exporting file "Air Tag Snaps (V1 Deprecated)"
2023-09-21 13:33:16,929 - INFO - Writing to "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d"
2023-09-21 13:33:17,044 - INFO - Writing component "Air Tag Snaps v3" to "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d"
2023-09-21 13:33:17,045 - INFO - Step file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.stp" already exists
2023-09-21 13:33:17,045 - INFO - Stl file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.stl" already exists
2023-09-21 13:33:17,045 - INFO - Writing iges file "C:/Users/jameszjo/Desktop/Fusion 360\Hub Joshs House\Project Admin Project\Admin Project\Air Tag Snaps V1 Deprecated.f3d\Air Tag Snaps v3.igs"
2023-09-21 13:33:17,047 - ERROR - Failed while working on "Air Tag Snaps (V1 Deprecated)"
Traceback (most recent call last):
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 184, in _write_data_file
    self._write_component(file_folder_path, design.rootComponent)
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 208, in _write_component
    self._write_iges(output_path, component)
  File "C:/Users/jameszjo/Downloads/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 292, in _write_iges
    export_manager.execute(options)
  File "C:\Users/jameszjo/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Api/Python/packages\adsk\fusion.py", line 19748, in execute
    return _fusion.ExportManager_execute(self, exportOptions)
RuntimeError: 3 : Cannot execute the export operation to create the file in the format specified by the ExportOptions as the user is restricted.
@Jnesselr
Copy link
Owner

I haven't had time to work on this, but please check out #46 and see if that works for you.

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