-
Notifications
You must be signed in to change notification settings - Fork 12
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
pydantic.error_wrappers.ValidationError crash on device import #5
Comments
Having this same error on a VRF for the RD field, although it can be empty / EDIT: For context
|
Thanks for the report! I'll fix the VRF model validation as part of #6 as well. |
Oh I also just noticed, I had this similar error pop up many time with
Not sure which value is supposed to be a valid list here..
In this case I'm also not sure which value its complaining about unfortunately. |
Thank you Nico! I've opened #8 to separately track the latest issues you reported since they'll take me a bit of time to investigate. |
Environment
Expected Behavior
Successful import from the same massive NetBox 2.10.3 dump. Related to #4.
Observed Behavior
Made it further, but crashed on a Device validation?
Steps to Reproduce
1.Receive my massive database dump "somehow"
2.
nautobot-server import_netbox_json /tmp/netbox_data.json 2.10.3
and then wait3. Crash!
The text was updated successfully, but these errors were encountered: