Chris Jenn
Chris Jenn
This should be closed. we can pass conn_open_timeout variable to Device.open() :param int conn_open_timeout: *OPTIONAL* To specify the timeout in seconds, which will be used while opening SSH connection to...
Can you share your code so we can take a look?
Hi, It reproduces in v2.6.4 no problem. It will not reproduce after the commit made on Sep 2nd for issue #1207. ``` (venv-3.10.4) foo@foo-mbp venv-3.10.4 % python3 foo.py Traceback (most...
@chidanandpujar did you check whether you were hitting the max number of user pids? if true, you should see a log like: May 2 04:46:59 /kernel: maxproc limit exceeded by...
With the workaround in place, there appears to be multiple packets which fail to parse correctly, before it returns data: % python3 subscribe.py Parsing of telemetry information is failed. Parsing...
Hi Anton, debugged this further, it is getting tripped up by this path: ``` update { path { elem { name: "state" } elem { name: "temperature" } elem {...
Another example of json_val which causes an exception: ``` update { path { elem { name: "state" } elem { name: "temperature" } elem { name: "instant" } } val...