Hi All ,
Can any one direct me right direction please. Been spinning on this all day but got no results so far.
Installed Revit 2025 run script through dynamo no problems.
If i run same script through player it flails instantly giving me warning on all nodes.
No errors in dynamo all packages up to date. Runs fine inside dynamo but wont work outside of it.
Is this player bug or i miss something here ?
Thanks in advance!
Regards
Hello, and welcome to the forum!
Do you have at least one node as âIs Outputâ?
1 Like
It would be helpful if we could see your graph in action. Whatâs the first node to fail? Where are you pulling data from? Are there any inputs that have to be set?
1 Like
Hi Pedruccioli,
No there is no outputs set as is not required.
Regards
1 Like
Hi Nick,
Graph works without issues. I get no errors if i run it in graph.
It only fails using player
Regards
Try adding an output, even if just a watch node returning âtrueâ, as there was a bug in a Dynamo for Revit release which prevents execution in some cases. Once added if the issue gets fixed I believe that you can remove it.
1 Like
Hi Jacob ,
tried to add it but still failing
Regards
Graph is running but there is an error with something during execution. Can you post the graph and a model it runs fine on in Dynamo but not player so that the community can identify the root for you?
Best guess is that this relates to the collection / selection method used.
1 Like
But you should be able to identify where you would have problem areas with certain nodes. Do all nodes show a warning in Player? If they do, whatâs the first node in your graph to execute? What does the warning in Player say? If some nodes execute without a warning, where do the warnings first pop up? With no information on your graph or the warnings youâre seeing, itâs very hard to give you any feedback.
1 Like
Hi Nick,
I have opened graph from player them pressed play again.
And all errors come to live in dynamo
I think i know where the problem is.
I dont think Dynamo likes " , " in name.
Still struggle to understand why it ran fine in graph
Renamed Elevation marker all working as should.
Thanks all for your time
Regards
2 Likes
FYI @achintya_bhat @emrullah.yildiz @solamour we might want to confirm the bug on this one.
3 Likes
@Darozas Will DM you for more details and would help us narrow this down faster if you can share sample files with us.