Forum Discussion
Anonymous
5 years ago25 minutes ago, grantae said:End of stream reached, no match found
This usually means that you've sent some command to the device and are waiting for a particular response that doesn't come. The lines in your code that are waiting are the cli.expect() ones. It's difficult to tell which one timed out. You can add some println statements before/after them to know which ones executed successfully. println(cli.before()) is especially handy in determining what has come back from the device.
Related Content
- 2 years ago
- 3 months ago
- 2 years ago