You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jschewe/py-envs/bi-scripts/lib/python3.8/site-packages/pynetbox/core/endpoint.py", line 475, in create
return self.custom_return(
File "/home/jschewe/py-envs/bi-scripts/lib/python3.8/site-packages/pynetbox/core/response.py", line 236, in __init__
self._parse_values(values)
File "/home/jschewe/py-envs/bi-scripts/lib/python3.8/site-packages/pynetbox/core/response.py", line 313, in _parse_values
for k, v in values.items():
I'm using release 6.1.2 of pynetbox.
It seems that the returned object in this case is a list instead of a dict.
The text was updated successfully, but these errors were encountered:
Results in
I'm using release 6.1.2 of pynetbox.
It seems that the returned object in this case is a list instead of a dict.
The text was updated successfully, but these errors were encountered: