Error while deleting IP Address #9903

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

Originally created by @Julio-Oliveira-Encora on GitHub (Jun 25, 2024).

Deployment Type

Self-hosted

NetBox Version

v4.0.7-dev

Python Version

3.12

Steps to Reproduce

  1. Click on IPAM -> IP Addresses;
  2. Try to delete one IP Address.

Expected Behavior

Delete the IP Address.

Observed Behavior

ModuleNotFoundError was raised.

Request Method: POST
Request URL: http://localhost:8000/ipam/ip-addresses/184/delete/?return_url=/ipam/ip-addresses/
Django Version: 5.0.6
Exception Type: ModuleNotFoundError
Exception Value:
No module named 'validators'
Exception Location: , line 1324, in _find_and_load_unlocked
Raised during: ipam.views.IPAddressDeleteView
Python Executable: /home/julio-oliveira/work/netbox/.venv/bin/python
Python Version: 3.12.2

Originally created by @Julio-Oliveira-Encora on GitHub (Jun 25, 2024). ### Deployment Type Self-hosted ### NetBox Version v4.0.7-dev ### Python Version 3.12 ### Steps to Reproduce 1. Click on IPAM -> IP Addresses; 2. Try to delete one IP Address. ### Expected Behavior Delete the IP Address. ### Observed Behavior ModuleNotFoundError was raised. Request Method: POST Request URL: http://localhost:8000/ipam/ip-addresses/184/delete/?return_url=/ipam/ip-addresses/ Django Version: 5.0.6 Exception Type: ModuleNotFoundError Exception Value: No module named 'validators' Exception Location: <frozen importlib._bootstrap>, line 1324, in _find_and_load_unlocked Raised during: ipam.views.IPAddressDeleteView Python Executable: /home/julio-oliveira/work/netbox/.venv/bin/python Python Version: 3.12.2
adam closed this issue 2025-12-29 21:24:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9903