Netbox: Bulk IP edit - 'str' object has no attribute '_meta'

Created on 13 Mar 2020  路  1Comment  路  Source: netbox-community/netbox

Environment

  • Python version: 3.6.9 (with VirtualEnv 15.1.0)
  • NetBox version: 2.7.10
  • Operating system: Ubuntu 18.04.4 LTS

Steps to Reproduce

  1. Log in to netbox, if necessary.
  2. Navigate to https://netbox.hostname/ipam/ip-addresses/bulk-add/
  3. Observe error.

Expected Behavior

It should display the bulk IP edit page.

Observed Behavior

A server error is returned. Exception is included below:

<class 'AttributeError'>

'str' object has no attribute '_meta'

Screenshot:
image

And finally here's a traceback from debug mode: traceback.log

accepted bug

Most helpful comment

As a temporary workaround until the next release, you can set DOCS_ROOT = None in configuration.py to avoid the exception.

>All comments

As a temporary workaround until the next release, you can set DOCS_ROOT = None in configuration.py to avoid the exception.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

markve-sa picture markve-sa  路  4Comments

candlerb picture candlerb  路  3Comments

soer7022 picture soer7022  路  3Comments

billyzoellers picture billyzoellers  路  3Comments

Ali-Yazdani picture Ali-Yazdani  路  3Comments