[1.3.0] Fails on specific environments #263

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

Originally created by @dowlingw on GitHub (Jul 21, 2016).

Following upgrade from version 1.2.2 to 1.3.0 our netbox installation stops working with the following error:

NoReverseMatch at /
Reverse for 'vlangroup_list' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []

Django Version: 1.9.7
Python Version: 2.7.3

Full error available here:
https://gist.github.com/dowlingw/afc9a7f56e27f6be3f1085f3f30df02d

Originally created by @dowlingw on GitHub (Jul 21, 2016). Following upgrade from version 1.2.2 to 1.3.0 our netbox installation stops working with the following error: ``` NoReverseMatch at / Reverse for 'vlangroup_list' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] ``` Django Version: 1.9.7 Python Version: 2.7.3 Full error available here: https://gist.github.com/dowlingw/afc9a7f56e27f6be3f1085f3f30df02d
adam closed this issue 2025-12-29 16:20:19 +01:00
Author
Owner

@dowlingw commented on GitHub (Jul 21, 2016):

Actually, I've attempted a fresh installation of 1.3.0 and am also receiving this error.

@dowlingw commented on GitHub (Jul 21, 2016): Actually, I've attempted a fresh installation of 1.3.0 and am also receiving this error.
Author
Owner

@jeremystretch commented on GitHub (Jul 21, 2016):

I just installed 1.3.0 on a new Ubuntu 16.04 installation following the documentation and did not encounter any problems. It looks like you might be have updated the code base without restarting the WSGI service.

Do you see this error when you connect to NetBox directly (using the following command)?

./manage.py runserver 0.0.0.0:8000 --insecure
@jeremystretch commented on GitHub (Jul 21, 2016): I just installed 1.3.0 on a new Ubuntu 16.04 installation following the documentation and did not encounter any problems. It looks like you might be have updated the code base without restarting the WSGI service. Do you see this error when you connect to NetBox directly (using the following command)? ``` ./manage.py runserver 0.0.0.0:8000 --insecure ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#263