Exporting racks fails #349

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

Originally created by @jeremystretch on GitHub (Aug 11, 2016).

Attempting to export a list of racks using the default template (CSV) triggers a server error:

TypeError at /dcim/racks/

sequence item 7: expected string or Unicode, int found

This is due to passing width as an integer rather than as a string.

Originally created by @jeremystretch on GitHub (Aug 11, 2016). Attempting to export a list of racks using the default template (CSV) triggers a server error: ``` TypeError at /dcim/racks/ sequence item 7: expected string or Unicode, int found ``` This is due to passing `width` as an integer rather than as a string.
adam added the type: bug label 2025-12-29 16:21:11 +01:00
adam closed this issue 2025-12-29 16:21:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#349