Unable to export IP addresses #1297

Closed
opened 2025-12-29 16:31:11 +01:00 by adam · 0 comments
Owner

Originally created by @Mika56 on GitHub (Oct 13, 2017).

Issue type

[ ] Feature request
[x] Bug report
[ ] Documentation

Environment

  • Python version: 3.5.3
  • NetBox version: 2.2.1

Description

Hi,

After upgrading from 2.1.4 to 2.2.1, I cannot export IP addresses. I have no particular reproduction steps, clicking exports on my end display an error page with:

<class 'AttributeError'>

'IPAddress' object has no attribute 'virtual_machine'

I am available to provide any data that might help fixing this bug

Originally created by @Mika56 on GitHub (Oct 13, 2017). ### Issue type [ ] Feature request <!-- Requesting the implementation of a new feature --> [x] Bug report <!-- Reporting unexpected or erroneous behavior --> [ ] Documentation <!-- Proposing a modification to the documentation --> <!-- Please describe the environment in which you are running NetBox. (Be sure to verify that you are running the latest stable release of NetBox before submitting a bug report.) --> ### Environment * Python version: 3.5.3 <!-- Example: 3.5.4 --> * NetBox version: 2.2.1 <!-- Example: 2.1.3 --> <!-- BUG REPORTS must include: * A list of the steps needed to reproduce the bug * A description of the expected behavior * Any relevant error messages (screenshots may also help) FEATURE REQUESTS must include: * A detailed description of the proposed functionality * A use case for the new feature * A rough description of any necessary changes to the database schema * Any relevant third-party libraries which would be needed --> ### Description Hi, After upgrading from 2.1.4 to 2.2.1, I cannot export IP addresses. I have no particular reproduction steps, clicking exports on my end display an error page with: ``` <class 'AttributeError'> 'IPAddress' object has no attribute 'virtual_machine' ``` I am available to provide any data that might help fixing this bug
adam added the type: bug label 2025-12-29 16:31:11 +01:00
adam closed this issue 2025-12-29 16:31:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1297