ip address view shows 'oob_ip_id' missing attribute error #8581

Closed
opened 2025-12-29 20:38:28 +01:00 by adam · 2 comments
Owner

Originally created by @BenjaminBoehm on GitHub (Sep 6, 2023).

NetBox version

v3.6.0

Python version

3.11

Steps to Reproduce

Option1

  1. I updated netbox from v3.5.8 to v3.6.0.
  2. If I click on some ip addresses it shows the following error:
    image
  3. Currently I can't figure out why some are working and some showing this error message.

Option2

  1. Create new ip address and assign as primary ip to vm
  2. Save
  3. Error from above is shown

Expected Behavior

View details of every ip address

Observed Behavior

Error message:

<class 'AttributeError'>

'VirtualMachine' object has no attribute 'oob_ip_id'

Python version: 3.11.4
NetBox version: 3.6.0
Plugins: None installed

Originally created by @BenjaminBoehm on GitHub (Sep 6, 2023). ### NetBox version v3.6.0 ### Python version 3.11 ### Steps to Reproduce #### Option1 1. I updated netbox from v3.5.8 to v3.6.0. 2. If I click on some ip addresses it shows the following error: ![image](https://github.com/netbox-community/netbox/assets/16610938/7f5c9d8b-ad39-4755-a74d-56d62492bb11) 3. Currently I can't figure out why some are working and some showing this error message. #### Option2 1. Create new ip address and assign as primary ip to vm 2. Save 3. Error from above is shown ### Expected Behavior View details of every ip address ### Observed Behavior Error message: <class 'AttributeError'> 'VirtualMachine' object has no attribute 'oob_ip_id' Python version: 3.11.4 NetBox version: 3.6.0 Plugins: None installed
adam added the type: bugstatus: revisions needed labels 2025-12-29 20:38:28 +01:00
adam closed this issue 2025-12-29 20:38:28 +01:00
Author
Owner

@BenjaminBoehm commented on GitHub (Sep 6, 2023):

IP addresses that show this error are assigned as the primary IP of a VM.

@BenjaminBoehm commented on GitHub (Sep 6, 2023): IP addresses that show this error are assigned as the primary IP of a VM.
Author
Owner

@jeremystretch commented on GitHub (Sep 6, 2023):

Duplicate of #13619. Please remember to search closed bug reports before submitting new ones.

@jeremystretch commented on GitHub (Sep 6, 2023): Duplicate of #13619. Please remember to search closed bug reports before submitting new ones.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8581