Error when accessing IPAM - IPAddress #17239
Unanswered
anders-nc
asked this question in
Help Wanted!
Replies: 1 comment 1 reply
-
I removed all faulty ip address object and can now access IPAM IPADDRESS page ttps://netboxserver/ipam/ip-addresses/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We recently added a bunch of ip addresses using RestAPI calls, to my dismay it has somehow being corrupted.
I can get eralier ipaddresses directly i.e https://netboxserve/ipam/ip-addresses/1599/ but all the addreses added and the main view get this error.
It also hard for us to do a restore of database since it was yesterday and many other things has been updated since.
(but if we must we must of course)
Is there any logs we can see exactly whats missing or faulty? or a smart method using RestAPI to find all these ipaddresses and delete/rollback these
<class 'AttributeError'>
'NoneType' object has no attribute 'get_absolute_url'
Python version: 3.11.2
NetBox version: 4.0.8
Plugins:
netbox_bgp: 0.13.2
netbox_dns: 1.0.5
netbox_documents: 0.7.0
netbox_interface_synchronization: 4.0.3
netbox_otp_plugin: 1.1.0
netbox_secrets: 2.0.3
netbox_topology_views: 4.0.0
Beta Was this translation helpful? Give feedback.
All reactions