Adding complex interfaces results in server error #13

Closed
opened 2025-12-29 15:29:40 +01:00 by adam · 3 comments
Owner

Originally created by @bellwood on GitHub (Jun 27, 2016).

When attempting to add interfaces:

xe-[0-1]/[0-3]/0

Results in a modal and server error which kicks me back to the homepage

There was a problem with your request. This error has been logged and administrative staff have been notified. Please return to the home page and try again.
Originally created by @bellwood on GitHub (Jun 27, 2016). When attempting to add interfaces: ``` xe-[0-1]/[0-3]/0 ``` Results in a modal and server error which kicks me back to the homepage ``` There was a problem with your request. This error has been logged and administrative staff have been notified. Please return to the home page and try again. ```
adam added the type: bug label 2025-12-29 15:29:40 +01:00
adam closed this issue 2025-12-29 15:29:40 +01:00
Author
Owner

@bellwood commented on GitHub (Jun 27, 2016):

Figuring may it only likes one set of ranges I tried this:

xe-0/[0-3]/0

No go... Perhaps ranges can only be at the end of the string?

@bellwood commented on GitHub (Jun 27, 2016): Figuring may it only likes one set of ranges I tried this: ``` xe-0/[0-3]/0 ``` No go... Perhaps ranges can only be at the end of the string?
Author
Owner

@jeremystretch commented on GitHub (Jun 27, 2016):

Excellent guess! This is indeed a bug that triggers when one or more ranges have been given, but the string does not end in a range. Fixing.

@jeremystretch commented on GitHub (Jun 27, 2016): Excellent guess! This is indeed a bug that triggers when one or more ranges have been given, but the string does not end in a range. Fixing.
Author
Owner

@bellwood commented on GitHub (Jun 27, 2016):

Confirmed fixed... Thanks =)

@bellwood commented on GitHub (Jun 27, 2016): Confirmed fixed... Thanks =)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13