Closed rostskadat closed 11 months ago
I'd suggest moving this issue to a discussion as pynetbox
does not raise ConnectionResetError
s, so the user needs some other help with the system.
There is no mention about the runtime environment but the output is not from from a pure cluster_id = ...
statement.
Hello @markkuleinio ,
Thanks for your reply. I did some more digging and found out that the problem is in fact related to the uwsgi
used to run the server. There is a discussion over at lae/ansible-role-netbox about this. And the work around did solve the problem. I'm therefore closing the issue.
pynetbox version
v7.2.0
NetBox version
v3.0.12
Python version
3.10
Steps to Reproduce
Get an API:
Create a VRF:
This fails with a
ConnectionResetError
:Expected Behavior
The error is intermittent. If I add an HTTPAdapter with a retry then it eventually works fine.
Observed Behavior
A
ConnectionResetError
was raised