-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
severity: mediumResults in substantial degraded or broken functionality for specific workflowsResults in substantial degraded or broken functionality for specific workflowsstatus: acceptedtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Plugin Version
0.6.0
NetBox Version
4.3.3
Python Version
3.10
Steps to Reproduce
- Load the v4.3 NetBox demo data
- Enable the plugin & apply migrations
- Start an RQ worker process
- Attempt to provision a branch
Expected Behavior
The branch should provision successfully
Observed Behavior
An AttributeError exception is raised:
AttributeError: 'NoneType' object has no attribute '_meta'
This is due to a stale ContentType for the ContactGroupMembership model. Running the management command manage.py remove_stale_contenttypes
to remove it resolves the error. However, we should also account for such issues when discovering relevant models.
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specific workflowsResults in substantial degraded or broken functionality for specific workflowsstatus: acceptedtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application