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
File "/usr/local/lib/python3.9/site-packages/netbox/ipam.py", line 178, in get_next_available_ip
return self.netbox_con.get(param, limit=1)[0]['address']
File "/usr/local/lib/python3.9/site-packages/netbox/connection.py", line 96, in get
return resp_data['results']
TypeError: list indices must be integers or slices, not str
The text was updated successfully, but these errors were encountered:
File "/usr/local/lib/python3.9/site-packages/netbox/ipam.py", line 178, in get_next_available_ip
return self.netbox_con.get(param, limit=1)[0]['address']
File "/usr/local/lib/python3.9/site-packages/netbox/connection.py", line 96, in get
return resp_data['results']
TypeError: list indices must be integers or slices, not str
The text was updated successfully, but these errors were encountered: