Viewing LLDP neighbors results in a server error #3343

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

Originally created by @jeremystretch on GitHub (Feb 18, 2020).

Environment

  • Python version: 3.6.9
  • NetBox version: 2.7.6

Steps to Reproduce

  1. Navigate to a device and click the "LLDP Neighbors" tab

Expected Behavior

The LLDP neighbors view should load.

Observed Behavior

An AttributeError exception is raised:

AttributeError at /dcim/devices/1606/lldp-neighbors/
'QuerySet' object has no attribute 'connectable'
Originally created by @jeremystretch on GitHub (Feb 18, 2020). ### Environment * Python version: 3.6.9 * NetBox version: 2.7.6 ### Steps to Reproduce 1. Navigate to a device and click the "LLDP Neighbors" tab ### Expected Behavior The LLDP neighbors view should load. ### Observed Behavior An AttributeError exception is raised: ``` AttributeError at /dcim/devices/1606/lldp-neighbors/ 'QuerySet' object has no attribute 'connectable' ```
adam added the type: bugstatus: accepted labels 2025-12-29 18:28:03 +01:00
adam closed this issue 2025-12-29 18:28:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3343