logout results in an exception #8659

Closed
opened 2025-12-29 20:39:34 +01:00 by adam · 2 comments
Owner

Originally created by @whtkam on GitHub (Sep 21, 2023).

NetBox version

v3.6.2

Python version

3.8

Steps to Reproduce

logout from netbox

Expected Behavior

get to login page

Observed Behavior

<class 'ValueError'>

Field 'object_id' expected a number but got 'chgftoee0s8s8u25n9bpjuprk3gm0pye'.

Python version: 3.9.11
NetBox version: 3.6.2
Plugins:
netbox_attachments: 3.0.0
netbox_bgp: 0.11.0
netbox_documents: 0.6.0
netbox_ipcalculator: 1.1
netbox_qrcode: 0.0.10
netbox_topology_views: 3.7.0

Originally created by @whtkam on GitHub (Sep 21, 2023). ### NetBox version v3.6.2 ### Python version 3.8 ### Steps to Reproduce logout from netbox ### Expected Behavior get to login page ### Observed Behavior <class 'ValueError'> Field 'object_id' expected a number but got 'chgftoee0s8s8u25n9bpjuprk3gm0pye'. Python version: 3.9.11 NetBox version: 3.6.2 Plugins: netbox_attachments: 3.0.0 netbox_bgp: 0.11.0 netbox_documents: 0.6.0 netbox_ipcalculator: 1.1 netbox_qrcode: 0.0.10 netbox_topology_views: 3.7.0
adam closed this issue 2025-12-29 20:39:34 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 21, 2023):

Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v3.6.2. Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data.

I'd suggest starting by disabling the plugins you have installed.

@jeremystretch commented on GitHub (Sep 21, 2023): Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v3.6.2. Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data. I'd suggest starting by disabling the plugins you have installed.
Author
Owner

@abhi1693 commented on GitHub (Sep 22, 2023):

This is a bug due to the netbox attachment plugin and was fixed in v3.0.1.

@abhi1693 commented on GitHub (Sep 22, 2023): This is a bug due to the netbox attachment plugin and was fixed in v3.0.1.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8659