netbox-community / netbox-napalm-plugin

NetBox Napalm plugin
Apache License 2.0
49 stars 13 forks source link

Error when trying to add platform config in 3.5 - serializernotfound #7

Closed sliddjur closed 1 year ago

sliddjur commented 1 year ago

NetBox version 3.5

Describe the bug Trying to add napalm platform config I was thrown this error:

<class 'netbox.api.exceptions.SerializerNotFound'>
Could not determine serializer for netbox_napalm_plugin.NapalmPlatformConfig with prefix ''

To Reproduce In netbox gui, go to napalm plugin, press add, chose your platform. I tested with driver nxos_ssh and napalm arguments {"read_timeout_override": 60}

Expected behavior It should work

Screenshots image

arthanson commented 1 year ago

@sliddjur Thank you for the bug report, this should hopefully be fixed now with a new release on pypi v0.1.1. There were some missing files in the v0.1.0 release. Please let me know if any issues.