alsigna / netbox-software-manager

NetBox Plugin to deal with Cisco IOS & XE software
MIT License
47 stars 8 forks source link

Internal Server Error #17

Open kirillmuravyev opened 1 year ago

kirillmuravyev commented 1 year ago

When I run netbox with software manager i got this error in log: from utilities.tables import BaseTable, ToggleColumn, ColoredLabelColumn, TagColumn gunicorn[2836854]: ImportError: cannot import name 'BaseTable' from 'utilities.tables' (/opt/netbox/netbox/utilities/tables.py)

cat /opt/netbox/netbox/utilities/tables.py
def linkify_phone(value):
    """
    Render a telephone number as a hyperlink.
    """
    if value is None:
        return None
    return f"tel:{value}"
alsigna commented 1 year ago

Hi, please share netbox version that is used and full traceback output.