Fusion360Exporter icon indicating copy to clipboard operation
Fusion360Exporter copied to clipboard

Error while exporting

Open Sanchitkedia opened this issue 5 years ago • 6 comments

1

Sanchitkedia avatar Oct 15 '20 06:10 Sanchitkedia

I have the same Problem. Did you solve it? I created the folder brfore starting the script, but it didn't help. 😢

derpicknicker1 avatar Apr 26 '21 00:04 derpicknicker1

Maybe antivirus software? Have you tried other folders? Like maybe the C:\Users\<user>\AppData\Local\Autodesk\webdeploy\production\<lots of letters and numbers> folder could work?

aconz2 avatar Apr 26 '21 04:04 aconz2

I have the same Problem. Did you solve it? I created the folder brfore starting the script, but it didn't help. 😢

I did not use this code but I tried to download the code now and was unable to recreate the issue.

Sanchitkedia avatar Apr 26 '21 05:04 Sanchitkedia

Hey everyone, I had this same problem and was able to fix it by using ChatGPT. Please see the conversation here:

https://chat.openai.com/share/4ae505cb-e956-4fc0-abd1-961170e61a8a

I would submit a pull request. but I'm fairly new to GitHub. Hopefully this helps.

EclipseMantis avatar Dec 17 '23 21:12 EclipseMantis

Is it possible your Desktop folder didn't exist? One of the linked answers used parents=True, but the final answer it gives should be the same as what the code currently does

aconz2 avatar Dec 18 '23 03:12 aconz2

I think the issue might lie with Microsoft's decision to hide the desktop folder behind OneDrive, like so:

C:\Users[username]\OneDrive\Desktop

So the folder does exist, but in a different location, which would explain it. Either way, it seems that it should create whatever paths/folders are necessary for the save location if asked to, as opposed to crashing.

EclipseMantis avatar Dec 18 '23 03:12 EclipseMantis