FieldError on filtering power connections by site #2544

Closed
opened 2025-12-29 18:19:50 +01:00 by adam · 2 comments
Owner

Originally created by @phurrelmann on GitHub (Apr 23, 2019).

Environment

  • Python version: 3.7.3
  • NetBox version: 2.6-dev

Steps to Reproduce

  1. Browse to power connections
  2. Try to filter by selecting a site from the dropdown

Expected Behavior

An error is shown:

class 'django.core.exceptions.FieldError'>

Cannot resolve keyword 'connected_endpoint' into field. Choices are: _cabled_as_a, _cabled_as_b, _connected_powerfeed, _connected_powerfeed_id, _connected_poweroutlet, _connected_poweroutlet_id, allocated_draw, cable, cable_id, connection_status, description, device, device_id, id, maximum_draw, name, poweroutlets, tagged_items, tags

Observed Behavior

The list of power connections is properly filtered by the site.

Originally created by @phurrelmann on GitHub (Apr 23, 2019). <!-- NOTE: This form is only for reproducible bugs. If you need assistance with NetBox installation, or if you have a general question, DO NOT open an issue. Instead, post to our mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please describe the environment in which you are running NetBox. Be sure that you are running an unmodified instance of the latest stable release before submitting a bug report. --> ### Environment * Python version: 3.7.3 * NetBox version: 2.6-dev <!-- Describe in detail the exact steps that someone else can take to reproduce this bug using the current stable release of NetBox (or the current beta release where applicable). Begin with the creation of any necessary database objects and call out every operation being performed explicitly. If reporting a bug in the REST API, be sure to reconstruct the raw HTTP request(s) being made: Don't rely on a wrapper like pynetbox. --> ### Steps to Reproduce 1. Browse to power connections 2. Try to filter by selecting a site from the dropdown <!-- What did you expect to happen? --> ### Expected Behavior An error is shown: ```python class 'django.core.exceptions.FieldError'> Cannot resolve keyword 'connected_endpoint' into field. Choices are: _cabled_as_a, _cabled_as_b, _connected_powerfeed, _connected_powerfeed_id, _connected_poweroutlet, _connected_poweroutlet_id, allocated_draw, cable, cable_id, connection_status, description, device, device_id, id, maximum_draw, name, poweroutlets, tagged_items, tags ``` <!-- What happened instead? --> ### Observed Behavior The list of power connections is properly filtered by the site.
adam closed this issue 2025-12-29 18:19:50 +01:00
Author
Owner

@phurrelmann commented on GitHub (Apr 23, 2019):

The same error happens on filter by device name

@phurrelmann commented on GitHub (Apr 23, 2019): The same error happens on filter by device name
Author
Owner

@jeremystretch commented on GitHub (Apr 23, 2019):

Please don't open bugs against the develop-2.6 branch. It is still in active development.

@jeremystretch commented on GitHub (Apr 23, 2019): Please don't open bugs against the `develop-2.6` branch. It is still in active development.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2544