-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Inventory plugin call /api/status and produce Page Not Found Django warning #1335
Comments
@ihumster Thank you for raising this issue and providing a fix! I've been trying to use the nb_inventory plugin to sync my NetBox inventory and keep receiving the following error message: |
Hi, what is |
Nevermind I took a look at https://github.com/netbox-community/netbox/blame/develop/netbox/netbox/urls.py#L56 |
Ok, I understand now, it was emitting a warning in the logs of the server running NetBox and Sentry was warning you about it? |
Ansible NetBox Collection version
v3.20.0
Ansible version
NetBox version
v.3.6.9
Python version
3.10
Steps to Reproduce
Connect your netbox instance to sentry and just use nb_inventory plugin.
Expected Behavior
Sentry can't get Page Not Found warning for /api/status url.
Observed Behavior
Sentry get Page Not Found warning for /api/status url.
The text was updated successfully, but these errors were encountered: