Closed karthikdialpad closed 3 weeks ago
Hi karthik, any solution for this error ? I'm also facing similar error
Thanks, Thilak
Hi @karthikdialpad, @thilak33, Could you please share the python script and steps to replicate this issue.
Thanks Chidanand
The issue was resolved #1321 . Hence, Closed the issue.
Hi,
We are trying to fetch facts from devices using the junos python client library and our call looks something like below
After construction the facts when I tried to do json.dump(facts) results in the following FactLoopError. We are seeing these errors occasionally an it is not consistent enough for us to repro it immediately. But we are sure that this error happens for different facts like domain, hostname, is_linux, current_re etc.
The Device details: model : ex4300-48t , firmware version: 21.4R3.15
We are seeing this issue of python2.7 and python3. In python2.7 we are running junos-eznc==2.5.4 ncclient==0.6.13
In python3.11 we are running junos-eznc==2.6.8 ncclient==0.6.13
Can anyone help us find the root cause of it and explain how we can mitigate it?
Thanks