VIAVI TestCenter: HLTAPI runtime error: AttributeError: 'str' object has no attribute 'send'
Knowledge Base - FAQ
Python HLTAPI runtime error: AttributeError: 'str' object has no attribute 'send'
Traceback (most recent call last):
File "", line 10, in
File "sth.py", line 1825, in test_config
return _process_cmd("test_config",**arg)
File "sth.py", line 1139, in _process_cmd
retVal=_private_invoke("set ret [sth::"+cmd_name+cmdline+"]")
File "sth.py", line 424, in _private_invoke
tclserversocket.send(cmd+'\n')
AttributeError: 'str' object has no attribute 'send'
N/A