You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but using terminal,input telnet ip port,I can remote control the device.why?
Traceback (most recent call last):
File "/Users/admin/docker/k8s_jenkins/SmartAPI/.venv/lib/python3.12/site-packages/Exscript/protocols/protocol.py", line 769, in _app_authenticate
index, match = self._waitfor(prompt_list)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/admin/docker/k8s_jenkins/SmartAPI/.venv/lib/python3.12/site-packages/Exscript/protocols/protocol.py", line 986, in _waitfor
result = self._domatch(re_list, False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/admin/docker/k8s_jenkins/SmartAPI/.venv/lib/python3.12/site-packages/Exscript/protocols/telnet.py", line 99, in _domatch
raise TimeoutException(error)
Exscript.protocols.exception.TimeoutException: Error while waiting for response from device
The text was updated successfully, but these errors were encountered:
hi, with following code,I get the error timeout:
but using terminal,input telnet ip port,I can remote control the device.why?
Traceback (most recent call last):
File "/Users/admin/docker/k8s_jenkins/SmartAPI/.venv/lib/python3.12/site-packages/Exscript/protocols/protocol.py", line 769, in _app_authenticate
index, match = self._waitfor(prompt_list)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/admin/docker/k8s_jenkins/SmartAPI/.venv/lib/python3.12/site-packages/Exscript/protocols/protocol.py", line 986, in _waitfor
result = self._domatch(re_list, False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/admin/docker/k8s_jenkins/SmartAPI/.venv/lib/python3.12/site-packages/Exscript/protocols/telnet.py", line 99, in _domatch
raise TimeoutException(error)
Exscript.protocols.exception.TimeoutException: Error while waiting for response from device
The text was updated successfully, but these errors were encountered: