First of all thanks for granting early access to pollination!
I tried running my first recipe, but unfortunately I’m unable to get the results back into Grasshopper. The web app says it’s completed, but the job status says the job is still running and refuses to get the results. Double clicking on it and selecting the job from the list yields the same problem. Any idea what I’m doing wrong, or did I encounter a bug?
I tried it and unfortunately it didn’t work. They both gave the same error. Also, the panel component shows an object instead of the cloud string as it showed in your example.
Hi @marctavenier, thanks. That’s a different problem with how Grasshopper internalize data. It didn’t serialize to a readable object and that’s why the other component is failing. Sorry. It wasn’t really helpful.
@Mingbo, what are your thoughts? Can we create a sample C# code to help debug this? I can’t recreate the issue on my side.
Earlier today (say a few hours ago) I checked again, and it still didn’t work. Now I checked again and it works, even though I changed nothing on my side.
I decided to check again, running a new simulation (this time an energy simulation) on the same model, but again same issue.
(simulation job: CLOUD:marctavenier/demo/6c83794d-0191-4305-bc05-2e89dfcaf998 )
Thank you @marctavenier for providing detailed explanation. I assume if it was a dll conflict the plugin would have failed to load in the first place. This is really strange that it makes the call to the server but somehow it interprets the response as not completed.
It’s something for @Mingbo to help you with probably with some more logging on your side to be able to find the source of the issue.
We recently have a several fixes on our backend that related to monitoring a job’s status.
Would you mind to do a new test to see if the issue remains?