TypeError exception when importing platforms #1608

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

Originally created by @vink78 on GitHub (Mar 6, 2018).

Issue type

[ ] Feature request
[ x ] Bug report
[ ] Documentation

Environment

  • Python version: 3.5.2-2ubuntu0~16.04.4
  • NetBox version: 2.3.1

Description

After upgrade to 2.3.1, I'm not able to import platforms:

 There was a problem with your request. Please contact an administrator.

The complete exception is provided below:

<class 'TypeError'>

sequence item 0: expected str instance, int found

If further assistance is required, please post to the NetBox mailing list.

This page is displayed when I click on Device -> Platforms -> Import

Originally created by @vink78 on GitHub (Mar 6, 2018). ### 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-2ubuntu0~16.04.4 * NetBox version: 2.3.1 ### Description After upgrade to 2.3.1, I'm not able to import platforms: ``` There was a problem with your request. Please contact an administrator. The complete exception is provided below: <class 'TypeError'> sequence item 0: expected str instance, int found If further assistance is required, please post to the NetBox mailing list. ``` This page is displayed when I click on Device -> Platforms -> Import
adam added the type: bugstatus: accepted labels 2025-12-29 16:33:26 +01:00
adam closed this issue 2025-12-29 16:33:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1608