networktocode / ntc-netbox-plugin-onboarding

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

Navigating to plugins/onboarding/import/ causes Server Error: 'OnboardingTask' object has no attribute '_cf' #96

Closed LapineNoir closed 3 years ago

LapineNoir commented 3 years ago

Environment

Steps to Reproduce

  1. Navigate to plugins/onboarding/import/ or
  2. From the Onboarding Tasks page, click on the "Import" button, or
  3. From the Home page, click on Plugins > Onboarding Tasks > "Bulk Import" button.

Expected Behavior

I expected the Onboarding Task Bulk Import page to be displayed.

Observed Behavior

Received the following exception:

"Server Error

There was a problem with your request. Please contact an administrator.

The complete exception is provided below:

<class 'AttributeError'>

'OnboardingTask' object has no attribute '_cf'

Python version: 3.8.2 NetBox version: 2.9.4"

Screenshot also attached.

onboarding

mzbroch commented 3 years ago

NetBox 2.9 is not supported in the ntc-netbox-plugin-onboarding 1.3.

Support for NetBox 2.9 was provided in ntc-netbox-plugin-onboarding 2.0 which is currently in beta release and can be tested in develop-2.0 branch.