Robot API + Dynamo undefined warning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I got a problem with using Robot API in Dynamo. I am trying to set bars as a trussbars, but when I running graph for a first time I am getting warning like below, when I add for example new line in any place in python script and run graph for a second time it works. I have no idea what is going on, I'd be greatful for some help.
@Rafal.Gaweda You helped my couple of times, I hope you will solve my problem also this time.
Thanks for any help.
Ostrzeżenie:IronPythonEvaluator.EvaluateIronPythonScript operacja nie powiodła się.
Traceback (most recent call last):
File "<string>", line 28, in <module>
EnvironmentError: System.Runtime.InteropServices.COMException (0x80004005): W wyniku wywołania składnika modelu COM został zwrócony błąd HRESULT E_FAIL.
w Microsoft.Scripting.ComInterop.ComRuntimeHelpers.CheckThrowException(Int32 hresult, ExcepInfo& excepInfo, UInt32 argErr, String message)
w CallSite.Target(Closure , CallSite , Object , Object )
w System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
w Microsoft.Scripting.Interpreter.DynamicInstruction`3.Run(InterpretedFrame frame)
w Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
w Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3)
w System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
w Microsoft.Scripting.Interpreter.DynamicInstruction`4.Run(InterpretedFrame frame)
w Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
w Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)
w IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
w Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
w DSIronPython.IronPythonEvaluator.EvaluateIronPythonScript(String code, IList bindingNames, IList bindingValues)