VC Member additon error. #1603

Closed
opened 2025-12-29 16:33:24 +01:00 by adam · 3 comments
Owner

Originally created by @dirtycajunrice on GitHub (Mar 5, 2018).

Issue type

[ ] Feature request
[X] Bug report
[ ] Documentation

Environment

  • Python version: 3.5.2
  • NetBox version:2.3.1

Description

When adding a device to an existing VC, It is unpacking multiple values, and erroring out.
image
image
image

Originally created by @dirtycajunrice on GitHub (Mar 5, 2018). <!-- Before opening a new issue, please search through the existing issues to see if your topic has already been addressed. Note that you may need to remove the "is:open" filter from the search bar to include closed issues. Check the appropriate type for your issue below by placing an x between the brackets. For assistance with installation issues, or for any other issues other than those listed below, please raise your topic for discussion on our mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please note that issues which do not fall under any of the below categories will be closed. Due to an excessive backlog of feature requests, we are not currently accepting any proposals which extend NetBox's feature scope. Do not prepend any sort of tag to your issue's title. An administrator will review your issue and assign labels as appropriate. ---> ### Issue type [ ] Feature request <!-- An enhancement of existing functionality --> [X] Bug report <!-- Unexpected or erroneous behavior --> [ ] Documentation <!-- A modification to the documentation --> <!-- Please describe the environment in which you are running NetBox. (Be sure to verify that you are running the latest stable release of NetBox before submitting a bug report.) If you are submitting a bug report and have made any changes to the code base, please first validate that your bug can be recreated while running an official release. --> ### Environment * Python version: 3.5.2 * NetBox version:2.3.1 <!-- 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) FEATURE REQUESTS must include: * A detailed description of the proposed functionality * A use case for the new feature * A rough description of any necessary changes to the database schema * Any relevant third-party libraries which would be needed --> ### Description When adding a device to an existing VC, It is unpacking multiple values, and erroring out. ![image](https://user-images.githubusercontent.com/15788890/36988241-0971d0b4-2064-11e8-8436-1e88c80f060b.png) ![image](https://user-images.githubusercontent.com/15788890/36988279-1d7713a8-2064-11e8-8e1d-f1ecf32cb475.png) ![image](https://user-images.githubusercontent.com/15788890/36988287-245b9cd4-2064-11e8-99f6-e9b63ab0c7ef.png)
adam added the type: bugstatus: accepted labels 2025-12-29 16:33:24 +01:00
adam closed this issue 2025-12-29 16:33:24 +01:00
Author
Owner

@arusso commented on GitHub (Mar 6, 2018):

I'm also seeing this on a fresh installation w/Netbox 2.3.1 and Python 3.6.4

@arusso commented on GitHub (Mar 6, 2018): I'm also seeing this on a fresh installation w/Netbox 2.3.1 and Python 3.6.4
Author
Owner

@arionl commented on GitHub (Mar 6, 2018):

I'm seeing the same error. The steps to reproduce for me are:

  • Create new VC with a single parent device (I specified it as 'position 0')
  • Navigate to parent device details view and click "Add Member" to Virtual Chassis section
  • If I try to add any additional device on the "Add New Member" screen, I get the validate_vc_position error above
@arionl commented on GitHub (Mar 6, 2018): I'm seeing the same error. The steps to reproduce for me are: * Create new VC with a single parent device (I specified it as 'position 0') * Navigate to parent device details view and click "Add Member" to Virtual Chassis section * If I try to add any additional device on the "Add New Member" screen, I get the `validate_vc_position` error above
Author
Owner

@dirtycajunrice commented on GitHub (Mar 6, 2018):

Jeremy you champion

@dirtycajunrice commented on GitHub (Mar 6, 2018): Jeremy you champion
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1603