Pending model checked, then pending again!

Hi,

I am working on a project that has just one custom python component in the file, I had my model checked manually two days ago, and it got through, now as I am updaing and testing, I got the pending model message again and again, and it is just frutsrating to be honest considering that I have not touched the custom python since then.

I wonder what should I do to be able to test without getting the pending message everywhile?

Thank you.

Your scripts need to be validated only once, so if you did not modify the script before re-uploading, you should not be going through the validation process again. Maybe you re-opened the scripts and modified it slightly?

Thank you for your reply
I am working on other parts of the script yes, but not the custom python component.
Does it go through the manual validation process everytime I update anything in the file?

No, it should not go through the manual validation process again if you did not modify it. If the problem persists, please point me to the model with the script so we can investigate.

It got denied after a while, and now I get this error instead of being pending

Error

The checking process for your model timed out for an unknown reason.
Model uuid: 9c974386-4eda-4510-b921-a7c5d0c01bf4
Model guid: a5494dd3-5567-45c4-8539-68c4ad07d54d

Update, it seems that not all grasshopper components from Rhino 8 are supported
For example: Query Model Hatch Patterns and Query Model Fonts are not

When I removed them, it was uploaded successfully now

It seems that the issue is rather that your definition triggers very long computations, possibly also a long model checking process due to the sheer number of components.

You could check our various optimization tutorials on youtube, for example. In particular, try manipulating trees to avoid copy and pasting the same components several times.

If you are using unsupported components in your definitions, the upload screen should inform you about them.

1 Like

Thank you, For the error message I got, it seems that I added components that interact with the Rhino model, which are obviously forbidden but I missed.
Thank you!