Shape Diver error when uploading model - Plugin Python

Hello,

I am experiencing an issue with the initial upload of my Grasshopper file. The error message I receive is as follows:

Error

Plugin Python, Version 0.1 may not be used yet.

Model uuid: a11e47d1-0c3c-4b6f-b1ad-7ce6510fd5d5

Model guid: ab1e9355-70aa-46d9-ac5c-b050440f118f

I have already used the Clean GH File tool, which did not identify any additional problematic components; however, the issue persists.

I have attached the relevant model for reference.

I would appreciate your assistance.

for SD.gh (43.9 KB)

I cannot reproduce this error. When I try to upload the model from your message, the following happens:

  • If I try to upload it to a Rhino 7 server, it fails because the definition was created with Rhino 8.
  • If I try to upload it to a Rhino 8 server, it works as expected.

Could you double check that the definition you included triggers the error message above in your case? If so, to which ShapeDiver server are you trying to upload it?

Thanks Mathieu.

I have uploaded the model to a Rhino 8 server. Additionally, I previously attempted to upload it to Rhino 7 server, just in case, but it didn’t work either.

Attached below is a screenshot of the error message I receive:

That wasn’t the relevant file - my apologies.

The file I am having issues with is the following one. It is almost identical to the one I initially attached - just duplicated the same definition multiple times.

for SD.gh (158.3 KB)

You seem to have an old version of the GhPython plugin installed, maybe because this file was created with Rhino 6. Sometimes plugins leave invisible components or references in documents even if you don’t see them on the canvas.

You could try to copy and paste all visible components of your definition to a new one, or you can also try to use the script below, which finds all external libraries used in your definition and lets you delete the components of specific libraries.

230928_DeletePluginComponents.gh (7.3 KB)

Thanks Mathieu.

Unfortunately, I have tried those methods as well with no success. The DeletePluginComponent does not seem to detect any GHPython components. I am using Rhino 8, however it is possible that an older version of GHPython is still installed, although I have not been able to confirm this.

In the meantime, I will try rewriting the code from scratch and upload it again.

Many thanks for your help.