Netbox UI status and LLDP pages are not showing up, the API works fine #1770

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

Originally created by @AmbicaY on GitHub (Jun 4, 2018).

Issue type

[ ] Bug report

Environment

  • Python version: 3.5.2
  • NetBox version: v2.3.3
Originally created by @AmbicaY on GitHub (Jun 4, 2018). ### Issue type [ ] Bug report <!-- Unexpected or erroneous behavior --> ### Environment * Python version: 3.5.2 * NetBox version: v2.3.3 <!-- BUG REPORTS must include: * A list of the steps needed for someone else to reproduce the bug * A description of the expected and observed behavior * Any relevant error messages (screenshots may also help) ### Description I am able to query the device status details via the API call: http://sc-netbox-test-01/api/dcim/devices/402/napalm/?method=get_facts But on the UI: http://sc-netbox-test-01/dcim/devices/402/status/ I get the error: {"detail":"Error connecting to the device at *****: "} I checked this on a Cisco Nexus device (napalm driver: nxos_ssh) Here is my napalm config: NAPALM_USERNAME = '*********' NAPALM_PASSWORD = '*********' NAPALM_TIMEOUT = 60 NAPALM_ARGS = { 'secret': NAPALM_PASSWORD, } Similarly, for LLDP Neighbors, there is no error, but it does not show up any data. But the API call works fine: http://sc-netbox-test-01/api/dcim/devices/402/napalm/?method=get_lldp_neighbours The configuration tab opens up fine though.
adam closed this issue 2025-12-29 17:18:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1770