I have a simple Dynamo script with some color overrides in Python and reading an excel file. This has been working fine, but today I tried to open it and it gave me this Error. The file will not allow me to open the file. Can I force open the file. How would someone salvage a flow if the file is locked?
This has started to happen when I started using 2.0
This the message which only allows me to click ok.

Here is one of the files I can’t open.
KR - COLOR.dyn (163.0 KB)
@Danny_Bentley the file isn’t corrupt, someone upgraded it to 2.0.
Run it in 2.0 going forward or check the backup folder for a 1.3 version (though it says you wrote it in 1.1 so maybe the 1.1 version).
Sadly it will not open in 2.0 or 1.3. I don’t have 1.1 installed. There must be a way to open it. I understand if some of it is deprecated, or corrupted but should allow us to salvage the flow and python to move into a clean .dyn file.
I managed to get it open doing the following:
- Open the file in a text editor
- Change line 3 value to true.
"IsCustomNode": true,
save and close
- Change the file extension to DYF
- Drag into Dynamo 2.0
It seems that there was some weird error regarding notes with the same GUIDs.
I removed all the notes and here is the graph:
KR - COLOR-fixed.dyn (160.3 KB)
6 Likes
John, I could give you a big hug right about now. Thank you for the help. It worked!
1 Like
Hi John! I’ve tried to get the same results you managed to get, but to no avail! Here is my DYN file wish you can help.
Thanks !
POLYLINES TO C3D PIPES.dyn (131.5 KB)
@Ahmed_Ramy the issue was here:

This should read:

Changing this in a Text editor will solve the issue 
2 Likes
@Ewan_Opie Thanks Ewan for helping out as the solution has worked! I am only wondering what this line means??