networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
246 stars 46 forks source link

Fail-General - Use interface.set() instead #110

Closed jvanderaa closed 3 years ago

jvanderaa commented 3 years ago

Environment

Steps to Reproduce

  1. Create onboarding task
  2. Get error message - Direct assignment to the reverse side of related set is prohibited. Use interface.set() instead.

Expected Behavior

Expected onboarding to execute

Observed Behavior

Failure message as seen above

Will work to get logs soon. I do not have them available to me at the moment.

jvanderaa commented 3 years ago

Closing as rebuild of container helped resolve.