Server error when attempting to create console/power connections #1080

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

Originally created by @jeremystretch on GitHub (Jul 6, 2017).

Issue type: Bug report

Python version: 3.4
NetBox version: 2.0.8

When attempting to create a new console or power connection via the web UI, NetBox yields a server error:

AttributeError at /dcim/console-server-ports/<pk>/connect/
'ConsoleServerPortConnectionForm' object has no attribute 'instance'

This is due to a change made in v2.0.8 which assumes all forms utilizing chained fields will have an associated object instance.

Originally created by @jeremystretch on GitHub (Jul 6, 2017). ### Issue type: Bug report **Python version:** 3.4 **NetBox version:** 2.0.8 When attempting to create a new console or power connection via the web UI, NetBox yields a server error: ``` AttributeError at /dcim/console-server-ports/<pk>/connect/ 'ConsoleServerPortConnectionForm' object has no attribute 'instance' ``` This is due to a change made in v2.0.8 which assumes all forms utilizing chained fields will have an associated object instance.
adam added the type: bug label 2025-12-29 16:28:37 +01:00
adam closed this issue 2025-12-29 16:28:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1080