-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server error after updated object #18032
Comments
Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports. |
@JeanKean-art Specifically could you provide the full traceback including line numbers? I can't reproduce this either, but with a complete (and formatted) traceback from the terminal/console it would be easier to identify where in the code this is occurring. Please use the three backticks (```) notation. Thanks! |
@bctiemann thx for your answer, here is the debug traceback
|
Deployment Type
Self-hosted
Triage priority
I volunteer to perform this work (if approved)
NetBox Version
v4.0.7
Python Version
3.11
Steps to Reproduce
I've an issue when I try to access to Virtual Device Contexts main page :
Server Error
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword '_name' into field. Choices are: bookmarks, comments, created, custom_field_data, description, device, device_id, id, identifier, interface_count, interfaces, journal_entries, last_updated, name, primary_ip4, primary_ip4_id, primary_ip6, primary_ip6_id, status, tagged_items, tags, tenant, tenant_id
Python version: 3.11.6
NetBox version: 4.0.7
Plugins: None installed
I can list VDC using to api call /api/dcim/virtual-device-contexts/
I can access to a specific VDC ID using GUI and API
Expected Behavior
I'm supposed to display the list of all VDC on GUI
Observed Behavior
Server Error
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword '_name' into field. Choices are: bookmarks, comments, created, custom_field_data, description, device, device_id, id, identifier, interface_count, interfaces, journal_entries, last_updated, name, primary_ip4, primary_ip4_id, primary_ip6, primary_ip6_id, status, tagged_items, tags, tenant, tenant_id
Python version: 3.11.6
NetBox version: 4.0.7
Plugins: None installed
The text was updated successfully, but these errors were encountered: