Comment #5 on issue 22 by kamesh.k: SSHLibrary.Execute Command ---- AttributeError: 'NoneType' object has no attribute 'exec_command'
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=22


We use Python and we are experiencing the same problem which is sporadic but could see many times failures with below error

AttributeError: 'NoneType' object has no attribute 'exec_command'

Also could see below errors in the output.xml
- <kw type="kw" name="SSHLibrary.Execute Command" timeout="">
<doc>Executes command on remote host over existing SSH connection and returns stdout and/or stderr.</doc>
- <arguments>
  <arg>mkdir ${destDir}</arg>
  </arguments>

Any suggestions on how to resolve the issue?

Reply via email to