Message 1 of 6
"InternalValidationError: doc" with opening .dwg file.

Not applicable
08-10-2015
01:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good day! Please, help me with this question.
documents = app.documents if fileUploaded: dfile = fileUploaded.dataFile if dfile: try: documents.open(dfile,False) except: pass
If I don't use pass command ".open" throws "Runtime Error: 2: InternalValidationError:doc". When I use pass, .dwg file opens. But if in future I put sketches and bodies in it, I can't save this file, Fusion 360 crashes on saving. And Fusion 360 crashes even after reload until I delete saved files. (Open these files, close them and only then delete, because Fusion 360 reports that these files are in work.)
What this problem can be related with?
P.S. Sorry for my English.