Error While adding an interface to an device #743

Closed
opened 2025-12-29 16:25:22 +01:00 by adam · 2 comments
Owner

Originally created by @miqueet on GitHub (Mar 2, 2017).

(ServerIP)/dcim/devices/12/interfaces/add/
This is the URL I am trying to access.

this is my access log from me attempting to add the interface.

[02/Mar/2017 19:24:26] "POST /dcim/devices/12/interfaces/add/ HTTP/1.1" 500 1542
[02/Mar/2017 19:24:35] "GET /dcim/devices/12/interfaces/add/ HTTP/1.1" 200 23297
[02/Mar/2017 19:24:59] "POST /dcim/devices/12/interfaces/add/ HTTP/1.1" 500 1542
[02/Mar/2017 19:25:07] "GET /dcim/devices/12/ HTTP/1.1" 200 34556
[02/Mar/2017 19:25:09] "GET /dcim/devices/12/ HTTP/1.1" 200 34556
[02/Mar/2017 19:25:11] "GET /dcim/devices/12/ HTTP/1.1" 200 34556
[02/Mar/2017 19:25:13] "GET /dcim/devices/12/interfaces/add/ HTTP/1.1" 200 23297
[02/Mar/2017 19:25:47] "POST /dcim/devices/12/interfaces/add/ HTTP/1.1" 500 1542

The error I am getting on the page is the following,
`<type 'exceptions.ValueError'>

'InterfaceCreateForm' has no field named 'name'.`

Originally created by @miqueet on GitHub (Mar 2, 2017). (ServerIP)/dcim/devices/12/interfaces/add/ This is the URL I am trying to access. this is my access log from me attempting to add the interface. [02/Mar/2017 19:24:26] "POST /dcim/devices/12/interfaces/add/ HTTP/1.1" 500 1542 [02/Mar/2017 19:24:35] "GET /dcim/devices/12/interfaces/add/ HTTP/1.1" 200 23297 [02/Mar/2017 19:24:59] "POST /dcim/devices/12/interfaces/add/ HTTP/1.1" 500 1542 [02/Mar/2017 19:25:07] "GET /dcim/devices/12/ HTTP/1.1" 200 34556 [02/Mar/2017 19:25:09] "GET /dcim/devices/12/ HTTP/1.1" 200 34556 [02/Mar/2017 19:25:11] "GET /dcim/devices/12/ HTTP/1.1" 200 34556 [02/Mar/2017 19:25:13] "GET /dcim/devices/12/interfaces/add/ HTTP/1.1" 200 23297 [02/Mar/2017 19:25:47] "POST /dcim/devices/12/interfaces/add/ HTTP/1.1" 500 1542 The error I am getting on the page is the following, `<type 'exceptions.ValueError'> 'InterfaceCreateForm' has no field named 'name'.`
adam closed this issue 2025-12-29 16:25:22 +01:00
Author
Owner

@jeremystretch commented on GitHub (Mar 2, 2017):

What version of NetBox are you running? And can you post the full stacktrace please (you'll need to set DEBUG=True in configuration.py and restart the service)?

@jeremystretch commented on GitHub (Mar 2, 2017): What version of NetBox are you running? And can you post the full stacktrace please (you'll need to set `DEBUG=True` in configuration.py and restart the service)?
Author
Owner

@jeremystretch commented on GitHub (Mar 13, 2017):

Closing due to lack of activity.

@jeremystretch commented on GitHub (Mar 13, 2017): Closing due to lack of activity.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#743