You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh install of Netbox 3.7.3. New DB. Getting this error when running import.
Package Installed https://github.com/netbox-community/devicetype-library.git No Vendors Specified, Gathering All Device-Types 121 Vendors Found 2927 Device-Types Found {"error": "duplicate key value violates unique constraint \"dcim_manufacturer_slug_key\"\nDETAIL: Key (slug)=(watchguard) already exists.", "exception": "IntegrityError", "netbox_version": "3.7.3", "python_version": "3.11.4"} {"manufacturer":["Related object not found using the provided attributes: {'name': 'HPE', 'slug': 'hpe'}"]} Traceback (most recent call last): File "/app/nb-dt-import.py", line 853, in <module> main() File "/app/nb-dt-import.py", line 826, in main createDeviceTypes(deviceTypes, nb) File "/app/nb-dt-import.py", line 680, in createDeviceTypes dt.id, nb) UnboundLocalError: local variable 'dt' referenced before assignment
The text was updated successfully, but these errors were encountered:
Fresh install of Netbox 3.7.3. New DB. Getting this error when running import.
Package Installed https://github.com/netbox-community/devicetype-library.git No Vendors Specified, Gathering All Device-Types 121 Vendors Found 2927 Device-Types Found {"error": "duplicate key value violates unique constraint \"dcim_manufacturer_slug_key\"\nDETAIL: Key (slug)=(watchguard) already exists.", "exception": "IntegrityError", "netbox_version": "3.7.3", "python_version": "3.11.4"} {"manufacturer":["Related object not found using the provided attributes: {'name': 'HPE', 'slug': 'hpe'}"]} Traceback (most recent call last): File "/app/nb-dt-import.py", line 853, in <module> main() File "/app/nb-dt-import.py", line 826, in main createDeviceTypes(deviceTypes, nb) File "/app/nb-dt-import.py", line 680, in createDeviceTypes dt.id, nb) UnboundLocalError: local variable 'dt' referenced before assignment
The text was updated successfully, but these errors were encountered: