name 'escape' is not defined #925

Closed
opened 2025-12-29 16:27:01 +01:00 by adam · 1 comment
Owner

Originally created by @jeremystretch on GitHub (May 9, 2017).

Issue type: Bug report

Python version: 3.4.3
NetBox version: 2.0.0

When creating or removing a console, power, or interface connection, the server may yield the following error:

NameError at /dcim/console-ports/<pk>/disconnect/

name 'escape' is not defined

This is due to the erroneous deletion of an import statement when the v2-beta branch was merged with the develop branch.

Originally created by @jeremystretch on GitHub (May 9, 2017). ### Issue type: Bug report **Python version:** 3.4.3 **NetBox version:** 2.0.0 When creating or removing a console, power, or interface connection, the server may yield the following error: ``` NameError at /dcim/console-ports/<pk>/disconnect/ name 'escape' is not defined ``` This is due to the erroneous deletion of an import statement when the `v2-beta` branch was merged with the `develop` branch.
adam added the type: bug label 2025-12-29 16:27:01 +01:00
adam closed this issue 2025-12-29 16:27:01 +01:00
Author
Owner

@elJoeyJojo commented on GitHub (Jun 2, 2017):

hello,

i keep getting this issue when i remove connections from switch to switch. how can i fix this?

Thanks

@elJoeyJojo commented on GitHub (Jun 2, 2017): hello, i keep getting this issue when i remove connections from switch to switch. how can i fix this? Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#925