Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Paramiko in python script throws exception- TypeError: 
expected _counter, got _counterStarting ...

----------------------------------------------

ISSUES

1. [New comment] Paramiko in python script throws exception- TypeError: 
expected _counter, got _counterStarting ...
http://ironpython.codeplex.com/workitem/35515
User jamini has commented on the issue:

"<p>We added a Microsoft.scripting.debugging.dll to our solution to debug the 
python scripts. While debugging them we found self.active property is getting 
false in client.py file in paramiko when executing ssh connect statement. There 
we are getting that exception. </p><p>__TypeError:Expected _counter, got 
_counter.__</p><p>The stack trace for that exception is as follows :<br>   at 
Microsoft.Scripting.Interpreter.MethodInfoCallInstruction.InvokeWorker(Object[] 
args)<br>   at 
Microsoft.Scripting.Interpreter.MethodInfoCallInstruction.Invoke(Object[] 
args)<br>   at 
Microsoft.Scripting.Interpreter.MethodInfoCallInstruction.Run(InterpretedFrame 
frame)<br>   at 
Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)<br>   
at 
Microsoft.Scripting.Interpreter.LightLambda.Run7[T0,T1,T2,T3,T4,T5,T6,TRet](T0 
arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)<br>   at 
System.Dynamic.UpdateDelegates.UpdateAndExecute6[T0,T1,T2,T3,T4,T5,TRet](CallSite
 site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)<br>   at 
Microsoft.Scripting.Interpreter.DynamicInstruction`7.Run(InterpretedFrame 
frame)<br>   at 
Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)<br>   
at Microsoft.Scripting.Interpreter.LightLambda.Run6[T0,T1,T2,T3,T4,T5,TRet](T0 
arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)<br>   at 
System.Dynamic.UpdateDelegates.UpdateAndExecute5[T0,T1,T2,T3,T4,TRet](CallSite 
site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)<br>   at 
NHRTest1$2.__init__$54(PythonFunction $function, Object self, Object IP, Object 
user, Object password) in C:\xxtws\trunk\NHRLibrary\NHRTest1.py:line 678<br>   
at IronPython.Runtime.FunctionCaller`4.Call4(CallSite site, CodeContext 
context, Object func, T0 arg0, T1 arg1, T2 arg2, T3 arg3)<br>   at 
System.Dynamic.UpdateDelegates.UpdateAndExecute6[T0,T1,T2,T3,T4,T5,TRet](CallSite
 site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)<br>   at 
IronPython.Runtime.Method.MethodBinding`3.SelfTarget(CallSite site, CodeContext 
context, Object target, T0 arg0, T1 arg1, T2 arg2)<br>   at 
System.Dynamic.UpdateDelegates.UpdateAndExecute5[T0,T1,T2,T3,T4,TRet](CallSite 
site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)<br>   at 
Microsoft.Scripting.Interpreter.DynamicInstruction`6.Run(InterpretedFrame 
frame)<br>   at 
Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)<br>   
at Microsoft.Scripting.Interpreter.LightLambda.Run6[T0,T1,T2,T3,T4,T5,TRet](T0 
arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)<br>   at 
System.Dynamic.UpdateDelegates.UpdateAndExecute5[T0,T1,T2,T3,T4,TRet](CallSite 
site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)<br>   at 
&lt;unnamed&gt;$1.&lt;unnamed&gt;(CodeContext $globalContext, FunctionCode 
$functionCode) in C:\xxtws\trunk\Server\Test3.py:line 55<br>   at 
IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)<br>   at 
IronPython.Compiler.PythonScriptCode.Run(Scope scope)<br>   at 
IronPython.Compiler.RuntimeScriptCode.InvokeTarget(Scope scope)<br>   at 
IronPython.Compiler.RuntimeScriptCode.Run(Scope scope)<br>   at 
Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink)<br>   
at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)<br>   at 
Microsoft.Scripting.Hosting.ScriptEngine.ExecuteFile(String path)<br>   at 
Microsoft.Scripting.Hosting.ScriptRuntime.ExecuteFile(String path)</p><p>Hope 
this information may help you to suggest us the approach to be 
followed.<br></p>"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to