Rhino compute - Issue for Panels and Python

Hi!
I have an issue with Rhino compute that wasn’t solved by updating Rhino and compute.rhino (currently working with the latest releases, 8 SR8 for Rhino and 7b41bda for compute.rhino)

Here’s the issue: i have a model that works fine with the GUI, but generates errors with my compute server (even locally).

For example, find attached a screenshot that shows:

  • a panel that i translate in a float before connecting it to a “Larger” component (works perfectly fine with the GUI)
  • the associated issue with my compute logs that doesn’t understand the implicit translation

I have to add that this works from time to time, making this a bit unstable to use.

On a more general topic, all my Python scripts now seem to break at some point if the inputs type is not defined (same, works fine with GUI but not with compute)

Do you have any feedback on this?

Thanks in advance,
Quentin

Hi Quentin,

I’m assigning this to the compute developer (who is out this week), but it also sounds like you might have a python issue as well.

Is there a small example you can provide that demonstrates these issues? Thanks.

Hi Japhy, i don’t have a very reproducible script. Something i noticed is that it is quite unstable. In my case, it was solved by restarting the computer (restarting the local server and appserver didn’t work), but sometimes it isn’t enough. I’ll let you know when i encounter this!