networking - what is the meaning of this error Couldn't find string in telnet output () -
I'm ggetting this error message "error could not get string in telnet output" (using TCL What is the meaning of this error while running the test scheme and why am I getting this type of error?
Well, what does this mean?
You are expecting a certain string that should be returned from what you are checking (such as 'login:'
), and that string is not visible Is giving (maybe you 'login:' instead, for example).
You should know that actually is coming and adjust your expectations accordingly.
Comments
Post a Comment